19 "Density of the phase (conserved), \alpha \rho A for 2-phase model");
29 _rhoA(coupledValue(
"rhoA")),
30 _area(coupledValue(
"A")),
31 _alpha(coupledValue(
"alpha"))
38 mooseAssert(
_rhoA[
_qp] != 0,
"Detected zero density.");
40 mooseAssert(
v >= 0.,
"specific volume is negative.");
static InputParameters validParams()
const VariableValue & _rhoA
const VariableValue & _alpha
const VariableValue & _area
Computes specific volume.
THMSpecificVolumeAux(const InputParameters ¶meters)
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
static const std::string v
static InputParameters validParams()
registerMooseObject("ThermalHydraulicsApp", THMSpecificVolumeAux)