69#ifndef Foam_functionObjects_viewFactorHeatFlux
70#define Foam_functionObjects_viewFactorHeatFlux
104 autoPtr<IOmapDistribute> mapDistPtr_;
169 virtual bool write();
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Specialization of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
fvMeshFunctionObject(const fvMeshFunctionObject &)=delete
No copy construct.
Reads fields from the time directories and adds them to the mesh database for further post-processing...
virtual const objectRegistry & obr() const
The region or sub-region registry being used.
Determines radiation heat flux between patches when using the viewFactor radiation model.
TypeName("viewFactorHeatFlux")
Runtime type information.
void operator=(const viewFactorHeatFlux &)=delete
No copy assignment.
viewFactorHeatFlux(const viewFactorHeatFlux &)=delete
No copy construct.
virtual void movePoints(const polyMesh &)
Update for mesh point-motion.
viewFactorHeatFlux(const word &name, const Time &runTime, const dictionary &dict, const bool readFields=true)
Construct from name, Time and dictionary.
virtual void updateMesh(const mapPolyMesh &)
Update for changes of mesh.
virtual ~viewFactorHeatFlux()=default
Destructor.
virtual bool execute()
Execute the function-object operations (no-op).
virtual bool write()
Write the function-object results (per patch).
virtual bool read(const dictionary &)
Read the function-object dictionary.
Base class for writing single files from the function objects.
writeFile(const objectRegistry &obr, const fileName &prefix, const word &name="undefined", const bool writeToFile=true, const string &ext=".dat")
Construct from objectRegistry, prefix, fileName.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
Registry of regIOobjects.
Mesh consisting of general polyhedral cells.
A class for handling words, derived from Foam::string.
Function objects are OpenFOAM utilities to ease workflow configurations and enhance workflows.
IOList< scalarList > scalarListIOList
IO for a List of scalarList.
IOList< labelList > labelListIOList
IO for a List of labelList.
word name(const expressions::valueTypeCode typeCode)
A word representation of a valueTypeCode. Empty for expressions::valueTypeCode::INVALID.
List< scalar > scalarList
List of scalar.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.