Public Member Functions | Static Public Attributes | List of all members
threePhaseInterfaceProperties Class Reference

Properties to aid interFoam : 1. Correct the alpha boundary condition for dynamic contact angle. 2. Calculate interface curvature. More...

Inheritance diagram for threePhaseInterfaceProperties:
Inheritance graph
[legend]

Public Member Functions

 threePhaseInterfaceProperties (const incompressibleThreePhaseMixture &mixture)
 Construct from volume fraction field alpha and IOdictionary. More...
 
scalar cAlpha () const
 
const dimensionedScalardeltaN () const
 
const surfaceScalarFieldnHatf () const
 
const volScalarFieldK () const
 
tmp< volScalarFieldsigma () const
 
tmp< volScalarFieldsigmaK () const
 
tmp< surfaceScalarFieldsurfaceTensionForce () const
 
tmp< volScalarFieldnearInterface () 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...
 

Detailed Description

Properties to aid interFoam : 1. Correct the alpha boundary condition for dynamic contact angle. 2. Calculate interface curvature.

Source files

Definition at line 51 of file threePhaseInterfaceProperties.H.

Constructor & Destructor Documentation

Construct from volume fraction field alpha and IOdictionary.

Member Function Documentation

scalar cAlpha ( ) const
inline

Definition at line 108 of file threePhaseInterfaceProperties.H.

const dimensionedScalar& deltaN ( ) const
inline

Definition at line 113 of file threePhaseInterfaceProperties.H.

const surfaceScalarField& nHatf ( ) const
inline

Definition at line 118 of file threePhaseInterfaceProperties.H.

const volScalarField& K ( ) const
inline

Definition at line 123 of file threePhaseInterfaceProperties.H.

tmp<volScalarField> sigma ( ) const
inline

Definition at line 128 of file threePhaseInterfaceProperties.H.

References incompressibleThreePhaseMixture::alpha2(), incompressibleThreePhaseMixture::alpha3(), and Foam::max().

Referenced by threePhaseInterfaceProperties::sigmaK().

Here is the call graph for this function:

Here is the caller graph for this function:

tmp<volScalarField> sigmaK ( ) const
inline
tmp<surfaceScalarField> surfaceTensionForce ( ) const

Referenced by threePhaseInterfaceProperties::sigmaK().

Here is the caller graph for this function:

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().

Here is the caller graph for this function:

void correct ( )
inline

Definition at line 149 of file threePhaseInterfaceProperties.H.

Referenced by immiscibleIncompressibleThreePhaseMixture::correct().

Here is the caller graph for this function:

Member Data Documentation

const scalar convertToRad
static

Conversion factor for degrees into radians.

Definition at line 94 of file threePhaseInterfaceProperties.H.


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