Contact-angle boundary condition for multi-phase interface-capturing simulations. Used in conjunction with multiphaseSystem. More...
#include <alphaContactAngleFvPatchScalarField.H>


Classes | |
| class | interfaceThetaProps |
Public Member Functions | |
| 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. | |
| 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. | |
| const thetaPropsTable & | thetaProps () const |
| Return the contact angle properties. | |
| virtual void | write (Ostream &) const |
| Write. | |
| 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. | |
| 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. | |
| const thetaPropsTable & | thetaProps () const |
| Return the contact angle properties. | |
| virtual void | write (Ostream &) const |
| Write. | |
Contact-angle boundary condition for multi-phase interface-capturing simulations. Used in conjunction with multiphaseSystem.
Contact-angle boundary condition for multi-phase interface-capturing simulations. Used in conjunction with multiphaseMixture.
Contact-angle boundary condition for multi-phase interface-capturing simulations. Used in conjunction with multiphaseSystem.
<patch>
{
// Mandatory entries
type alphaContactAngle;
thetaProperties
(
(<phase1> <phase2>) <scalar1> <scalar2> <scalar3> <scalar4>
(<phase3> <phase2>) <scalar1> <scalar2> <scalar3> <scalar4>
...
);
// Inherited entries
...
}
where the entries mean:
| Property | Description | Type | Reqd | Deflt |
|---|---|---|---|---|
type | Type name: alphaContactAngle | word | yes | - |
thetaProperties | Contact-angle properties | dict | yes | - |
<scalar1> | Equilibrium contact angle | scalar | yes | - |
<scalar2> | Dynamic contact angle velocity scale | scalar | yes | - |
<scalar3> | Limiting advancing contact angle | scalar | yes | - |
<scalar4> | Limiting receding contact angle | scalar | yes | - |
The inherited entries are elaborated in:
Definition at line 48 of file alphaContactAngleFvPatchScalarField.H.
| typedef HashTable< interfaceThetaProps, multiphaseMixtureThermo::interfacePair, multiphaseMixtureThermo::interfacePair::hash > thetaPropsTable |
Definition at line 135 of file alphaContactAngleFvPatchScalarField.H.
| typedef HashTable< interfaceThetaProps, multiphaseMixture::interfacePair, multiphaseMixture::interfacePair::hash > thetaPropsTable |
Definition at line 135 of file alphaContactAngleFvPatchScalarField.H.
| alphaContactAngleFvPatchScalarField | ( | const fvPatch & | , |
| const DimensionedField< scalar, volMesh > & | ) |
Construct from patch and internal field.
Referenced by alphaContactAngleFvPatchScalarField(), and alphaContactAngleFvPatchScalarField().

| 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.
onto a new patch
References alphaContactAngleFvPatchScalarField().

| alphaContactAngleFvPatchScalarField | ( | const alphaContactAngleFvPatchScalarField & | , |
| const DimensionedField< scalar, volMesh > & | ) |
Construct as copy setting internal field reference.
References alphaContactAngleFvPatchScalarField().

| 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.
onto a new patch
References alphaContactAngleFvPatchScalarField().

| alphaContactAngleFvPatchScalarField | ( | const alphaContactAngleFvPatchScalarField & | , |
| const DimensionedField< scalar, volMesh > & | ) |
Construct as copy setting internal field reference.
References alphaContactAngleFvPatchScalarField().

| TypeName | ( | "alphaContactAngle" | ) |
Runtime type information.
|
inlinevirtual |
Return a clone.
Definition at line 199 of file alphaContactAngleFvPatchScalarField.H.
References fvPatchField< Type >::Clone().

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

|
inline |
Return the contact angle properties.
Definition at line 221 of file alphaContactAngleFvPatchScalarField.H.
|
virtual |
Write.
| TypeName | ( | "alphaContactAngle" | ) |
Runtime type information.
|
inlinevirtual |
Return a clone.
Definition at line 199 of file alphaContactAngleFvPatchScalarField.H.
References fvPatchField< Type >::Clone().

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

|
inline |
Return the contact angle properties.
Definition at line 221 of file alphaContactAngleFvPatchScalarField.H.
|
virtual |
Write.