Go to the source code of this file.
◆ validParams< PorousFlowThermalConductivityFromPorosity >()
Definition at line 16 of file PorousFlowThermalConductivityFromPorosity.C.
19 params.addRequiredParam<RealTensorValue>(
"lambda_s",
20 "The thermal conductivity of the solid matrix material");
21 params.addRequiredParam<RealTensorValue>(
"lambda_f",
22 "The thermal conductivity of the single fluid phase");
23 params.addClassDescription(
"This Material calculates rock-fluid combined thermal conductivity "
24 "for the single phase, fully saturated case by using a linear "
26 "Thermal conductivity = phi * lambda_f + (1 - phi) * lambda_s, "
27 "where phi is porosity, and lambda_f, lambda_s are "
28 "thermal conductivities of the fluid and solid (assumed constant)");