90#ifndef fv_limitTemperature_H
91#define fv_limitTemperature_H
109 public fv::cellSetOption,
110 public functionObjects::writeFile
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Base class for writing single files from the function objects.
Mesh data needed to do the Finite Volume discretisation.
Intermediate abstract class for handling cell-set options for the derived fvOptions.
Corrects temperature field (i.e. T) within a specified region by applying limits between a given mini...
virtual ~limitTemperature()=default
Destructor.
word phase_
Optional phase name.
virtual bool read(const dictionary &dict)
Read dictionary.
limitTemperature(const word &name, const word &modelType, const dictionary &dict, const fvMesh &mesh)
Construct from components.
void operator=(const limitTemperature &)=delete
No copy assignment.
scalar Tmax_
Maximum temperature limit [K].
scalar Tmin_
Minimum temperature limit [K].
void writeFileHeader(Ostream &os)
Write file header information.
TypeName("limitTemperature")
Runtime type information.
limitTemperature(const limitTemperature &)=delete
No copy construct.
const word & name() const noexcept
Return const access to the source name.
const fvMesh & mesh() const noexcept
Return const access to the mesh database.
A class for handling words, derived from Foam::string.
OBJstream os(runTime.globalPath()/outputName)
Namespace for finite-volume.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.