Go to the documentation of this file.
58 #ifndef fixedMeanFvPatchField_H
59 #define fixedMeanFvPatchField_H
73 class fixedMeanFvPatchField
75 public fixedValueFvPatchField<Type>
Type meanValue_
MeanValue value the field is adjusted to maintain.
fixedMeanFvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &)
Construct from patch and internal field.
A class for managing temporary objects.
This boundary condition supplies a fixed value constraint, and is the base class for a number of othe...
TypeName("fixedMean")
Runtime type information.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
A list of keyword definitions, which are a keyword followed by any number of values (e....
virtual void write(Ostream &) const
Write.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
virtual tmp< fvPatchField< Type > > clone() const
Construct and return a clone.
Foam::fvPatchFieldMapper.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
This boundary condition extrapolates field to the patch using the near-cell values and adjusts the di...
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...