This boundary condition sets the pressure gradient to the provided value such that the flux on the boundary is that specified by the velocity boundary condition. More...
Public Member Functions | |
TypeName ("fixedFluxExtrapolatedPressure") | |
Runtime type information. More... | |
fixedFluxExtrapolatedPressureFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &) | |
Construct from patch, internal field and dictionary. More... | |
fixedFluxExtrapolatedPressureFvPatchScalarField (const fixedFluxExtrapolatedPressureFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fieldMapper &) | |
Construct by mapping given. More... | |
fixedFluxExtrapolatedPressureFvPatchScalarField (const fixedFluxExtrapolatedPressureFvPatchScalarField &)=delete | |
Disallow copy without setting internal field reference. More... | |
fixedFluxExtrapolatedPressureFvPatchScalarField (const fixedFluxExtrapolatedPressureFvPatchScalarField &, const DimensionedField< scalar, volMesh > &) | |
Copy constructor 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... | |
Public Member Functions inherited from fixedFluxPressureFvPatchScalarField | |
TypeName ("fixedFluxPressure") | |
Runtime type information. More... | |
fixedFluxPressureFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &) | |
Construct from patch, internal field and dictionary. More... | |
fixedFluxPressureFvPatchScalarField (const fixedFluxPressureFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fieldMapper &) | |
Construct by mapping given fixedFluxPressureFvPatchScalarField onto. More... | |
fixedFluxPressureFvPatchScalarField (const fixedFluxPressureFvPatchScalarField &)=delete | |
Disallow copy without setting internal field reference. More... | |
fixedFluxPressureFvPatchScalarField (const fixedFluxPressureFvPatchScalarField &, const DimensionedField< scalar, volMesh > &) | |
Copy constructor setting internal field reference. More... | |
void | map (const fixedFluxPressureFvPatchScalarField &, const fieldMapper &) |
Map the given fvPatchField onto this fvPatchField. More... | |
virtual void | map (const fvPatchScalarField &, const fieldMapper &) |
Map the given fvPatchField onto this fvPatchField. More... | |
virtual void | updateCoeffs (const scalarField &snGradp) |
Update the patch pressure gradient field from the given snGradp. More... | |
virtual void | updateCoeffs () |
Update the patch pressure gradient field. More... | |
virtual void | write (Ostream &) const |
Write. More... | |
This boundary condition sets the pressure gradient to the provided value such that the flux on the boundary is that specified by the velocity boundary condition.
Example of the boundary condition specification:
<patchName> { type fixedFluxExtrapolatedPressure; }
Definition at line 61 of file fixedFluxExtrapolatedPressureFvPatchScalarField.H.
fixedFluxExtrapolatedPressureFvPatchScalarField | ( | const fvPatch & | p, |
const DimensionedField< scalar, volMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Construct from patch, internal field and dictionary.
Definition at line 31 of file fixedFluxExtrapolatedPressureFvPatchScalarField.C.
Referenced by fixedFluxExtrapolatedPressureFvPatchScalarField::clone().
fixedFluxExtrapolatedPressureFvPatchScalarField | ( | const fixedFluxExtrapolatedPressureFvPatchScalarField & | ptf, |
const fvPatch & | p, | ||
const DimensionedField< scalar, volMesh > & | iF, | ||
const fieldMapper & | mapper | ||
) |
Construct by mapping given.
fixedFluxExtrapolatedPressureFvPatchScalarField onto a new patch
Definition at line 43 of file fixedFluxExtrapolatedPressureFvPatchScalarField.C.
|
delete |
Disallow copy without setting internal field reference.
fixedFluxExtrapolatedPressureFvPatchScalarField | ( | const fixedFluxExtrapolatedPressureFvPatchScalarField & | wbppsf, |
const DimensionedField< scalar, volMesh > & | iF | ||
) |
Copy constructor setting internal field reference.
Definition at line 56 of file fixedFluxExtrapolatedPressureFvPatchScalarField.C.
TypeName | ( | "fixedFluxExtrapolatedPressure" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone setting internal field reference.
Reimplemented from fixedFluxPressureFvPatchScalarField.
Definition at line 106 of file fixedFluxExtrapolatedPressureFvPatchScalarField.H.
References fixedFluxExtrapolatedPressureFvPatchScalarField::fixedFluxExtrapolatedPressureFvPatchScalarField().