reactingTwoPhaseEulerFoam::partitioningModels::cosine: Corrected slope

Patch contributed by Juho Peltola, VTT.
This commit is contained in:
Henry Weller 2016-12-13 12:03:56 +00:00
parent 32266e64fb
commit fb29712c51

View file

@ -83,7 +83,7 @@ cosine::fLiquid
1 - cos
(
constant::mathematical::pi
*(alphaLiquid1_ - alphaLiquid)
*(alphaLiquid - alphaLiquid0_)
/(alphaLiquid1_ - alphaLiquid0_)
)
)