22 "Boundary conditions for the 1-D, 1-phase, variable-area Euler equations");
32 _passives_times_area(getADMaterialProperty<
std::vector<
Real>>(
"passives_times_area")),
33 _n_passives(coupledComponents(
"passives_times_area"))
51 std::map<unsigned int, unsigned int>
54 std::map<unsigned int, unsigned int> jmap;
59 jmap.insert(std::pair<unsigned int, unsigned int>(
coupled(
"passives_times_area", i),
const unsigned int _rhouA_var
const ADMaterialProperty< Real > & _rhoEA
virtual unsigned int coupled(const std::string &var_name, unsigned int comp=0) const
static InputParameters validParams()
const ADMaterialProperty< std::vector< Real > > & _passives_times_area
Names of the passive transport solution variables, if any [amount/m].
const unsigned int _rhoEA_var
ADBoundaryFlux3EqnBC(const InputParameters ¶meters)
virtual std::map< unsigned int, unsigned int > getIndexMapping() const override
Creates the mapping of coupled variable index to index in Euler system.
const unsigned int _rhoA_var
const ADVariableValue & _A_linear
Cross-sectional area, linear.
const unsigned int _n_passives
Number of passive transport variables.
registerMooseObject("ThermalHydraulicsApp", ADBoundaryFlux3EqnBC)
static InputParameters validParams()
static const unsigned int N_FLUX_INPUTS
Number of numerical flux function inputs for 1D.
Boundary conditions for the 1-D, 1-phase, variable-area Euler equations using a boundary flux user ob...
static const unsigned int N_FLUX_OUTPUTS
Number of numerical flux function outputs for 1D.
const ADMaterialProperty< Real > & _rhoA
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
IntRange< T > make_range(T beg, T end)
Boundary conditions base class for the 1-phase, variable-area Euler equations using a boundary flux u...
const ADMaterialProperty< Real > & _rhouA
virtual std::vector< ADReal > fluxInputVector() const override
Returns the flux input vector.