reactingEulerFoam: dragModels: Typo in AttouFerschneider constructor

This change made the trickleBed case not exhibit the instability, so the
parameters have been modified a bit to keep the flow field non-trivial.
This commit is contained in:
Will Bainbridge
2018-04-05 13:46:15 +01:00
parent c3f30630e4
commit f068c0935a
10 changed files with 60 additions and 11 deletions

View File

@ -109,7 +109,7 @@ Foam::dragModels::AttouFerschneider::AttouFerschneider
liquidName_(dict.lookup("liquid")),
solidName_(dict.lookup("solid")),
E1_("E1", dimless, dict),
E2_("E1", dimless, dict)
E2_("E2", dimless, dict)
{}