Cardinal
|
#include <BulkEnergyConservationIC.h>
Public Member Functions | |
BulkEnergyConservationIC (const InputParameters ¶meters) | |
virtual void | initialSetup () override |
Static Public Member Functions | |
static InputParameters | validParams () |
Protected Member Functions | |
virtual Real | value (const Point &p) override |
Protected Attributes | |
const FunctionLayeredIntegral & | _layered_integral |
Cumulative integral of the heat source in the direction of flow. More... | |
const Real & | _mdot |
Fluid mass flowrate. More... | |
const Real & | _cp |
Fluid isobaric specific heat capacity. More... | |
const Real & | _inlet_T |
Fluid inlet temperature. More... | |
const PostprocessorName & | _pp_name |
Name of postprocessor providing the integral of the heat source. More... | |
const PostprocessorValue & | _integral |
Value of the postprocessor providing the integral of the heat source. More... | |
const Real & | _magnitude |
Total magnitude of the heat source. More... | |
Applies a temperature initial condition based on bulk energy conservation in a fluid without any losses
BulkEnergyConservationIC::BulkEnergyConservationIC | ( | const InputParameters & | parameters | ) |
|
overridevirtual |
|
static |
|
overrideprotectedvirtual |
|
protected |
Fluid isobaric specific heat capacity.
|
protected |
Fluid inlet temperature.
|
protected |
Value of the postprocessor providing the integral of the heat source.
|
protected |
Cumulative integral of the heat source in the direction of flow.
|
protected |
Total magnitude of the heat source.
|
protected |
Fluid mass flowrate.
|
protected |
Name of postprocessor providing the integral of the heat source.