29 return 2. *
p + 3. *
T;
34 Real p, Real T, Real & rho, Real & drho_dp, Real & drho_dT)
const 44 return 3. *
p + 4. *
rho;
49 Real p, Real rho, Real & e, Real & de_dp, Real & de_drho)
const 59 return 2. *
v + 3. * e;
73 return 3.5 *
v + 2.1 * e;
87 return 0.6 *
v + 1.3 * e;
92 Real
v, Real e, Real &
mu, Real & dmu_dv, Real & dmu_de)
const e e e e s T T T T T rho T
static InputParameters validParams()
virtual Real rho_from_p_T(Real p, Real T) const override
virtual Real e_from_p_rho(Real p, Real rho) const override
virtual Real mu_from_v_e(Real v, Real e) const override
static const std::string mu
Common class for single phase fluid properties.
LinearTestFluidProperties(const InputParameters ¶meters)
static InputParameters validParams()
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
static const std::string v
virtual Real p_from_v_e(Real v, Real e) const override
registerMooseObject("ThermalHydraulicsTestApp", LinearTestFluidProperties)
single phase fluid properties class used for testing derivatives
virtual Real T_from_v_e(Real v, Real e) const override