63 #ifndef Foam_functionObjects_viewFactorHeatFlux 64 #define Foam_functionObjects_viewFactorHeatFlux 77 namespace functionObjects
84 class viewFactorHeatFlux
86 public fvMeshFunctionObject,
98 autoPtr<IOmapDistribute> mapDistPtr_;
162 virtual bool write();
TypeName("viewFactorHeatFlux")
Runtime type information.
virtual bool write()
Write the viewFactorHeatFlux per patch.
Determines radiation heat flux between patches when using the viewFactor radiation model...
A list of keyword definitions, which are a keyword followed by a number of values (eg...
virtual bool read(const dictionary &)
Read the viewFactorHeatFlux data.
viewFactorHeatFlux(const word &name, const Time &runTime, const dictionary &dict, const bool readFields=true)
Construct from Time and dictionary.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
const word & name() const noexcept
Return the name of this functionObject.
A class for handling words, derived from Foam::string.
Reads fields from the time directories and adds them to the mesh database for further post-processing...
virtual void movePoints(const polyMesh &)
Update for mesh point-motion.
virtual bool execute()
No-op - all operations performed during the call to write()
virtual void updateMesh(const mapPolyMesh &)
Update for changes of mesh.
void operator=(const viewFactorHeatFlux &)=delete
No copy assignment.
Mesh consisting of general polyhedral cells.
virtual ~viewFactorHeatFlux()=default
Destructor.
Registry of regIOobjects.
virtual const objectRegistry & obr() const
The region or sub-region registry being used.
IOList< labelList > labelListIOList
IO for a List of labelList.