Temperature-dependent alphaContactAngle scalar boundary condition. More...


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 31 of file temperatureDependentAlphaContactAngleFvPatchScalarField.C.
| temperatureDependentAlphaContactAngleFvPatchScalarField | ( | const fvPatch & | p, |
| const DimensionedField< scalar, volMesh > & | iF, | ||
| const dictionary & | dict | ||
| ) |
Construct from patch, internal field and dictionary.
Definition at line 44 of file temperatureDependentAlphaContactAngleFvPatchScalarField.C.
References Foam::stringOps::evaluate().

| 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 60 of file temperatureDependentAlphaContactAngleFvPatchScalarField.C.
| temperatureDependentAlphaContactAngleFvPatchScalarField | ( | const temperatureDependentAlphaContactAngleFvPatchScalarField & | psf | ) |
Construct as copy.
Definition at line 75 of file temperatureDependentAlphaContactAngleFvPatchScalarField.C.
| temperatureDependentAlphaContactAngleFvPatchScalarField | ( | const temperatureDependentAlphaContactAngleFvPatchScalarField & | psf, |
| const DimensionedField< scalar, volMesh > & | iF | ||
| ) |
Construct as copy setting internal field reference.
Definition at line 87 of file temperatureDependentAlphaContactAngleFvPatchScalarField.C.
| TypeName | ( | "temperatureDependentAlphaContactAngle" | ) |
Runtime type information.
|
inlinevirtual |
Return a clone.
Definition at line 168 of file temperatureDependentAlphaContactAngleFvPatchScalarField.H.
References fvPatchField< Type >::Clone().

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

|
virtual |
Return the equilibrium contact-angle.
Implements alphaContactAngleTwoPhaseFvPatchScalarField.
Definition at line 102 of file temperatureDependentAlphaContactAngleFvPatchScalarField.C.
References Foam::foamVersion::patch.
|
virtual |
Write.
Reimplemented from alphaContactAngleTwoPhaseFvPatchScalarField.
Definition at line 115 of file temperatureDependentAlphaContactAngleFvPatchScalarField.C.
References os(), and Foam::vtk::write().
