113#ifndef Foam_functionObjects_comfort_H
114#define Foam_functionObjects_comfort_H
167 mutable scalar wallArea_;
173 mutable bool wallInfoInit_;
185 tmp<volScalarField> magU()
const;
188 void initWallInfo()
const;
197 tmp<volScalarField> pSat()
const;
201 tmp<volScalarField> Tcloth
244 virtual bool write();
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
const word & name() const noexcept
Return the name of this functionObject.
Calculates the thermal comfort quantities predicted mean vote (PMV), predicted percentage of dissatis...
TypeName("comfort")
Runtime type information.
virtual bool read(const dictionary &dict)
Read the function-object dictionary.
virtual ~comfort()=default
Destructor.
comfort(const word &name, const Time &runTime, const dictionary &dict)
Construct from name, Time and dictionary.
virtual bool execute()
Execute the function-object operations.
virtual bool write()
Write the function-object results.
Specialization of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
fvMeshFunctionObject(const fvMeshFunctionObject &)=delete
No copy construct.
A class for managing temporary objects.
A class for handling words, derived from Foam::string.
Function objects are OpenFOAM utilities to ease workflow configurations and enhance workflows.
List< label > labelList
A List of labels.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
word name(const expressions::valueTypeCode typeCode)
A word representation of a valueTypeCode. Empty for expressions::valueTypeCode::INVALID.
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.