Skip to content
Snippets Groups Projects
Commit 5ff03456 authored by Henry Weller's avatar Henry Weller
Browse files

fixedMultiPhaseHeatFlux: Corrected patch kappaEff evaluation

parent 6d542c87
Branches
Tags
1 merge request!25Merge foundation
......@@ -148,7 +148,11 @@ void Foam::fixedMultiPhaseHeatFluxFvPatchScalarField::updateCoeffs()
const scalarField kappaEff
(
thermo.kappaEff(phase.turbulence().alphat(), patch().index())
thermo.kappaEff
(
phase.turbulence().alphat(patch().index()),
patch().index()
)
);
if (debug)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment