22 "direction",
"The direction of the flow channel material property");
26 params.
addClassDescription(
"Computes a gravity term for the energy equation in 1-phase flow");
32 _A(coupledValue(
"A")),
33 _rho(getMaterialProperty<
Real>(
"rho")),
34 _drho_darhoA(getMaterialPropertyDerivativeTHM<
Real>(
"rho",
"arhoA")),
35 _vel(getMaterialProperty<
Real>(
"vel")),
36 _dvel_darhoA(getMaterialPropertyDerivativeTHM<
Real>(
"vel",
"arhoA")),
37 _dvel_darhouA(getMaterialPropertyDerivativeTHM<
Real>(
"vel",
"arhouA")),
40 _arhoA_var_number(coupled(
"arhoA")),
41 _arhouA_var_number(coupled(
"arhouA"))
const MaterialProperty< RealVectorValue > & _dir
The direction of the flow channel.
static InputParameters validParams()
const MaterialProperty< Real > & _dvel_darhouA
Computes gravity term for the energy equation in 1-phase flow.
const RealVectorValue & _gravity_vector
Gravitational acceleration vector.
OneD3EqnEnergyGravity(const InputParameters ¶meters)
virtual Real computeQpJacobian()
virtual Real computeQpOffDiagJacobian(unsigned int jvar)
virtual Real computeQpResidual()
const MaterialProperty< Real > & _drho_darhoA
const MaterialProperty< Real > & _rho
const MaterialProperty< Real > & _vel
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
registerMooseObject("ThermalHydraulicsApp", OneD3EqnEnergyGravity)
const MaterialProperty< Real > & _dvel_darhoA
const unsigned int _arhoA_var_number
const unsigned int _arhouA_var_number
static InputParameters validParams()