A fixed-pressure alphaContactAngle boundary. More...
#include <alphaFixedPressureFvPatchScalarField.H>


Public Member Functions | |
| TypeName ("alphaFixedPressure") | |
| Runtime type information. | |
| alphaFixedPressureFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &) | |
| Construct from patch and internal field. | |
| alphaFixedPressureFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary. | |
| alphaFixedPressureFvPatchScalarField (const alphaFixedPressureFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &) | |
| Construct by mapping given alphaFixedPressureFvPatchScalarField. | |
| alphaFixedPressureFvPatchScalarField (const alphaFixedPressureFvPatchScalarField &) | |
| Construct as copy. | |
| alphaFixedPressureFvPatchScalarField (const alphaFixedPressureFvPatchScalarField &, 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 scalarField & | p () const |
| Return the alphaFixed pressure. | |
| scalarField & | p () |
| Return reference to the alphaFixed pressure to allow adjustment. | |
| virtual void | autoMap (const fvPatchFieldMapper &) |
| Map (and resize as needed) from self given a mapping object. | |
| virtual void | rmap (const fvPatchScalarField &, const labelList &) |
| Reverse map the given fvPatchField onto this fvPatchField. | |
| virtual void | updateCoeffs () |
| Update the coefficients associated with the patch field. | |
| virtual void | write (Ostream &) const |
| Write. | |
A fixed-pressure alphaContactAngle boundary.
Definition at line 46 of file alphaFixedPressureFvPatchScalarField.H.
| alphaFixedPressureFvPatchScalarField | ( | const fvPatch & | p, |
| const DimensionedField< scalar, volMesh > & | iF ) |
Construct from patch and internal field.
Definition at line 31 of file alphaFixedPressureFvPatchScalarField.C.
References p(), and Foam::Zero.
Referenced by alphaFixedPressureFvPatchScalarField(), alphaFixedPressureFvPatchScalarField(), alphaFixedPressureFvPatchScalarField(), rmap(), and TypeName().


| alphaFixedPressureFvPatchScalarField | ( | const fvPatch & | p, |
| const DimensionedField< scalar, volMesh > & | iF, | ||
| const dictionary & | dict ) |
Construct from patch, internal field and dictionary.
Definition at line 57 of file alphaFixedPressureFvPatchScalarField.C.
References dict, fvPatchField< Type >::operator=(), and p().

| alphaFixedPressureFvPatchScalarField | ( | const alphaFixedPressureFvPatchScalarField & | ptf, |
| const fvPatch & | p, | ||
| const DimensionedField< scalar, volMesh > & | iF, | ||
| const fvPatchFieldMapper & | mapper ) |
Construct by mapping given alphaFixedPressureFvPatchScalarField.
onto a new patch
Definition at line 43 of file alphaFixedPressureFvPatchScalarField.C.
References alphaFixedPressureFvPatchScalarField(), and p().

| alphaFixedPressureFvPatchScalarField | ( | const alphaFixedPressureFvPatchScalarField & | tppsf | ) |
Construct as copy.
Definition at line 76 of file alphaFixedPressureFvPatchScalarField.C.
References alphaFixedPressureFvPatchScalarField().

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

| TypeName | ( | "alphaFixedPressure" | ) |
Runtime type information.
References alphaFixedPressureFvPatchScalarField().

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

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

|
inline |
Return the alphaFixed pressure.
Definition at line 144 of file alphaFixedPressureFvPatchScalarField.H.
Referenced by alphaFixedPressureFvPatchScalarField(), alphaFixedPressureFvPatchScalarField(), and alphaFixedPressureFvPatchScalarField().

|
inline |
Return reference to the alphaFixed pressure to allow adjustment.
Definition at line 152 of file alphaFixedPressureFvPatchScalarField.H.
|
virtual |
Map (and resize as needed) from self given a mapping object.
Definition at line 101 of file alphaFixedPressureFvPatchScalarField.C.
References Field< scalar >::autoMap().

|
virtual |
Reverse map the given fvPatchField onto this fvPatchField.
Definition at line 111 of file alphaFixedPressureFvPatchScalarField.C.
References alphaFixedPressureFvPatchScalarField(), and Foam::refCast().

|
virtual |
Update the coefficients associated with the patch field.
Definition at line 126 of file alphaFixedPressureFvPatchScalarField.C.
References g, gravity::New(), Foam::operator==(), and rho.

|
virtual |
Write.
Definition at line 144 of file alphaFixedPressureFvPatchScalarField.C.
References os(), fvPatchField< Type >::write(), and fvPatchField< Type >::writeValueEntry().
