#include <BulkEnergyConservationIC.h>
|
virtual Real | value (const Point &p) override |
|
|
const FunctionLayeredIntegral & | _layered_integral |
| Cumulative integral of the heat source in the direction of flow.
|
|
const Real & | _mdot |
| Fluid mass flowrate.
|
|
const Real & | _cp |
| Fluid isobaric specific heat capacity.
|
|
const Real & | _inlet_T |
| Fluid inlet temperature.
|
|
const PostprocessorName & | _pp_name |
| Name of postprocessor providing the integral of the heat source.
|
|
const PostprocessorValue & | _integral |
| Value of the postprocessor providing the integral of the heat source.
|
|
const Real & | _magnitude |
| Total magnitude of the heat source.
|
|
Applies a temperature initial condition based on bulk energy conservation in a fluid without any losses
◆ BulkEnergyConservationIC()
BulkEnergyConservationIC::BulkEnergyConservationIC |
( |
const InputParameters & |
parameters | ) |
|
◆ initialSetup()
void BulkEnergyConservationIC::initialSetup |
( |
| ) |
|
|
overridevirtual |
◆ validParams()
InputParameters BulkEnergyConservationIC::validParams |
( |
| ) |
|
|
static |
◆ value()
Real BulkEnergyConservationIC::value |
( |
const Point & |
p | ) |
|
|
overrideprotectedvirtual |
◆ _cp
const Real& BulkEnergyConservationIC::_cp |
|
protected |
Fluid isobaric specific heat capacity.
◆ _inlet_T
const Real& BulkEnergyConservationIC::_inlet_T |
|
protected |
◆ _integral
const PostprocessorValue& BulkEnergyConservationIC::_integral |
|
protected |
Value of the postprocessor providing the integral of the heat source.
◆ _layered_integral
const FunctionLayeredIntegral& BulkEnergyConservationIC::_layered_integral |
|
protected |
Cumulative integral of the heat source in the direction of flow.
◆ _magnitude
const Real& BulkEnergyConservationIC::_magnitude |
|
protected |
Total magnitude of the heat source.
◆ _mdot
const Real& BulkEnergyConservationIC::_mdot |
|
protected |
◆ _pp_name
const PostprocessorName& BulkEnergyConservationIC::_pp_name |
|
protected |
Name of postprocessor providing the integral of the heat source.
The documentation for this class was generated from the following files: