Contains the interface properties. More...
Public Member Functions | |
interfaceProperties (const volScalarField &alpha1, const volVectorField &U, const IOdictionary &) | |
Construct from volume fraction field gamma and IOdictionary. More... | |
scalar | cAlpha () const |
const dimensionedScalar & | deltaN () const |
const surfaceScalarField & | nHatf () const |
const volScalarField & | K () const |
const dimensionedScalar & | sigma () const |
tmp< volScalarField > | sigmaK () const |
tmp< surfaceScalarField > | surfaceTensionForce () const |
tmp< volScalarField > | nearInterface () const |
Indicator of the proximity of the interface. More... | |
void | correct () |
bool | read () |
Read transportProperties dictionary. More... | |
Static Public Attributes | |
static const scalar | convertToRad |
Conversion factor for degrees into radians. More... | |
Contains the interface properties.
Definition at line 54 of file interfaceProperties.H.
interfaceProperties | ( | const volScalarField & | alpha1, |
const volVectorField & | U, | ||
const IOdictionary & | dict | ||
) |
Construct from volume fraction field gamma and IOdictionary.
Definition at line 156 of file interfaceProperties.C.
|
inline |
Definition at line 114 of file interfaceProperties.H.
|
inline |
Definition at line 119 of file interfaceProperties.H.
|
inline |
Definition at line 124 of file interfaceProperties.H.
|
inline |
Definition at line 129 of file interfaceProperties.H.
|
inline |
Definition at line 134 of file interfaceProperties.H.
|
inline |
Definition at line 139 of file interfaceProperties.H.
References interfaceProperties::nearInterface(), and interfaceProperties::surfaceTensionForce().
Referenced by interfaceProperties::surfaceTensionForce().
Foam::tmp< Foam::surfaceScalarField > surfaceTensionForce | ( | ) | const |
Definition at line 212 of file interfaceProperties.C.
References Foam::fvc::interpolate(), interfaceProperties::sigmaK(), and Foam::fvc::snGrad().
Referenced by interfaceProperties::sigmaK().
Foam::tmp< Foam::volScalarField > nearInterface | ( | ) | const |
Indicator of the proximity of the interface.
Field values are 1 near and 0 away for the interface.
Definition at line 219 of file interfaceProperties.C.
References Foam::pos().
Referenced by interfaceProperties::sigmaK().
|
inline |
Definition at line 150 of file interfaceProperties.H.
References interfaceProperties::read().
Referenced by immiscibleIncompressibleTwoPhaseMixture::correct().
bool read | ( | ) |
Read transportProperties dictionary.
Definition at line 225 of file interfaceProperties.C.
References lookup(), dictionary::lookup(), DimensionedField< Type, GeoMesh >::mesh(), and IOobject::name().
Referenced by interfaceProperties::correct(), and immiscibleIncompressibleTwoPhaseMixture::read().
|
static |
Conversion factor for degrees into radians.
Definition at line 98 of file interfaceProperties.H.