Heat Source
The heatSource class is used to enable the modeling of a heat source in OFFBEAT.
The power density or heat source density field is by default named Q and is in W/m3.
Note
Traditional 1D codes typically require as an input the radially averaged linear heat generation rate (or lhgr) as a function of time, and often allow the user to provide an axial profile. For 3D codes with arbitrary geometries and unstructured meshes like OFFBEAT, it is less straightforward to define the heat source field or the power density field.
For scenarios where the power density field is not symmetric, the simplest way to define the heat source field is to couple OFFBEAT with a neutronics/multiphysics solver that directly provides the 3D field and use the fromLatestTime heat source model.
Alternatively, one can define the power density field using OpenFOAM tools such as topoSet (e.g. for creating fields of heat source that can be modeled as mathematical functions).
On the other hand, for simulations (even in 3D) where the heat source is assumed to be uniform along the azimuthal angle, one can use the lhgr models developed specifically for OFFBEAT. These models are listed below.
The heat source model can be selected with the heatSource keyword in the main dictionary of OFFBEAT (i.e. the solverDict dictionary, located in the constant folder).
Classes
Currently, OFFBEAT supports the following heat source models:
- none - it neglects heat source, i.e. the field
Qis not created. This is the default choice in OFFBEAT if the user does not specify theheatSourcemodel in thesolverDict; - constant - the volumetric heat source field is read from the
Qfile in the starting time folder. The old name for this classfromLatestTimeis now deprecated; - constantLhgr - imposes a constant linear heat generation rate (with the possibility of adding a time-dependent radial/axial profile);
- timeDependentLhgr - imposes a time-dependent linear heat generation rate (with the possibility of adding a time-dependent radial/axial profile);
- timeDependentVhgr - imposes a time-dependent volumetric heat source or volumetric heat generation rate.