Compute betaMax through the products of the Reynolds and Darcy numbers, quantifying the momentum-to-porous forces ratio ReDa = Uref/betaMax/L where Uref is a reference velocity and L is a characteristic length. The latter is either supplied directly or computed as the. More...


Public Member Functions | |
| TypeName ("ReynoldsDarcy") | |
| Runtime type information. More... | |
| betaMaxReynoldsDarcy (const fvMesh &mesh, const dictionary &dict) | |
| Construct from components. More... | |
| virtual | ~betaMaxReynoldsDarcy ()=default |
| Destructor. More... | |
Public Member Functions inherited from betaMax | |
| TypeName ("betaMax") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, betaMax, dictionary,(const fvMesh &mesh, const dictionary &dict),(mesh, dict)) | |
| betaMax (const fvMesh &mesh, const dictionary &dict) | |
| Construct from components. More... | |
| virtual | ~betaMax ()=default |
| Destructor. More... | |
| virtual scalar | value () const |
| Get value. More... | |
Protected Attributes | |
| scalar | ReynoldsDarcyNumber_ |
| The Darcy number expressing the ratio of viscous to porous forces. More... | |
| scalar | length_ |
| Characteristic length of the case. More... | |
| scalar | Uref_ |
| Reference velocity. More... | |
Protected Attributes inherited from betaMax | |
| const fvMesh & | mesh_ |
| Reference to mesh. More... | |
| scalar | value_ |
| betaMax value More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from betaMax | |
| static autoPtr< betaMax > | New (const fvMesh &mesh, const dictionary &dict) |
| Construct and return the selected betaMax model. More... | |
Protected Member Functions inherited from betaMax | |
| scalar | computeLength (const dictionary &dict) const |
| Compute the characteristic length. More... | |
| boolList | markProcessorEdges (const polyPatch &patch) const |
| Mark all common inlet - processor edges. More... | |
Compute betaMax through the products of the Reynolds and Darcy numbers, quantifying the momentum-to-porous forces ratio ReDa = Uref/betaMax/L where Uref is a reference velocity and L is a characteristic length. The latter is either supplied directly or computed as the.
Definition at line 54 of file betaMaxReynoldsDarcy.H.
| betaMaxReynoldsDarcy | ( | const fvMesh & | mesh, |
| const dictionary & | dict | ||
| ) |
Construct from components.
Definition at line 39 of file betaMaxReynoldsDarcy.C.
References Foam::endl(), Foam::Info, and Foam::nl.

|
virtualdefault |
Destructor.
| TypeName | ( | "ReynoldsDarcy" | ) |
Runtime type information.
|
protected |
The Darcy number expressing the ratio of viscous to porous forces.
Definition at line 81 of file betaMaxReynoldsDarcy.H.
|
protected |
Characteristic length of the case.
Either supplied directly or computed as the hydraulic diameter of the inlet
Definition at line 89 of file betaMaxReynoldsDarcy.H.
|
protected |
Reference velocity.
Definition at line 94 of file betaMaxReynoldsDarcy.H.