reactingTwoPhaseEulerFoam::partitioningModels::cosine: Corrected slope
Patch contributed by Juho Peltola, VTT.
This commit is contained in:
parent
32266e64fb
commit
fb29712c51
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ cosine::fLiquid
|
|||
1 - cos
|
||||
(
|
||||
constant::mathematical::pi
|
||||
*(alphaLiquid1_ - alphaLiquid)
|
||||
*(alphaLiquid - alphaLiquid0_)
|
||||
/(alphaLiquid1_ - alphaLiquid0_)
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue