120#ifndef foam_fanFvPatchField_H
121#define foam_fanFvPatchField_H
257void fanFvPatchField<scalar>::calcFanJump();
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
Enum is a wrapper around a list of names/values that represent particular enumeration (or int) values...
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
This boundary condition provides a jump condition, using the cyclic condition as a base.
operatingMode
Enumeration defining the operating modes.
@ NON_DIMENSIONAL
non-dimensional-based lookup
@ UNIFORM_VELOCITY
uniform velocity-based lookup
@ VOL_FLOW_RATE
volume-flow-rate-based lookup
@ VELOCITY
velocity-based lookup
fanFvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &)
Construct from patch and internal field.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
TypeName("fan")
Runtime type information.
virtual tmp< fvPatchField< Type > > clone() const
Return a clone.
static const Enum< operatingMode > operatingModeNames_
Names for the operating modes.
virtual tmp< fvPatchField< Type > > clone(const DimensionedField< Type, volMesh > &iF) const
Clone with an internal field reference.
A FieldMapper for finite-volume patch fields.
static tmp< fvPatchField< Type > > Clone(const DerivedPatchField &pf, Args &&... args)
Clone a patch field, optionally with internal field reference etc.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
A class for managing temporary objects.
A class for handling words, derived from Foam::string.
OBJstream os(runTime.globalPath()/outputName)
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.