#include <alphaContactAngleFvPatchScalarField.H>


Classes | |
| class | interfaceThetaProps |
Public Types | |
| typedef HashTable< interfaceThetaProps, multiphaseSystem::interfacePair, multiphaseSystem::interfacePair::symmHash > | thetaPropsTable |
Public Member Functions | |
| TypeName ("multiphaseEuler::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. | |
Definition at line 51 of file alphaContactAngleFvPatchScalarField.H.
| typedef HashTable< interfaceThetaProps, multiphaseSystem::interfacePair, multiphaseSystem::interfacePair::symmHash > thetaPropsTable |
Definition at line 138 of file alphaContactAngleFvPatchScalarField.H.
| alphaContactAngleFvPatchScalarField | ( | const fvPatch & | p, |
| const DimensionedField< scalar, volMesh > & | iF ) |
Construct from patch and internal field.
Definition at line 73 of file alphaContactAngleFvPatchScalarField.C.
References p.
Referenced by alphaContactAngleFvPatchScalarField(), alphaContactAngleFvPatchScalarField(), and TypeName().

| alphaContactAngleFvPatchScalarField | ( | const fvPatch & | p, |
| const DimensionedField< scalar, volMesh > & | iF, | ||
| const dictionary & | dict ) |
Construct from patch, internal field and dictionary.
Definition at line 96 of file alphaContactAngleFvPatchScalarField.C.
| alphaContactAngleFvPatchScalarField | ( | const alphaContactAngleFvPatchScalarField & | gcpsf, |
| const fvPatch & | p, | ||
| const DimensionedField< scalar, volMesh > & | iF, | ||
| const fvPatchFieldMapper & | mapper ) |
Construct by mapping given alphaContactAngleFvPatchScalarField.
onto a new patch
Definition at line 83 of file alphaContactAngleFvPatchScalarField.C.
References alphaContactAngleFvPatchScalarField(), and p.

| alphaContactAngleFvPatchScalarField | ( | const alphaContactAngleFvPatchScalarField & | gcpsf, |
| const DimensionedField< scalar, volMesh > & | iF ) |
Construct as copy setting internal field reference.
Definition at line 110 of file alphaContactAngleFvPatchScalarField.C.
References alphaContactAngleFvPatchScalarField().

| TypeName | ( | "multiphaseEuler::alphaContactAngle" | ) |
Runtime type information.
References alphaContactAngleFvPatchScalarField().

|
inlinevirtual |
Return a clone.
Definition at line 202 of file alphaContactAngleFvPatchScalarField.H.
References fvPatchField< Type >::Clone().

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

|
inline |
Return the contact angle properties.
Definition at line 224 of file alphaContactAngleFvPatchScalarField.H.
|
virtual |
Write.
Definition at line 123 of file alphaContactAngleFvPatchScalarField.C.
References os(), fvPatchField< Type >::write(), and fvPatchField< Type >::writeValueEntry().
