Read the betaMax value directly. More...


Public Member Functions | |
| TypeName ("value") | |
| Runtime type information. More... | |
| betaMaxValue (const fvMesh &mesh, const dictionary &dict) | |
| Construct from components. More... | |
| virtual | ~betaMaxValue ()=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... | |
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... | |
Protected Attributes inherited from betaMax | |
| const fvMesh & | mesh_ |
| Reference to mesh. More... | |
| scalar | value_ |
| betaMax value More... | |
| betaMaxValue | ( | const fvMesh & | mesh, |
| const dictionary & | dict | ||
| ) |
Construct from components.
Definition at line 37 of file betaMaxValue.C.
|
virtualdefault |
Destructor.
| TypeName | ( | "value" | ) |
Runtime type information.