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... | |
threePhaseInterfaceProperties (const threePhaseInterfaceProperties &)=delete | |
Disallow default bitwise copy construction. 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 () |
void | operator= (const threePhaseInterfaceProperties &)=delete |
Disallow default bitwise assignment. 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.
|
delete |
Disallow default bitwise copy construction.
|
inline |
Definition at line 106 of file threePhaseInterfaceProperties.H.
|
inline |
Definition at line 111 of file threePhaseInterfaceProperties.H.
|
inline |
Definition at line 116 of file threePhaseInterfaceProperties.H.
|
inline |
Definition at line 121 of file threePhaseInterfaceProperties.H.
|
inline |
Definition at line 126 of file threePhaseInterfaceProperties.H.
References incompressibleThreePhaseMixture::alpha2(), incompressibleThreePhaseMixture::alpha3(), and Foam::max().
Referenced by threePhaseInterfaceProperties::sigmaK().
|
inline |
Definition at line 136 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 147 of file threePhaseInterfaceProperties.H.
References threePhaseInterfaceProperties::operator=().
Referenced by immiscibleIncompressibleThreePhaseMixture::correct().
|
delete |
Disallow default bitwise assignment.
Referenced by threePhaseInterfaceProperties::correct().