Classes | Namespaces | Macros
PrghPressureFvPatchScalarField.H File Reference
Include dependency graph for PrghPressureFvPatchScalarField.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PrghPressureFvPatchScalarField< PressureFvPatchScalarField >
 This boundary condition provides the p_rgh equivalent of a pressure boundary condition calculated as: More...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Macros

#define makePrghPatchScalarField(Pressure, PrghPressure)
 

Detailed Description

Original source file PrghPressureFvPatchScalarField.H

Definition in file PrghPressureFvPatchScalarField.H.

Macro Definition Documentation

◆ makePrghPatchScalarField

#define makePrghPatchScalarField (   Pressure,
  PrghPressure 
)
Value:
typedef PrghPressureFvPatchScalarField<Pressure##FvPatchScalarField> \
PrghPressure; \
\
addToPatchFieldRunTimeSelection \
( \
fvPatchScalarField, \
PrghPressure \
)
#define defineTemplateTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information for templates, useful.
Definition: className.H:130

Definition at line 182 of file PrghPressureFvPatchScalarField.H.