fixedMultiPhaseHeatFlux: Corrected patch kappaEff evaluation
This commit is contained in:
parent
6d542c87b2
commit
5ff0345662
1 changed files with 5 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue