Contains the interface properties. More...

Public Member Functions | |
| qInterfaceProperties (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... | |
Contains the interface properties.
Definition at line 58 of file qInterfaceProperties.H.
| qInterfaceProperties | ( | const volScalarField & | alpha1, |
| const volVectorField & | U, | ||
| const IOdictionary & | dict | ||
| ) |
Construct from volume fraction field gamma and IOdictionary.
Definition at line 156 of file qInterfaceProperties.C.
|
inline |
Definition at line 135 of file qInterfaceProperties.H.
|
inline |
Definition at line 140 of file qInterfaceProperties.H.
|
inline |
Definition at line 145 of file qInterfaceProperties.H.
| Foam::tmp< Foam::volScalarField > sigmaK | ( | ) | const |
Definition at line 210 of file qInterfaceProperties.C.
| Foam::tmp< Foam::surfaceScalarField > surfaceTensionForce | ( | ) | const |
Definition at line 217 of file qInterfaceProperties.C.
| 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 224 of file qInterfaceProperties.C.
References Foam::interpolate().

| void correct | ( | ) |
Definition at line 230 of file qInterfaceProperties.C.
| bool read | ( | ) |
Read transportProperties dictionary.
Definition at line 236 of file qInterfaceProperties.C.