Abstract base class for classes implementing thermophysical properties of gases and fluids governed by regularized equations (QGD & QHD)
More...
|
| TypeName ("QGDThermo") |
|
| QGDThermo (const fvMesh &mesh, const dictionary &dict) |
| Construct from mesh and dictionary. More...
|
|
virtual | ~QGDThermo () |
|
virtual const volScalarField & | c () const =0 |
|
virtual const volScalarField & | p () const =0 |
|
virtual tmp< volScalarField > | rho () const =0 |
|
virtual tmp< volScalarField > | mu () const =0 |
|
const volScalarField & | hQGD () const |
|
const volScalarField & | tauQGD () const |
|
const surfaceScalarField & | hQGDf () const |
|
const surfaceScalarField & | tauQGDf () const |
|
const volScalarField & | muQGD () const |
|
const volScalarField & | alphauQGD () const |
|
const volScalarField & | aQGD () const |
|
const surfaceScalarField & | aQGDf () const |
|
Switch | implicitDiffusion () const |
|
virtual bool | read () |
|
Abstract base class for classes implementing thermophysical properties of gases and fluids governed by regularized equations (QGD & QHD)
- Source files
-
Definition at line 53 of file QGDThermo.H.
QGDThermo |
( |
const fvMesh & |
mesh, |
|
|
const dictionary & |
dict |
|
) |
| |
void correctQGD |
( |
volScalarField & |
mu, |
|
|
volScalarField & |
alphau |
|
) |
| |
|
protected |
virtual const volScalarField& c |
( |
| ) |
const |
|
pure virtual |
virtual const volScalarField& p |
( |
| ) |
const |
|
pure virtual |
virtual tmp<volScalarField> rho |
( |
| ) |
const |
|
pure virtual |
virtual tmp<volScalarField> mu |
( |
| ) |
const |
|
pure virtual |
const Foam::volScalarField & hQGD |
( |
| ) |
const |
const Foam::volScalarField & tauQGD |
( |
| ) |
const |
const Foam::surfaceScalarField & hQGDf |
( |
| ) |
const |
const Foam::surfaceScalarField & tauQGDf |
( |
| ) |
const |
const Foam::volScalarField & muQGD |
( |
| ) |
const |
const Foam::volScalarField & alphauQGD |
( |
| ) |
const |
const volScalarField& aQGD |
( |
| ) |
const |
const surfaceScalarField& aQGDf |
( |
| ) |
const |
Foam::Switch implicitDiffusion |
( |
| ) |
const |
The documentation for this class was generated from the following files: