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


Additional Inherited Members | |
Public Types inherited from alphaContactAngleFvPatchScalarField | |
| enum | limitControls { lcNone, lcGradient, lcZeroGradient, lcAlpha } |
| Alpha limit options. More... | |
| typedef HashTable< interfaceThetaProps, multiphaseMixtureThermo::interfacePair, multiphaseMixtureThermo::interfacePair::hash > | thetaPropsTable |
| typedef HashTable< interfaceThetaProps, multiphaseSystem::interfacePair, multiphaseSystem::interfacePair::symmHash > | thetaPropsTable |
| typedef HashTable< interfaceThetaProps, multiphaseMixture::interfacePair, multiphaseMixture::interfacePair::hash > | thetaPropsTable |
| typedef HashTable< interfaceThetaProps, phasePairKey, phasePairKey::hash > | thetaPropsTable |
Public Attributes inherited from alphaContactAngleFvPatchScalarField | |
| limitControls | limit_ |
Static Public Attributes inherited from alphaContactAngleFvPatchScalarField | |
| static const NamedEnum< limitControls, 4 > | 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 89 of file temperatureDependentAlphaContactAngleFvPatchScalarField.H.
| temperatureDependentAlphaContactAngleFvPatchScalarField | ( | const fvPatch & | p, |
| const DimensionedField< scalar, volMesh > & | iF | ||
| ) |
Construct from patch and internal field.
Definition at line 35 of file temperatureDependentAlphaContactAngleFvPatchScalarField.C.
Referenced by temperatureDependentAlphaContactAngleFvPatchScalarField::clone(), and temperatureDependentAlphaContactAngleFvPatchScalarField::temperatureDependentAlphaContactAngleFvPatchScalarField().

| temperatureDependentAlphaContactAngleFvPatchScalarField | ( | const fvPatch & | p, |
| const DimensionedField< scalar, volMesh > & | iF, | ||
| const dictionary & | dict | ||
| ) |
Construct from patch, internal field and dictionary.
Definition at line 48 of file temperatureDependentAlphaContactAngleFvPatchScalarField.C.

| 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 64 of file temperatureDependentAlphaContactAngleFvPatchScalarField.C.

| temperatureDependentAlphaContactAngleFvPatchScalarField | ( | const temperatureDependentAlphaContactAngleFvPatchScalarField & | psf | ) |
Construct as copy.
Definition at line 79 of file temperatureDependentAlphaContactAngleFvPatchScalarField.C.

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

| TypeName | ( | "temperatureDependentAlphaContactAngle" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Reimplemented from alphaContactAngleFvPatchScalarField.
Definition at line 143 of file temperatureDependentAlphaContactAngleFvPatchScalarField.H.

|
inlinevirtual |
Construct and return a clone setting internal field reference.
Reimplemented from alphaContactAngleFvPatchScalarField.
Definition at line 163 of file temperatureDependentAlphaContactAngleFvPatchScalarField.H.
References temperatureDependentAlphaContactAngleFvPatchScalarField::temperatureDependentAlphaContactAngleFvPatchScalarField(), temperatureDependentAlphaContactAngleFvPatchScalarField::theta(), and temperatureDependentAlphaContactAngleFvPatchScalarField::write().

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


|
virtual |
Write.
Reimplemented from alphaContactAngleFvPatchScalarField.
Definition at line 119 of file temperatureDependentAlphaContactAngleFvPatchScalarField.C.
References Foam::makePatchTypeField(), and Foam::blockMeshTools::write().
Referenced by temperatureDependentAlphaContactAngleFvPatchScalarField::clone(), and temperatureDependentAlphaContactAngleFvPatchScalarField::theta().


1.8.13