50 #ifndef PrghPressureFvPatchScalarField_H 51 #define PrghPressureFvPatchScalarField_H 64 template<
class PressureFvPatchScalarField>
65 class PrghPressureFvPatchScalarField
67 public PressureFvPatchScalarField
87 const DimensionedField<scalar, volMesh>&
159 #define makePrghPatchScalarField(Pressure, PrghPressure) \ 160 typedef PrghPressureFvPatchScalarField<Pressure##FvPatchScalarField> \ 163 defineTemplateTypeNameAndDebug(PrghPressure, 0); \ 165 addToPatchFieldRunTimeSelection \ 167 fvPatchScalarField, \ PrghPressureFvPatchScalarField(const fvPatch &, const DimensionedField< scalar, volMesh > &)
Construct from patch and internal field.
A list of keyword definitions, which are a keyword followed by any number of values (e...
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
virtual void write(Ostream &) const
Write.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
TypeName("PrghPressure")
Runtime type information.
This boundary condition provides the p_rgh equivalent of a pressure boundary condition calculated as:...
Foam::fvPatchFieldMapper.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
virtual tmp< fvPatchScalarField > clone(const DimensionedField< scalar, volMesh > &iF) const
Construct and return a clone setting internal field reference.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
A class for managing temporary objects.