All Classes Namespaces Files Functions Variables Typedefs Friends Macros Groups
Public Member Functions | List of all members
qInterfaceProperties Class Reference

Contains the interface properties. More...

Inheritance diagram for qInterfaceProperties:
Inheritance graph
[legend]

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

Detailed Description

Contains the interface properties.

Properties to aid interFoam:

  1. Correct the alpha boundary condition for dynamic contact angle.
  2. Calculate interface curvature.
Source files

Definition at line 58 of file qInterfaceProperties.H.

Constructor & Destructor Documentation

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.

Member Function Documentation

scalar cAlpha ( ) const
inline

Definition at line 135 of file qInterfaceProperties.H.

const dimensionedScalar& deltaN ( ) const
inline

Definition at line 140 of file qInterfaceProperties.H.

const surfaceScalarField& nHatf ( ) const
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().

Here is the call graph for this function:

void correct ( )

Definition at line 230 of file qInterfaceProperties.C.

bool read ( )

Read transportProperties dictionary.

Definition at line 236 of file qInterfaceProperties.C.


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