This boundary condition provides static pressure condition for p_rgh, calculated as: More...
Public Member Functions | |
TypeName ("freeSurfacePressure") | |
Runtime type information. More... | |
freeSurfacePressureFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &) | |
Construct from patch and internal field. More... | |
freeSurfacePressureFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &) | |
Construct from patch, internal field and dictionary. More... | |
freeSurfacePressureFvPatchScalarField (const freeSurfacePressureFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &) | |
Construct by mapping given. More... | |
freeSurfacePressureFvPatchScalarField (const freeSurfacePressureFvPatchScalarField &) | |
Construct as copy. More... | |
virtual tmp< fvPatchScalarField > | clone () const |
Construct and return a clone. More... | |
freeSurfacePressureFvPatchScalarField (const freeSurfacePressureFvPatchScalarField &, const DimensionedField< scalar, volMesh > &) | |
Construct as copy setting internal field reference. More... | |
virtual tmp< fvPatchScalarField > | clone (const DimensionedField< scalar, volMesh > &iF) const |
Construct and return a clone setting internal field reference. More... | |
const scalarField & | pa () const |
Return the ambient pressure. More... | |
scalarField & | pa () |
Return reference to the ambient pressure to allow adjustment. More... | |
virtual void | autoMap (const fvPatchFieldMapper &) |
Map (and resize as needed) from self given a mapping object. More... | |
virtual void | rmap (const fvPatchScalarField &, const labelList &) |
Reverse map the given fvPatchField onto this fvPatchField. More... | |
virtual void | updateCoeffs () |
Update the coefficients associated with the patch field. More... | |
virtual void | write (Ostream &) const |
Write. More... | |
Protected Attributes | |
scalarField | pa_ |
Ambient pressure. More... | |
This boundary condition provides static pressure condition for p_rgh, calculated as:
\[ p = pa - \vec{g} \cdot \vec{r} \]
where
\( p \) | = | Free surface modified pressure |
\( pa \) | = | Free surface ambient pressure |
\( g \) | = | acceleration due to gravity [m/s^2] |
Property | Description | Required | Default value |
---|---|---|---|
pa | static ambient pressure | yes | 0 |
Example of the boundary condition specification:
<patchName> { type freeSurfacePressure; pa uniform 0; value uniform 0; // optional initial value }
Definition at line 106 of file freeSurfacePressureFvPatchScalarField.H.
freeSurfacePressureFvPatchScalarField | ( | const fvPatch & | p, |
const DimensionedField< scalar, volMesh > & | iF | ||
) |
Construct from patch and internal field.
Definition at line 39 of file freeSurfacePressureFvPatchScalarField.C.
freeSurfacePressureFvPatchScalarField | ( | const fvPatch & | p, |
const DimensionedField< scalar, volMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Construct from patch, internal field and dictionary.
Definition at line 51 of file freeSurfacePressureFvPatchScalarField.C.
References dict, dictionary::found(), fvPatchField< scalar >::operator, fvPatchField< Type >::operator=(), p, freeSurfacePressureFvPatchScalarField::pa_, and UList< T >::size().
freeSurfacePressureFvPatchScalarField | ( | const freeSurfacePressureFvPatchScalarField & | ptf, |
const fvPatch & | p, | ||
const DimensionedField< scalar, volMesh > & | iF, | ||
const fvPatchFieldMapper & | mapper | ||
) |
Construct by mapping given.
freeSurfacePressureFvPatchScalarField onto a new patch
Definition at line 76 of file freeSurfacePressureFvPatchScalarField.C.
Construct as copy.
Definition at line 90 of file freeSurfacePressureFvPatchScalarField.C.
freeSurfacePressureFvPatchScalarField | ( | const freeSurfacePressureFvPatchScalarField & | ptf, |
const DimensionedField< scalar, volMesh > & | iF | ||
) |
Construct as copy setting internal field reference.
Definition at line 101 of file freeSurfacePressureFvPatchScalarField.C.
TypeName | ( | "freeSurfacePressure" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Definition at line 157 of file freeSurfacePressureFvPatchScalarField.H.
|
inlinevirtual |
Construct and return a clone setting internal field reference.
Definition at line 173 of file freeSurfacePressureFvPatchScalarField.H.
|
inline |
Return the ambient pressure.
Definition at line 190 of file freeSurfacePressureFvPatchScalarField.H.
References freeSurfacePressureFvPatchScalarField::pa_.
|
inline |
Return reference to the ambient pressure to allow adjustment.
Definition at line 196 of file freeSurfacePressureFvPatchScalarField.H.
References freeSurfacePressureFvPatchScalarField::pa_.
|
virtual |
Map (and resize as needed) from self given a mapping object.
Definition at line 115 of file freeSurfacePressureFvPatchScalarField.C.
|
virtual |
Reverse map the given fvPatchField onto this fvPatchField.
Definition at line 125 of file freeSurfacePressureFvPatchScalarField.C.
References freeSurfacePressureFvPatchScalarField::pa_.
|
virtual |
Update the coefficients associated with the patch field.
Definition at line 140 of file freeSurfacePressureFvPatchScalarField.C.
References interfaceTrackingFvMesh::freeSurfacePressureJump(), objectRegistry::lookupObject(), and mesh.
|
virtual |
Write.
Definition at line 167 of file freeSurfacePressureFvPatchScalarField.C.
References os(), and ObukhovLength::write().
|
protected |
Ambient pressure.
Definition at line 115 of file freeSurfacePressureFvPatchScalarField.H.
Referenced by freeSurfacePressureFvPatchScalarField::freeSurfacePressureFvPatchScalarField(), freeSurfacePressureFvPatchScalarField::pa(), and freeSurfacePressureFvPatchScalarField::rmap().