Skip to content
Snippets Groups Projects
Commit eefddbc8 authored by Henry Weller's avatar Henry Weller
Browse files

reactingTwoPhaseEulerFoam::partitioningModels::cosine: Corrected slope

Patch contributed by Juho Peltola, VTT.
parent 141a1df5
No related merge requests found
......@@ -83,7 +83,7 @@ cosine::fLiquid
1 - cos
(
constant::mathematical::pi
*(alphaLiquid1_ - alphaLiquid)
*(alphaLiquid - alphaLiquid0_)
/(alphaLiquid1_ - alphaLiquid0_)
)
)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment