23 "direction",
"The direction of the flow channel material property");
26 "Computes the area gradient term in the momentum equation for single phase flow.");
32 _area_grad(coupledGradient(
"A")),
34 _pressure(getMaterialProperty<
Real>(
"p")),
35 _dp_darhoA(getMaterialPropertyDerivativeTHM<
Real>(
"p",
"arhoA")),
36 _dp_darhouA(getMaterialPropertyDerivativeTHM<
Real>(
"p",
"arhouA")),
37 _dp_darhoEA(getMaterialPropertyDerivativeTHM<
Real>(
"p",
"arhoEA")),
38 _arhoA_var_number(coupled(
"arhoA")),
39 _arhoE_var_number(coupled(
"arhoEA"))
static InputParameters validParams()
unsigned int _arhoE_var_number
Computes the area gradient term in the momentum equation.
const MaterialProperty< Real > & _pressure
virtual Real computeQpOffDiagJacobian(unsigned int jvar)
virtual Real computeQpJacobian()
unsigned int _arhoA_var_number
OneD3EqnMomentumAreaGradient(const InputParameters ¶meters)
const VariableGradient & _area_grad
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const MaterialProperty< Real > & _dp_darhouA
virtual Real computeQpResidual()
registerMooseObject("ThermalHydraulicsApp", OneD3EqnMomentumAreaGradient)
static InputParameters validParams()
const MaterialProperty< Real > & _dp_darhoA
const MaterialProperty< RealVectorValue > & _dir
The direction of the flow channel.
const MaterialProperty< Real > & _dp_darhoEA