36 #ifndef interfaceProperties_H
37 #define interfaceProperties_H
Generic GeometricBoundaryField class.
Generic GeometricField class.
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A list of keyword definitions, which are a keyword followed by any number of values (e....
Contains the interface properties. Surface tension, interface curvature, and functionality to correct...
tmp< surfaceScalarField > surfaceTensionForce() const
tmp< volScalarField > nearInterface() const
Indicator of the proximity of the interface.
void correct()
Correct the curvature.
interfaceProperties(const IOdictionary &dict, volScalarField &alpha1, volScalarField &alpha2, const volVectorField &U)
Construct from dictionary, volume fraction fields and mixture.
const volVectorField & U() const
const dimensionedScalar & deltaN() const
virtual ~interfaceProperties()
Destructor.
tmp< volVectorField > n() const
void operator=(const interfaceProperties &)=delete
Disallow default bitwise assignment.
tmp< volScalarField > sigmaK() const
bool read()
Read phaseProperties dictionary.
const surfaceScalarField & nHatf() const
A class for managing temporary objects.