Read the betaMax value directly. More...
#include <betaMaxValue.H>


Public Member Functions | |
| TypeName ("value") | |
| Runtime type information. | |
| betaMaxValue (const fvMesh &mesh, const dictionary &dict) | |
| Construct from components. | |
| virtual | ~betaMaxValue ()=default |
| Destructor. | |
| Public Member Functions inherited from betaMax | |
| TypeName ("betaMax") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, betaMax, dictionary,(const fvMesh &mesh, const dictionary &dict),(mesh, dict)) | |
| betaMax (const fvMesh &mesh, const dictionary &dict) | |
| Construct from components. | |
| virtual | ~betaMax ()=default |
| Destructor. | |
| virtual scalar | value () const |
| Get value. | |
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. | |
| Protected Member Functions inherited from betaMax | |
| scalar | computeLength (const dictionary &dict) const |
| Compute the characteristic length. | |
| boolList | markProcessorEdges (const polyPatch &patch) const |
| Mark all common inlet - processor edges. | |
| Protected Attributes inherited from betaMax | |
| const fvMesh & | mesh_ |
| Reference to mesh. | |
| scalar | value_ |
| betaMax value | |
| betaMaxValue | ( | const fvMesh & | mesh, |
| const dictionary & | dict ) |
|
virtualdefault |
Destructor.