A constant alphaContactAngle scalar boundary condition. More...


Public Member Functions | |
| TypeName ("constantAlphaContactAngle") | |
| Runtime type information. More... | |
| constantAlphaContactAngleFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &) | |
| Construct from patch and internal field. More... | |
| constantAlphaContactAngleFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary. More... | |
| constantAlphaContactAngleFvPatchScalarField (const constantAlphaContactAngleFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &) | |
| Construct by mapping given. More... | |
| constantAlphaContactAngleFvPatchScalarField (const constantAlphaContactAngleFvPatchScalarField &)=delete | |
| Disallow copy without setting internal field reference. More... | |
| constantAlphaContactAngleFvPatchScalarField (const constantAlphaContactAngleFvPatchScalarField &, const DimensionedField< scalar, volMesh > &) | |
| Copy constructor setting internal field reference. More... | |
| virtual tmp< fvPatchScalarField > | clone (const DimensionedField< scalar, volMesh > &iF) const |
| Construct and return a clone setting internal field reference. More... | |
| virtual tmp< scalarField > | theta (const fvPatchVectorField &Up, const fvsPatchVectorField &nHat) const |
| Return the equilibrium contact-angle. More... | |
| virtual void | write (Ostream &) const |
| Write. More... | |
Public Member Functions inherited from alphaContactAngleFvPatchScalarField | |
| TypeName ("alphaContactAngle") | |
| Runtime type information. More... | |
| alphaContactAngleFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &) | |
| Construct from patch and internal field. More... | |
| alphaContactAngleFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary. More... | |
| alphaContactAngleFvPatchScalarField (const alphaContactAngleFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &) | |
| Construct by mapping given alphaContactAngleFvPatchScalarField. More... | |
| alphaContactAngleFvPatchScalarField (const alphaContactAngleFvPatchScalarField &, const DimensionedField< scalar, volMesh > &) | |
| Construct as copy setting internal field reference. More... | |
| const HashTable< contactAngleProperties > & | thetaProps () const |
| Return the contact angle properties. More... | |
| TypeName ("alphaContactAngle") | |
| Runtime type information. More... | |
| alphaContactAngleFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &) | |
| Construct from patch and internal field. More... | |
| alphaContactAngleFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary. More... | |
| alphaContactAngleFvPatchScalarField (const alphaContactAngleFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &) | |
| Construct by mapping given alphaContactAngleFvPatchScalarField. More... | |
| alphaContactAngleFvPatchScalarField (const alphaContactAngleFvPatchScalarField &)=delete | |
| Disallow copy without setting internal field reference. More... | |
| alphaContactAngleFvPatchScalarField (const alphaContactAngleFvPatchScalarField &, const DimensionedField< scalar, volMesh > &) | |
| Copy constructor setting internal field reference. More... | |
| virtual void | evaluate (const Pstream::commsTypes commsType=Pstream::commsTypes::blocking) |
| Evaluate the patch field. More... | |
Additional Inherited Members | |
Public Types inherited from alphaContactAngleFvPatchScalarField | |
| enum | limitControls { lcNone, lcGradient, lcZeroGradient, lcAlpha } |
| Alpha limit options. More... | |
Public Attributes inherited from alphaContactAngleFvPatchScalarField | |
| limitControls | limit_ |
Static Public Attributes inherited from alphaContactAngleFvPatchScalarField | |
| static const NamedEnum< limitControls, 4 > | limitControlNames_ |
A constant alphaContactAngle scalar boundary condition.
Definition at line 52 of file constantAlphaContactAngleFvPatchScalarField.H.
| 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(), and constantAlphaContactAngleFvPatchScalarField::constantAlphaContactAngleFvPatchScalarField().

| constantAlphaContactAngleFvPatchScalarField | ( | const fvPatch & | p, |
| const DimensionedField< scalar, volMesh > & | iF, | ||
| const dictionary & | dict | ||
| ) |
Construct from patch, internal field and dictionary.
Definition at line 47 of file constantAlphaContactAngleFvPatchScalarField.C.
References constantAlphaContactAngleFvPatchScalarField::constantAlphaContactAngleFvPatchScalarField(), and Foam::evaluate().

| 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 62 of file constantAlphaContactAngleFvPatchScalarField.C.
References constantAlphaContactAngleFvPatchScalarField::constantAlphaContactAngleFvPatchScalarField().

|
delete |
Disallow copy without setting internal field reference.
| constantAlphaContactAngleFvPatchScalarField | ( | const constantAlphaContactAngleFvPatchScalarField & | gcpsf, |
| const DimensionedField< scalar, volMesh > & | iF | ||
| ) |
Copy constructor setting internal field reference.
Definition at line 76 of file constantAlphaContactAngleFvPatchScalarField.C.
References constantAlphaContactAngleFvPatchScalarField::theta().

| TypeName | ( | "constantAlphaContactAngle" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone setting internal field reference.
Reimplemented from alphaContactAngleFvPatchScalarField.
Definition at line 111 of file constantAlphaContactAngleFvPatchScalarField.H.
References constantAlphaContactAngleFvPatchScalarField::constantAlphaContactAngleFvPatchScalarField(), constantAlphaContactAngleFvPatchScalarField::theta(), and constantAlphaContactAngleFvPatchScalarField::write().

|
virtual |
Return the equilibrium contact-angle.
Implements alphaContactAngleFvPatchScalarField.
Definition at line 90 of file constantAlphaContactAngleFvPatchScalarField.C.
References scalarField(), and constantAlphaContactAngleFvPatchScalarField::write().
Referenced by constantAlphaContactAngleFvPatchScalarField::clone(), and constantAlphaContactAngleFvPatchScalarField::constantAlphaContactAngleFvPatchScalarField().


|
virtual |
Write.
Reimplemented from alphaContactAngleFvPatchScalarField.
Definition at line 100 of file constantAlphaContactAngleFvPatchScalarField.C.
References Foam::makePatchTypeField(), Foam::vtkWriteOps::write(), and Foam::writeEntry().
Referenced by constantAlphaContactAngleFvPatchScalarField::clone(), and constantAlphaContactAngleFvPatchScalarField::theta().

