28 "Computes a form loss term for the momentum equation for 1-phase flow");
36 _A(coupledValue(
"A")),
38 _rho(getMaterialProperty<
Real>(
"rho")),
39 _drho_darhoA(getMaterialPropertyDerivativeTHM<
Real>(
"rho",
"arhoA")),
41 _vel(getMaterialProperty<
Real>(
"vel")),
42 _dvel_darhoA(getMaterialPropertyDerivativeTHM<
Real>(
"vel",
"arhoA")),
43 _dvel_darhouA(getMaterialPropertyDerivativeTHM<
Real>(
"vel",
"arhouA")),
45 _K_prime(getMaterialProperty<
Real>(
"K_prime")),
47 _arhoA_var_number(coupled(
"arhoA")),
48 _arhouA_var_number(coupled(
"arhouA")),
49 _arhoEA_var_number(coupled(
"arhoEA"))
74 return _K_prime[_qp] * 0.5 * drhou2_darhoA *
_A[_qp] * _phi[_j][_qp] * _test[_i][_qp];
80 return _K_prime[_qp] * 0.5 * drhou2_darhouA *
_A[_qp] * _phi[_j][_qp] * _test[_i][_qp];
static InputParameters validParams()
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real