57 #ifndef FoamDeprecated_exprMixedFvPatchField_H 58 #define FoamDeprecated_exprMixedFvPatchField_H 74 class exprMixedFvPatchField
76 public mixedFvPatchField<Type>,
77 public expressions::patchExprFieldBase
79 typedef exprMixedFvPatchField<Type> this_bctype;
80 typedef mixedFvPatchField<Type> parent_bctype;
91 expressions::patchExpr::parseDriver
driver_;
174 #include "exprMixedFvPatchField.txx" virtual void updateCoeffs()
Update the coefficients associated with the patch field.
A list of keyword definitions, which are a keyword followed by a number of values (eg...
friend Ostream & operator(Ostream &, const fvPatchField< Type > &)
virtual void write(Ostream &os) const
Write.
A mixed boundary condition with expressions.
TypeName("exprMixed")
Runtime type information.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
expressions::patchExpr::parseDriver driver_
The expression driver.
static tmp< fvPatchField< Type > > Clone(const DerivedPatchField &pf, Args &&... args)
Clone a patch field, optionally with internal field reference etc.
dictionary dict_
Dictionary contents for the boundary condition.
exprMixedFvPatchField(const fvPatch &p, const DimensionedField< Type, volMesh > &)
Construct from patch and internal field.
A FieldMapper for finite-volume patch fields.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
A class for managing temporary objects.
void setDebug()
Set debug ON if "debug" is enabled.
virtual tmp< fvPatchField< Type > > clone() const
No clone without an internal field reference.