mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
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:
@ -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)
|
||||
{}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user