fixedMultiPhaseHeatFlux: Corrected patch kappaEff evaluation

This commit is contained in:
Henry Weller 2015-11-24 11:09:50 +00:00
parent c40faa99e6
commit 0a7ce682d2

View File

@ -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)