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