FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

interfaceProperties Class Reference

Contains the interface properties. More...

#include <interfaceProperties/interfaceProperties.H>


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 55 of file interfaceProperties.H.

Collaboration diagram for interfaceProperties:

List of all members.

Public Member Functions

 interfaceProperties (const volScalarField &alpha1, const volVectorField &U, const IOdictionary &)
 Construct from volume fraction field gamma and IOdictionary.
scalar  cAlpha () const
const dimensionedScalar &  deltaN () const
const surfaceScalarField &  nHatf () const
const volScalarField &  K () const
const dimensionedScalar &  sigma () const
tmp< volScalarField >  sigmaK () const
void  correct ()

Static Public Attributes

static const scalar  convertToRad
 Conversion factor for degrees into radians.

Constructor & Destructor Documentation

interfaceProperties ( const volScalarField &   alpha1,
const volVectorField &   U,
const IOdictionary &   dict  
)

Construct from volume fraction field gamma and IOdictionary.

Definition at line 148 of file interfaceProperties.C.


Member Function Documentation

scalar cAlpha (  ) const [inline]

Definition at line 115 of file interfaceProperties.H.

const dimensionedScalar& deltaN (  ) const [inline]

Definition at line 120 of file interfaceProperties.H.

const surfaceScalarField& nHatf (  ) const [inline]

Definition at line 125 of file interfaceProperties.H.

const volScalarField& K (  ) const [inline]

Definition at line 130 of file interfaceProperties.H.

const dimensionedScalar& sigma (  ) const [inline]

Definition at line 135 of file interfaceProperties.H.

tmp<volScalarField> sigmaK (  ) const [inline]

Definition at line 140 of file interfaceProperties.H.

void correct (  ) [inline]

Definition at line 145 of file interfaceProperties.H.


Member Data Documentation

const Foam::scalar convertToRad [static]
Initial value:

Conversion factor for degrees into radians.

Definition at line 99 of file interfaceProperties.H.


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