multiphaseEulerFoam::fractal: Corrected stabilisation of kappa including the influence of fi

This commit is contained in:
Henry Weller
2022-03-01 20:46:47 +00:00
parent 8cecaa8b6e
commit aa02cd4d25

View File

@ -215,7 +215,7 @@ void Foam::diameterModels::shapeModels::fractal::correct()
(
fvm::Sp
(
max(phase.residualAlpha() - alpha, scalar(0))
max(phase.residualAlpha() - alpha*fi, scalar(0))
/sizeGroup_.mesh().time().deltaT(),
kappa_
)