Skip to content

Commit 4e452e3

Browse files
authored
update max_cfl default to match current methods (#1725)
1 parent 5a79177 commit 4e452e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amr-wind/core/SimTime.H

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ private:
200200
amrex::Real m_stop_time{-1.0};
201201

202202
//! Maximum CFL constraint
203-
amrex::Real m_max_cfl{0.5};
203+
amrex::Real m_max_cfl{1.0};
204204

205205
//! Fixed delta_t indicated by user
206206
amrex::Real m_fixed_dt{-1.0};

0 commit comments

Comments
 (0)