mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
fixedMultiPhaseHeatFlux: Corrected patch kappaEff evaluation
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user