Properties to aid interFoam : 1. Correct the alpha boundary condition for dynamic contact angle. 2. Calculate interface curvature. More...
Public Member Functions | |
threePhaseInterfaceProperties (const incompressibleThreePhaseMixture &mixture) | |
Construct from volume fraction field alpha and IOdictionary. More... | |
scalar | cAlpha () const |
const dimensionedScalar & | deltaN () const |
const surfaceScalarField & | nHatf () const |
const volScalarField & | K () const |
tmp< volScalarField > | sigma () const |
tmp< volScalarField > | sigmaK () const |
tmp< surfaceScalarField > | surfaceTensionForce () const |
tmp< volScalarField > | nearInterface () const |
Indicator of the proximity of the interface. More... | |
void | correct () |
Static Public Attributes | |
static const scalar | convertToRad |
Conversion factor for degrees into radians. More... | |
Properties to aid interFoam : 1. Correct the alpha boundary condition for dynamic contact angle. 2. Calculate interface curvature.
Definition at line 51 of file threePhaseInterfaceProperties.H.
threePhaseInterfaceProperties | ( | const incompressibleThreePhaseMixture & | mixture | ) |
Construct from volume fraction field alpha and IOdictionary.
|
inline |
Definition at line 108 of file threePhaseInterfaceProperties.H.
|
inline |
Definition at line 113 of file threePhaseInterfaceProperties.H.
|
inline |
Definition at line 118 of file threePhaseInterfaceProperties.H.
|
inline |
Definition at line 123 of file threePhaseInterfaceProperties.H.
|
inline |
Definition at line 128 of file threePhaseInterfaceProperties.H.
References incompressibleThreePhaseMixture::alpha2(), incompressibleThreePhaseMixture::alpha3(), and Foam::max().
Referenced by threePhaseInterfaceProperties::sigmaK().
|
inline |
Definition at line 138 of file threePhaseInterfaceProperties.H.
References threePhaseInterfaceProperties::nearInterface(), threePhaseInterfaceProperties::sigma(), and threePhaseInterfaceProperties::surfaceTensionForce().
tmp<surfaceScalarField> surfaceTensionForce | ( | ) | const |
tmp<volScalarField> nearInterface | ( | ) | const |
Indicator of the proximity of the interface.
Field values are 1 near and 0 away for the interface.
Referenced by threePhaseInterfaceProperties::sigmaK().
|
inline |
Definition at line 149 of file threePhaseInterfaceProperties.H.
Referenced by immiscibleIncompressibleThreePhaseMixture::correct().
|
static |
Conversion factor for degrees into radians.
Definition at line 94 of file threePhaseInterfaceProperties.H.