Temperature-dependent alphaContactAngle scalar boundary condition. More...
#include <temperatureDependentAlphaContactAngleFvPatchScalarField.H>


Public Member Functions | |
| TypeName ("temperatureDependentAlphaContactAngle") | |
| Runtime type information. | |
| temperatureDependentAlphaContactAngleFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &) | |
| Construct from patch and internal field. | |
| temperatureDependentAlphaContactAngleFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary. | |
| temperatureDependentAlphaContactAngleFvPatchScalarField (const temperatureDependentAlphaContactAngleFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &) | |
| Construct by mapping given. | |
| temperatureDependentAlphaContactAngleFvPatchScalarField (const temperatureDependentAlphaContactAngleFvPatchScalarField &) | |
| Construct as copy. | |
| temperatureDependentAlphaContactAngleFvPatchScalarField (const temperatureDependentAlphaContactAngleFvPatchScalarField &, const DimensionedField< scalar, volMesh > &) | |
| Construct as copy setting internal field reference. | |
| virtual tmp< fvPatchField< scalar > > | clone () const |
| Return a clone. | |
| virtual tmp< fvPatchField< scalar > > | clone (const DimensionedField< scalar, volMesh > &iF) const |
| Clone with an 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 alphaContactAngleTwoPhaseFvPatchScalarField | |
| alphaContactAngleTwoPhaseFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &) | |
| Construct from patch and internal field. | |
| alphaContactAngleTwoPhaseFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary. | |
| alphaContactAngleTwoPhaseFvPatchScalarField (const alphaContactAngleTwoPhaseFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &) | |
| Construct by mapping onto a new patch. | |
| alphaContactAngleTwoPhaseFvPatchScalarField (const alphaContactAngleTwoPhaseFvPatchScalarField &) | |
| Construct as copy. | |
| alphaContactAngleTwoPhaseFvPatchScalarField (const alphaContactAngleTwoPhaseFvPatchScalarField &, const DimensionedField< scalar, volMesh > &) | |
| Construct as copy setting internal field reference. | |
| virtual void | evaluate (const Pstream::commsTypes commsType=Pstream::commsTypes::buffered) |
| Evaluate the patch field. | |
Additional Inherited Members | |
| Public Types inherited from alphaContactAngleTwoPhaseFvPatchScalarField | |
| enum | limitControls { lcNone , lcGradient , lcZeroGradient , lcAlpha } |
| Alpha limit options. More... | |
| Public Attributes inherited from alphaContactAngleTwoPhaseFvPatchScalarField | |
| limitControls | limit_ |
| Static Public Attributes inherited from alphaContactAngleTwoPhaseFvPatchScalarField | |
| static const Enum< limitControls > | limitControlNames_ |
Temperature-dependent alphaContactAngle scalar boundary condition.
The contact angle is evaluated from the specified Foam::Function1 for the temperature field looked-up from the mesh database the name of which may optionally be provided.
| Property | Description | Required | Default value |
|---|---|---|---|
T | Temperature field name | no | T |
theta0 | Contact angle function | yes |
Example of the boundary condition specification:
<patchName>
{
type temperatureDependentAlphaContactAngle;
theta0 constant 60;
}
Definition at line 88 of file temperatureDependentAlphaContactAngleFvPatchScalarField.H.
| temperatureDependentAlphaContactAngleFvPatchScalarField | ( | const fvPatch & | p, |
| const DimensionedField< scalar, volMesh > & | iF ) |
Construct from patch and internal field.
Definition at line 29 of file temperatureDependentAlphaContactAngleFvPatchScalarField.C.
References alphaContactAngleTwoPhaseFvPatchScalarField::alphaContactAngleTwoPhaseFvPatchScalarField(), and p.
Referenced by temperatureDependentAlphaContactAngleFvPatchScalarField(), temperatureDependentAlphaContactAngleFvPatchScalarField(), temperatureDependentAlphaContactAngleFvPatchScalarField(), and TypeName().


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

| temperatureDependentAlphaContactAngleFvPatchScalarField | ( | const temperatureDependentAlphaContactAngleFvPatchScalarField & | psf, |
| const fvPatch & | p, | ||
| const DimensionedField< scalar, volMesh > & | iF, | ||
| const fvPatchFieldMapper & | mapper ) |
Construct by mapping given.
temperatureDependentAlphaContactAngleFvPatchScalarField onto a new patch
Definition at line 58 of file temperatureDependentAlphaContactAngleFvPatchScalarField.C.
References alphaContactAngleTwoPhaseFvPatchScalarField::alphaContactAngleTwoPhaseFvPatchScalarField(), clone(), p, and temperatureDependentAlphaContactAngleFvPatchScalarField().

| temperatureDependentAlphaContactAngleFvPatchScalarField | ( | const temperatureDependentAlphaContactAngleFvPatchScalarField & | psf | ) |
Construct as copy.
Definition at line 73 of file temperatureDependentAlphaContactAngleFvPatchScalarField.C.
References alphaContactAngleTwoPhaseFvPatchScalarField::alphaContactAngleTwoPhaseFvPatchScalarField(), clone(), and temperatureDependentAlphaContactAngleFvPatchScalarField().

| temperatureDependentAlphaContactAngleFvPatchScalarField | ( | const temperatureDependentAlphaContactAngleFvPatchScalarField & | psf, |
| const DimensionedField< scalar, volMesh > & | iF ) |
Construct as copy setting internal field reference.
Definition at line 85 of file temperatureDependentAlphaContactAngleFvPatchScalarField.C.
References alphaContactAngleTwoPhaseFvPatchScalarField::alphaContactAngleTwoPhaseFvPatchScalarField(), clone(), and temperatureDependentAlphaContactAngleFvPatchScalarField().

| TypeName | ( | "temperatureDependentAlphaContactAngle" | ) |
Runtime type information.
References temperatureDependentAlphaContactAngleFvPatchScalarField().

|
inlinevirtual |
Return a clone.
Definition at line 168 of file temperatureDependentAlphaContactAngleFvPatchScalarField.H.
References fvPatchField< Type >::Clone().
Referenced by temperatureDependentAlphaContactAngleFvPatchScalarField(), temperatureDependentAlphaContactAngleFvPatchScalarField(), and temperatureDependentAlphaContactAngleFvPatchScalarField().


|
inlinevirtual |
Clone with an internal field reference.
Definition at line 176 of file temperatureDependentAlphaContactAngleFvPatchScalarField.H.
References fvPatchField< Type >::Clone().

|
virtual |
Return the equilibrium contact-angle.
Implements alphaContactAngleTwoPhaseFvPatchScalarField.
Definition at line 101 of file temperatureDependentAlphaContactAngleFvPatchScalarField.C.
|
virtual |
Write.
Reimplemented from alphaContactAngleTwoPhaseFvPatchScalarField.
Definition at line 114 of file temperatureDependentAlphaContactAngleFvPatchScalarField.C.
References os(), alphaContactAngleTwoPhaseFvPatchScalarField::write(), and fvPatchField< Type >::writeValueEntry().
