27 auto const& liquid_phase = media_data.
liquid;
29 out.
rho_LR = liquid_phase.property(MPL::PropertyType::density)
30 .template value<double>(variables, x_t.
x, x_t.
t, x_t.
dt);
32 out.
drho_LR_dp = liquid_phase.property(MPL::PropertyType::density)
33 .template dValue<double>(
34 variables, MPL::Variable::liquid_phase_pressure,
35 x_t.
x, x_t.
t, x_t.
dt);
38 liquid_phase.property(MPL::PropertyType::density)
39 .template dValue<double>(variables, MPL::Variable::temperature,
40 x_t.
x, x_t.
t, x_t.
dt);