fixedMultiPhaseHeatFlux: Corrected patch kappaEff evaluation
This commit is contained in:
parent
c40faa99e6
commit
0a7ce682d2
@ -148,7 +148,11 @@ void Foam::fixedMultiPhaseHeatFluxFvPatchScalarField::updateCoeffs()
|
|||||||
|
|
||||||
const scalarField kappaEff
|
const scalarField kappaEff
|
||||||
(
|
(
|
||||||
thermo.kappaEff(phase.turbulence().alphat(), patch().index())
|
thermo.kappaEff
|
||||||
|
(
|
||||||
|
phase.turbulence().alphat(patch().index()),
|
||||||
|
patch().index()
|
||||||
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
if (debug)
|
if (debug)
|
||||||
|
Loading…
Reference in New Issue
Block a user