|
Cardinal
|
#include <BulkEnergyConservationICAction.h>
Public Member Functions | |
| BulkEnergyConservationICAction (const InputParameters ¶meters) | |
| virtual void | act () |
Static Public Member Functions | |
| static InputParameters | validParams () |
Protected Member Functions | |
| virtual void | setObjectBlocks (InputParameters ¶ms, const std::vector< SubdomainName > &blocks) |
Protected Attributes | |
| const std::vector< VariableName > & | _variable |
| Variable(s) to which the initial condition should be applied. 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 unsigned int & | _num_layers |
| Number of layers to integrate the heat source in. More... | |
| const MooseEnum | _direction |
| Direction the fluid flows. More... | |
| const bool & | _positive_flow_direction |
| Whether the flow is in the positive or negative direction. More... | |
| const bool | _has_direction_min |
| Whether a minimum direction was specified. More... | |
| const bool | _has_direction_max |
| Whether a maximum direction was specified. More... | |
| const Real * | _direction_min |
| Minimum coordinate of the layers. More... | |
| const Real * | _direction_max |
| Maximum coordinate of the layers. More... | |
| std::vector< SubdomainName > | _blocks |
| subdomains to which this action applies More... | |
Action that automatically applies a fluid temperature initial condition based on bulk energy conservation.
| BulkEnergyConservationICAction::BulkEnergyConservationICAction | ( | const InputParameters & | parameters | ) |
|
virtual |
|
protectedvirtualinherited |
Set the blocks to which an object created by this action applies
| [in] | params | input parameters |
| [in] | blocks | block that the object applies to |
|
static |
|
protectedinherited |
subdomains to which this action applies
|
protected |
Fluid isobaric specific heat capacity.
|
protected |
Direction the fluid flows.
|
protected |
Maximum coordinate of the layers.
|
protected |
Minimum coordinate of the layers.
|
protected |
Whether a maximum direction was specified.
|
protected |
Whether a minimum direction was specified.
|
protected |
Fluid inlet temperature.
|
protected |
Fluid mass flowrate.
|
protected |
Number of layers to integrate the heat source in.
|
protected |
Whether the flow is in the positive or negative direction.
|
protected |
Variable(s) to which the initial condition should be applied.
1.8.16