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 |
| 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 55 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 115 of file interfaceProperties.H.
|
inline |
Definition at line 120 of file interfaceProperties.H.
|
inline |
Definition at line 125 of file interfaceProperties.H.
References interfaceProperties::correct(), interfaceProperties::nearInterface(), interfaceProperties::read(), interfaceProperties::sigmaK(), and interfaceProperties::surfaceTensionForce().

| Foam::tmp< Foam::volScalarField > sigmaK | ( | ) | const |
Definition at line 213 of file interfaceProperties.C.
Referenced by interfaceProperties::nHatf(), and interfaceProperties::surfaceTensionForce().

| Foam::tmp< Foam::surfaceScalarField > surfaceTensionForce | ( | ) | const |
Definition at line 220 of file interfaceProperties.C.
References Foam::fvc::interpolate(), interfaceProperties::sigmaK(), and Foam::fvc::snGrad().
Referenced by interfaceProperties::nHatf().


| 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 227 of file interfaceProperties.C.
References Foam::pos0().
Referenced by interfaceProperties::nHatf().


| void correct | ( | ) |
Definition at line 233 of file interfaceProperties.C.
Referenced by immiscibleIncompressibleTwoPhaseMixture::correct(), and interfaceProperties::nHatf().

| bool read | ( | ) |
Read transportProperties dictionary.
Definition at line 239 of file interfaceProperties.C.
References lookup(), DimensionedField< Type, GeoMesh >::mesh(), and IOobject::name().
Referenced by interfaceProperties::nHatf(), and immiscibleIncompressibleTwoPhaseMixture::read().


|
static |
Conversion factor for degrees into radians.
Definition at line 99 of file interfaceProperties.H.
1.8.13