Fluid multi-component thermo implementation. More...
Public Member Functions | |
FluidMulticomponentThermo (const fvMesh &, const word &phaseName) | |
Construct from mesh and phase name. More... | |
FluidMulticomponentThermo (const FluidMulticomponentThermo< BaseThermo > &)=delete | |
Disallow default bitwise copy construction. More... | |
virtual | ~FluidMulticomponentThermo () |
Destructor. More... | |
virtual scalar | mui (const label speciei, const scalar p, const scalar T) const |
Dynamic viscosity [kg/m/s]. More... | |
virtual tmp< volScalarField > | mui (const label speciei, const volScalarField &p, const volScalarField &T) const |
Dynamic viscosity [kg/m/s]. More... | |
void | operator= (const FluidMulticomponentThermo< BaseThermo > &)=delete |
Disallow default bitwise assignment. More... | |
Fluid multi-component thermo implementation.
Definition at line 49 of file FluidMulticomponentThermo.H.
FluidMulticomponentThermo | ( | const fvMesh & | mesh, |
const word & | phaseName | ||
) |
Construct from mesh and phase name.
Definition at line 32 of file FluidMulticomponentThermo.C.
|
delete |
Disallow default bitwise copy construction.
|
virtual |
Destructor.
Definition at line 45 of file FluidMulticomponentThermo.C.
|
virtual |
Dynamic viscosity [kg/m/s].
Definition at line 52 of file FluidMulticomponentThermo.C.
|
virtual |
Dynamic viscosity [kg/m/s].
Definition at line 65 of file FluidMulticomponentThermo.C.
References Foam::dimLength, Foam::dimMass, Foam::dimTime, Foam::constant::physicoChemical::mu, p, and Foam::T().
|
delete |
Disallow default bitwise assignment.