LiquidThermo< BaseThermo > Class Template Reference

Liquid thermo implementation. More...

Inheritance diagram for LiquidThermo< BaseThermo >:
Collaboration diagram for LiquidThermo< BaseThermo >:

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< volScalarFieldsigma () const
 Surface tension [N/m]. More...
 
void operator= (const LiquidThermo< BaseThermo > &)=delete
 Disallow default bitwise assignment. More...
 

Detailed Description

template<class BaseThermo>
class Foam::LiquidThermo< BaseThermo >

Liquid thermo implementation.

Source files

Definition at line 49 of file LiquidThermo.H.

Constructor & Destructor Documentation

◆ LiquidThermo() [1/2]

LiquidThermo ( const fvMesh mesh,
const word phaseName 
)

Construct from mesh and phase name.

Definition at line 31 of file LiquidThermo.C.

◆ LiquidThermo() [2/2]

LiquidThermo ( const LiquidThermo< BaseThermo > &  )
delete

Disallow default bitwise copy construction.

◆ ~LiquidThermo()

~LiquidThermo
virtual

Destructor.

Definition at line 44 of file LiquidThermo.C.

Member Function Documentation

◆ sigma()

Foam::tmp< Foam::volScalarField > sigma
virtual

Surface tension [N/m].

Definition at line 52 of file LiquidThermo.C.

References Foam::dimForce, Foam::dimLength, and Foam::constant::physicoChemical::sigma.

◆ operator=()

void operator= ( const LiquidThermo< BaseThermo > &  )
delete

Disallow default bitwise assignment.


The documentation for this class was generated from the following files: