37 using FluidSystem =
typename VolumeVariables::FluidSystem;
38 const Scalar sw = volVars.saturation(FluidSystem::phase0Idx);
39 const Scalar lambdaW = volVars.fluidThermalConductivity(FluidSystem::phase0Idx);
40 const Scalar lambdaN = volVars.fluidThermalConductivity(FluidSystem::phase1Idx);
41 const Scalar lambdaSolid = volVars.solidThermalConductivity();
42 const Scalar porosity = volVars.porosity();
44 return effectiveThermalConductivity_(sw, lambdaW, lambdaN, lambdaSolid, porosity);