Skip to content
Snippets Groups Projects
Commit 4eba7481 authored by Kutalmış Berçin's avatar Kutalmış Berçin Committed by Andrew Heather
Browse files

BUG: DEShybrid: replace hardcoded scalar with SMALL (#2082)

parent 0cc201e2
No related branches found
No related tags found
1 merge request!420BUG: fixing various bugs for v2106
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
Copyright (C) 2015 OpenFOAM Foundation Copyright (C) 2015 OpenFOAM Foundation
Copyright (C) 2015-2018 OpenCFD Ltd. Copyright (C) 2015-2021 OpenCFD Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of OpenFOAM. This file is part of OpenFOAM.
...@@ -222,7 +222,7 @@ class DEShybrid ...@@ -222,7 +222,7 @@ class DEShybrid
CH2_*max CH2_*max
( (
scalar(0), scalar(0),
CDES_*delta/max(lTurb*g, 1.0e-15*L0_) - 0.5 CDES_*delta/max(lTurb*g, SMALL*L0_) - 0.5
) )
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment