Skip to content
Snippets Groups Projects
Commit e68beebc authored by Simon Emmert's avatar Simon Emmert
Browse files

[fluidmatrixinteractions] Rename wettingPhaseIdx() -> wettingPhase()

parent f800d756
No related branches found
No related tags found
1 merge request!1929[fluidmatrixinteractions] Rename wettingPhaseIdx() -> wettingPhase()
......@@ -81,7 +81,7 @@ public:
static_assert(FluidSystem::numPhases == 2, "ThermalConductivitySomerton only works for two-phase fluid systems!");
// TODO: there should be an assertion that the indices are correct and 0 is actually the wetting phase!
const Scalar sw = volVars.saturation(volVars.wettingPhaseIdx());
const Scalar sw = volVars.saturation(volVars.wettingPhase());
const Scalar lambdaW = volVars.fluidThermalConductivity(volVars.wettingPhase());
const Scalar lambdaN = volVars.fluidThermalConductivity(1-volVars.wettingPhase());
const Scalar lambdaSolid = volVars.solidThermalConductivity();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment