Public Member Functions | Protected Member Functions | List of all members
contactAngleForce Class Referenceabstract

Base-class for film contact angle force models. More...

Inheritance diagram for contactAngleForce:
Inheritance graph
[legend]
Collaboration diagram for contactAngleForce:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("contactAngle")
 
 contactAngleForce (const word &typeName, liquidFilmBase &film, const dictionary &dict)
 
virtual ~contactAngleForce ()
 
virtual tmp< faVectorMatrixcorrect (areaVectorField &U)
 
- Public Member Functions inherited from force
 TypeName ("force")
 
 declareRunTimeSelectionTable (autoPtr, force, dictionary,(liquidFilmBase &film, const dictionary &dict),(film, dict))
 
 force (liquidFilmBase &film)
 
 force (const word &modelType, liquidFilmBase &film, const dictionary &dict)
 
virtual ~force ()
 
- Public Member Functions inherited from filmSubModelBase
 filmSubModelBase (liquidFilmBase &film)
 
 filmSubModelBase (liquidFilmBase &film, const dictionary &dict, const word &baseName, const word &modelType, const word &dictExt="Coeffs")
 
 filmSubModelBase (const word &modelName, liquidFilmBase &film, const dictionary &dict, const word &baseName, const word &modelType)
 
virtual ~filmSubModelBase ()
 
virtual bool writeTime () const
 
const liquidFilmBasefilm () const
 
liquidFilmBasefilm ()
 
template<class FilmType >
const FilmType & filmType () const
 
- Public Member Functions inherited from subModelBase
 subModelBase (dictionary &properties)
 
 subModelBase (dictionary &properties, const dictionary &dict, const word &baseName, const word &modelType, const word &dictExt="Coeffs")
 
 subModelBase (const word &modelName, dictionary &properties, const dictionary &dict, const word &baseName, const word &modelType)
 
 subModelBase (const subModelBase &smb)
 
virtual ~subModelBase ()
 
const wordmodelName () const
 
const dictionarydict () const
 
const wordbaseName () const
 
const wordmodelType () const
 
const dictionarycoeffDict () const
 
const dictionaryproperties () const
 
virtual bool defaultCoeffs (const bool printMsg) const
 
virtual bool active () const
 
virtual void cacheFields (const bool store)
 
virtual fileName localPath () const
 
template<class Type >
Type getBaseProperty (const word &entryName, const Type &defaultValue=Type(Zero)) const
 
template<class Type >
void getBaseProperty (const word &entryName, Type &value) const
 
template<class Type >
void setBaseProperty (const word &entryName, const Type &value)
 
bool getModelDict (const word &entryName, dictionary &dict) const
 
template<class Type >
void getModelProperty (const word &entryName, Type &value) const
 
template<class Type >
Type getModelProperty (const word &entryName, const Type &defaultValue=Type(Zero)) const
 
template<class Type >
void setModelProperty (const word &entryName, const Type &value)
 
virtual void write (Ostream &os) const
 

Protected Member Functions

virtual tmp< areaScalarFieldtheta () const =0
 
- Protected Member Functions inherited from subModelBase
bool inLine () const
 

Additional Inherited Members

- Static Public Member Functions inherited from force
static autoPtr< forceNew (liquidFilmBase &film, const dictionary &dict, const word &modelType)
 
- Protected Attributes inherited from filmSubModelBase
liquidFilmBasefilmModel_
 
- Protected Attributes inherited from subModelBase
const word modelName_
 
dictionaryproperties_
 
const dictionary dict_
 
const word baseName_
 
const word modelType_
 
const dictionary coeffDict_
 

Detailed Description

Base-class for film contact angle force models.

The effect of the contact angle force can be ignored over a specified distance from patches.

Source files

Definition at line 53 of file contactAngleForce.H.

Constructor & Destructor Documentation

◆ contactAngleForce()

contactAngleForce ( const word typeName,
liquidFilmBase film,
const dictionary dict 
)

Definition at line 50 of file contactAngleForce.C.

◆ ~contactAngleForce()

~contactAngleForce ( )
virtual

Definition at line 78 of file contactAngleForce.C.

Member Function Documentation

◆ theta()

virtual tmp<areaScalarField> theta ( ) const
protectedpure virtual

Implemented in perturbedTemperatureDependentContactAngleForce.

Referenced by contactAngleForce::correct().

Here is the caller graph for this function:

◆ TypeName()

TypeName ( "contactAngle"  )

◆ correct()

tmp< faVectorMatrix > correct ( areaVectorField U)
virtual

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