93 #ifndef atmBoundaryLayerInletOmegaFvPatchScalarField_H 94 #define atmBoundaryLayerInletOmegaFvPatchScalarField_H 109 class atmBoundaryLayerInletOmegaFvPatchScalarField
111 public inletOutletFvPatchScalarField,
112 public atmBoundaryLayer
115 typedef inletOutletFvPatchScalarField parent_bctype;
120 TypeName(
"atmBoundaryLayerInletOmega");
129 const DimensionedField<scalar, volMesh>&
136 const DimensionedField<scalar, volMesh>&,
145 const DimensionedField<scalar, volMesh>&,
146 const fvPatchFieldMapper&
201 using parent_bctype::operator=;
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
TypeName("atmBoundaryLayerInletOmega")
Runtime type information.
virtual void rmap(const fvPatchScalarField &, const labelList &)
Reverse map the given fvPatchField onto this fvPatchField.
virtual tmp< fvPatchField< scalar > > clone(const DimensionedField< scalar, volMesh > &iF) const
Clone with an internal field reference.
static tmp< fvPatchField< Type > > Clone(const DerivedPatchField &pf, Args &&... args)
Clone a patch field, optionally with internal field reference etc.
A FieldMapper for finite-volume patch fields.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
virtual void write(Ostream &) const
Write.
atmBoundaryLayerInletOmegaFvPatchScalarField(const fvPatch &, const DimensionedField< scalar, volMesh > &)
Construct from patch and internal field.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
virtual void autoMap(const fvPatchFieldMapper &)
Map (and resize as needed) from self given a mapping object.
A class for managing temporary objects.