A constant alphaContactAngle scalar boundary condition (alphaContactAngleFvPatchScalarField) More...
#include <twoPhaseInterfaceProperties/constantAlphaContactAngleFvPatchScalarField.H>
A constant alphaContactAngle scalar boundary condition (alphaContactAngleFvPatchScalarField)
Definition at line 50 of file constantAlphaContactAngleFvPatchScalarField.H.
Inheritance diagram for constantAlphaContactAngleFvPatchScalarField:
Collaboration diagram for constantAlphaContactAngleFvPatchScalarField:Public Member Functions | |
| TypeName ("constantAlphaContactAngle") | |
| Runtime type information. | |
| constantAlphaContactAngleFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &) | |
| Construct from patch and internal field. | |
| constantAlphaContactAngleFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary. | |
| constantAlphaContactAngleFvPatchScalarField (const constantAlphaContactAngleFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &) | |
| Construct by mapping given. | |
| constantAlphaContactAngleFvPatchScalarField (const constantAlphaContactAngleFvPatchScalarField &) | |
| Construct as copy. | |
| virtual tmp< fvPatchScalarField > | clone () const |
| Construct and return a clone. | |
| constantAlphaContactAngleFvPatchScalarField (const constantAlphaContactAngleFvPatchScalarField &, const DimensionedField< scalar, volMesh > &) | |
| Construct as copy setting internal field reference. | |
| virtual tmp< fvPatchScalarField > | clone (const DimensionedField< scalar, volMesh > &iF) const |
| Construct and return a clone setting internal field reference. | |
| virtual tmp< scalarField > | theta (const fvPatchVectorField &Up, const fvsPatchVectorField &nHat) const |
| Return the equilibrium contact-angle. | |
| virtual void | write (Ostream &) const |
| Write. | |
Public Member Functions inherited from alphaContactAngleFvPatchScalarField | |
| TypeName ("alphaContactAngle") | |
| Runtime type information. | |
| alphaContactAngleFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &) | |
| Construct from patch and internal field. | |
| alphaContactAngleFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary. | |
| alphaContactAngleFvPatchScalarField (const alphaContactAngleFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &) | |
| Construct by mapping given alphaContactAngleFvPatchScalarField. | |
| alphaContactAngleFvPatchScalarField (const alphaContactAngleFvPatchScalarField &) | |
| Construct as copy. | |
| alphaContactAngleFvPatchScalarField (const alphaContactAngleFvPatchScalarField &, const DimensionedField< scalar, volMesh > &) | |
| Construct as copy setting internal field reference. | |
| virtual void | evaluate (const Pstream::commsTypes commsType=Pstream::blocking) |
| Evaluate the patch field. | |
| TypeName ("alphaContactAngle") | |
| Runtime type information. | |
| alphaContactAngleFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &) | |
| Construct from patch and internal field. | |
| alphaContactAngleFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary. | |
| alphaContactAngleFvPatchScalarField (const alphaContactAngleFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &) | |
| Construct by mapping given alphaContactAngleFvPatchScalarField. | |
| alphaContactAngleFvPatchScalarField (const alphaContactAngleFvPatchScalarField &, const DimensionedField< scalar, volMesh > &) | |
| Construct as copy setting internal field reference. | |
| const thetaPropsTable & | thetaProps () const |
| Return the contact angle properties. | |
Additional Inherited Members | |
Public Types inherited from alphaContactAngleFvPatchScalarField | |
| enum | limitControls { lcNone, lcGradient, lcZeroGradient, lcAlpha } |
| Alpha limit options. More... | |
| typedef HashTable < interfaceThetaProps, multiphaseMixture::interfacePair, multiphaseMixture::interfacePair::hash > | thetaPropsTable |
Public Attributes inherited from alphaContactAngleFvPatchScalarField | |
| limitControls | limit_ |
Static Public Attributes inherited from alphaContactAngleFvPatchScalarField | |
| static const NamedEnum < limitControls, 4 > | limitControlNames_ |
| constantAlphaContactAngleFvPatchScalarField | ( | const fvPatch & | p, |
| const DimensionedField< scalar, volMesh > & | iF | ||
| ) |
Construct from patch and internal field.
Definition at line 35 of file constantAlphaContactAngleFvPatchScalarField.C.
Referenced by constantAlphaContactAngleFvPatchScalarField::clone().
| constantAlphaContactAngleFvPatchScalarField | ( | const fvPatch & | p, |
| const DimensionedField< scalar, volMesh > & | iF, | ||
| const dictionary & | dict | ||
| ) |
Construct from patch, internal field and dictionary.
Definition at line 61 of file constantAlphaContactAngleFvPatchScalarField.C.
| constantAlphaContactAngleFvPatchScalarField | ( | const constantAlphaContactAngleFvPatchScalarField & | gcpsf, |
| const fvPatch & | p, | ||
| const DimensionedField< scalar, volMesh > & | iF, | ||
| const fvPatchFieldMapper & | mapper | ||
| ) |
Construct by mapping given.
constantAlphaContactAngleFvPatchScalarField onto a new patch
Definition at line 47 of file constantAlphaContactAngleFvPatchScalarField.C.
| constantAlphaContactAngleFvPatchScalarField | ( | const constantAlphaContactAngleFvPatchScalarField & | gcpsf | ) |
Construct as copy.
Definition at line 76 of file constantAlphaContactAngleFvPatchScalarField.C.
| constantAlphaContactAngleFvPatchScalarField | ( | const constantAlphaContactAngleFvPatchScalarField & | gcpsf, |
| const DimensionedField< scalar, volMesh > & | iF | ||
| ) |
Construct as copy setting internal field reference.
Definition at line 87 of file constantAlphaContactAngleFvPatchScalarField.C.
| TypeName | ( | "constantAlphaContactAngle" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Reimplemented from alphaContactAngleFvPatchScalarField.
Definition at line 101 of file constantAlphaContactAngleFvPatchScalarField.H.
References constantAlphaContactAngleFvPatchScalarField::constantAlphaContactAngleFvPatchScalarField().
|
inlinevirtual |
Construct and return a clone setting internal field reference.
Reimplemented from alphaContactAngleFvPatchScalarField.
Definition at line 118 of file constantAlphaContactAngleFvPatchScalarField.H.
References constantAlphaContactAngleFvPatchScalarField::constantAlphaContactAngleFvPatchScalarField().
|
virtual |
Return the equilibrium contact-angle.
Implements alphaContactAngleFvPatchScalarField.
Definition at line 101 of file constantAlphaContactAngleFvPatchScalarField.C.
References scalarField().
|
virtual |
Write.
Reimplemented from alphaContactAngleFvPatchScalarField.
Definition at line 111 of file constantAlphaContactAngleFvPatchScalarField.C.
References Foam::nl, and Ostream::writeKeyword().