Liquid thermo implementation. More...


Public Member Functions | |
| LiquidThermo (const fvMesh &, const word &phaseName) | |
| Construct from mesh and phase name. More... | |
| LiquidThermo (const LiquidThermo< BaseThermo > &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~LiquidThermo () |
| Destructor. More... | |
| virtual tmp< volScalarField > | sigma () const |
| Surface tension [N/m]. More... | |
| void | operator= (const LiquidThermo< BaseThermo > &)=delete |
| Disallow default bitwise assignment. More... | |
Liquid thermo implementation.
Definition at line 49 of file LiquidThermo.H.
| LiquidThermo | ( | const fvMesh & | mesh, |
| const word & | phaseName | ||
| ) |
Construct from mesh and phase name.
Definition at line 31 of file LiquidThermo.C.
|
delete |
Disallow default bitwise copy construction.
|
virtual |
Destructor.
Definition at line 44 of file LiquidThermo.C.
|
virtual |
Surface tension [N/m].
Definition at line 52 of file LiquidThermo.C.
References Foam::dimForce, Foam::dimLength, and Foam::constant::physicoChemical::sigma.
|
delete |
Disallow default bitwise assignment.