Go to the documentation of this file.
102 #ifndef turbulentInletFvPatchField_H
103 #define turbulentInletFvPatchField_H
118 class turbulentInletFvPatchField
120 public fixedValueFvPatchField<Type>
128 Type fluctuationScale_;
131 Field<Type> referenceField_;
152 const DimensionedField<Type, volMesh>&
159 const DimensionedField<Type, volMesh>&,
167 const turbulentInletFvPatchField<Type>&,
169 const DimensionedField<Type, volMesh>&,
215 return fluctuationScale_;
221 return fluctuationScale_;
227 return referenceField_;
233 return referenceField_;
Type & fluctuationScale()
virtual void rmap(const fvPatchField< Type > &, const labelList &)
virtual tmp< fvPatchField< Type > > clone() const
A class for managing temporary objects.
turbulentInletFvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &)
TypeName("turbulentInlet")
This boundary condition supplies a fixed value constraint, and is the base class for a number of othe...
virtual void write(Ostream &) const
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
const Type & fluctuationScale() const
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
virtual void autoMap(const fvPatchFieldMapper &)
This boundary condition produces spatiotemporal-variant field by summing a set of pseudo-random numbe...
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
Foam::fvPatchFieldMapper.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
const Field< Type > & referenceField() const
Field< Type > & referenceField()
virtual void updateCoeffs()
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...