Thermo implementation based on density. More...


Public Member Functions | |
| RhoFluidThermo (const fvMesh &, const word &phaseName) | |
| Construct from mesh and phase name. More... | |
| RhoFluidThermo (const RhoFluidThermo< BaseThermo > &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~RhoFluidThermo () |
| Destructor. More... | |
| virtual void | correct () |
| Update properties. More... | |
| void | operator= (const RhoFluidThermo< BaseThermo > &)=delete |
| Disallow default bitwise assignment. More... | |
Thermo implementation based on density.
Definition at line 49 of file RhoFluidThermo.H.
| RhoFluidThermo | ( | const fvMesh & | mesh, |
| const word & | phaseName | ||
| ) |
Construct from mesh and phase name.
Definition at line 170 of file RhoFluidThermo.C.
|
delete |
Disallow default bitwise copy construction.
|
virtual |
Destructor.
Definition at line 185 of file RhoFluidThermo.C.
|
virtual |
Update properties.
Definition at line 192 of file RhoFluidThermo.C.
References Foam::fvPatchDistWave::calculate(), Foam::endl(), Foam::Info, and InfoInFunction.

|
delete |
Disallow default bitwise assignment.