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
Branches
Tags
1 merge request!420BUG: fixing various bugs for v2106
......@@ -6,7 +6,7 @@
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2015 OpenFOAM Foundation
Copyright (C) 2015-2018 OpenCFD Ltd.
Copyright (C) 2015-2021 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
......@@ -222,7 +222,7 @@ class DEShybrid
CH2_*max
(
scalar(0),
CDES_*delta/max(lTurb*g, 1.0e-15*L0_) - 0.5
CDES_*delta/max(lTurb*g, SMALL*L0_) - 0.5
)
);
......
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