Definition at line 68 of file threePhaseInterfaceProperties.H.
Public Member Functions | |
threePhaseInterfaceProperties (const threePhaseMixture &mixture) | |
Construct from volume fraction field alpha and IOdictionary.
| |
scalar | cAlpha () const |
const dimensionedScalar & | deltaN () const |
const surfaceScalarField & | nHatf () const |
const volScalarField & | K () const |
tmp< volScalarField > | sigma () const |
tmp< volScalarField > | sigmaK () const |
void | correct () |
Static Public Attributes | |
static const scalar | convertToRad |
Conversion factor for degrees into radians.
|
threePhaseInterfaceProperties | ( | const threePhaseMixture & | mixture ) |
Construct from volume fraction field alpha and IOdictionary.
scalar cAlpha | ( | ) | const [inline]
|
Definition at line 122 of file threePhaseInterfaceProperties.H.
const dimensionedScalar& deltaN | ( | ) | const [inline]
|
Definition at line 127 of file threePhaseInterfaceProperties.H.
References threePhaseMixture::alpha2(), threePhaseMixture::alpha3(), and Foam::max().
const surfaceScalarField& nHatf | ( | ) | const [inline]
|
Definition at line 132 of file threePhaseInterfaceProperties.H.
const volScalarField& K | ( | ) | const [inline]
|
Definition at line 137 of file threePhaseInterfaceProperties.H.
References threePhaseInterfaceProperties::sigma().
tmp<volScalarField> sigma | ( | ) | const [inline]
|
Definition at line 142 of file threePhaseInterfaceProperties.H.
Referenced by threePhaseInterfaceProperties::K().
tmp<volScalarField> sigmaK | ( | ) | const [inline]
|
Definition at line 152 of file threePhaseInterfaceProperties.H.
void correct | ( | ) | [inline]
|
Definition at line 157 of file threePhaseInterfaceProperties.H.
const scalar convertToRad [static]
|
Conversion factor for degrees into radians.
Definition at line 111 of file threePhaseInterfaceProperties.H.