120 #ifndef foam_fanFvPatchField_H 121 #define foam_fanFvPatchField_H 137 class fanFvPatchField
139 public uniformJumpFvPatchField<Type>
251 virtual void write(Ostream&
os)
const;
257 void fanFvPatchField<scalar>::calcFanJump();
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
operatingMode
Enumeration defining the operating modes.
A list of keyword definitions, which are a keyword followed by a number of values (eg...
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
static const Enum< operatingMode > operatingModeNames_
Names for the operating modes.
This boundary condition provides a jump condition, using the cyclic condition as a base...
static tmp< fvPatchField< Type > > Clone(const DerivedPatchField &pf, Args &&... args)
Clone a patch field, optionally with internal field reference etc.
TypeName("fan")
Runtime type information.
A FieldMapper for finite-volume patch fields.
virtual void write(Ostream &os) const
Write.
non-dimensional-based lookup
OBJstream os(runTime.globalPath()/outputName)
fanFvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &)
Construct from patch and internal field.
virtual tmp< fvPatchField< Type > > clone() const
Return a clone.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
volume-flow-rate-based lookup
uniform velocity-based lookup
Pointer management similar to std::unique_ptr, with some additional methods and type checking...
A class for managing temporary objects.