33 using FluidSystem =
typename VolumeVariables::FluidSystem;
34 const Scalar sw = volVars.saturation(FluidSystem::phase0Idx);
35 const Scalar lambdaW = volVars.fluidThermalConductivity(FluidSystem::phase0Idx);
36 const Scalar lambdaN = volVars.fluidThermalConductivity(FluidSystem::phase1Idx);
37 const Scalar lambdaSolid = volVars.solidThermalConductivity();
38 const Scalar porosity = volVars.porosity();
40 return effectiveThermalConductivity_(sw, lambdaW, lambdaN, lambdaSolid, porosity);