Class for one of possible ways of tau calculating. More...


Public Member Functions | |
| TypeName ("H2bynuQHD") | |
| H2bynuQHD (const IOobject &io, const fvMesh &mesh, const dictionary &dict) | |
| ~H2bynuQHD () | |
| void | correct (const QGDThermo &) |
Public Member Functions inherited from QGDCoeffs | |
| TypeName ("QGDCoeffs") | |
| declareRunTimeSelectionTable (autoPtr, QGDCoeffs, dictionary,(const IOobject &io, const fvMesh &mesh, const dictionary &dict),(io, mesh, dict)) | |
| QGDCoeffs (const IOobject &io, const fvMesh &mesh, const dictionary &dict) | |
| Construct from components. More... | |
| virtual | ~QGDCoeffs () |
| virtual bool | writeData (Ostream &) const |
| const volScalarField & | hQGD () const |
| const volScalarField & | tauQGD () const |
| const surfaceScalarField & | hQGDf () const |
| const surfaceScalarField & | tauQGDf () const |
| const volScalarField & | muQGD () const |
| const volScalarField & | alphauQGD () const |
Additional Inherited Members | |
Static Public Member Functions inherited from QGDCoeffs | |
| static autoPtr< QGDCoeffs > | New (const word &qgdCoeffsType, const fvMesh &mesh, const dictionary &dict) |
| Return a reference to the selected fvscStencil model. More... | |
Protected Member Functions inherited from QGDCoeffs | |
| virtual void | updateQGDLength (const fvMesh &) |
| tmp< volScalarField > | readOrCreateAlphaQGD (const fvMesh &) |
Protected Attributes inherited from QGDCoeffs | |
| const fvMesh & | mesh_ |
| const Time & | runTime_ |
| volScalarField | muQGD_ |
| volScalarField | alphauQGD_ |
| surfaceScalarField | hQGDf_ |
| volScalarField | hQGD_ |
| tmp< volScalarField > | taQGD_ |
| volScalarField & | aQGD_ |
| volScalarField | tauQGD_ |
| surfaceScalarField | tauQGDf_ |
| volScalarField | PrQGD_ |
| volScalarField | ScQGD_ |
Class for one of possible ways of tau calculating.
where $$ - regulatisation parameter, $$ - parameter which depends by user in constant foulder, $h$ - size of mesh, $$ - kinetic viscosity.
Definition at line 54 of file H2bynuQHD.H.
| H2bynuQHD | ( | const IOobject & | io, |
| const fvMesh & | mesh, | ||
| const dictionary & | dict | ||
| ) |
Definition at line 43 of file H2bynuQHD.C.
| ~H2bynuQHD | ( | ) |
Definition at line 66 of file H2bynuQHD.C.
| TypeName | ( | "H2bynuQHD" | ) |
|
virtual |
Reimplemented from QGDCoeffs.
Definition at line 71 of file H2bynuQHD.C.