49 using FluidSystem =
typename VolumeVariables::FluidSystem;
50 const Scalar sw = volVars.saturation(FluidSystem::phase0Idx);
51 const Scalar lambdaW = volVars.fluidThermalConductivity(FluidSystem::phase0Idx);
52 const Scalar lambdaN = volVars.fluidThermalConductivity(FluidSystem::phase1Idx);
53 const Scalar lambdaSolid = volVars.solidThermalConductivity();
54 const Scalar porosity = volVars.porosity();
56 return effectiveThermalConductivity_(sw, lambdaW, lambdaN, lambdaSolid, porosity);