From 067d668dfd8510ecdd269f64b35f5fd235ae2fc7 Mon Sep 17 00:00:00 2001 From: Ann Almgren Date: Fri, 10 May 2019 10:59:25 -0700 Subject: [PATCH] more fixes --- docs/source/InputsTimeStepping.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/source/InputsTimeStepping.rst b/docs/source/InputsTimeStepping.rst index a7f81ba..38a783e 100644 --- a/docs/source/InputsTimeStepping.rst +++ b/docs/source/InputsTimeStepping.rst @@ -87,12 +87,10 @@ That is determined by the following calculation: * If dt as computed in the compute_dt routine is larger than the user-specified ```mfix.dt_max``` then dt will be set to the minimum of its computed value and dt_max - * If dt as computed in the compute_dt routine is larger than the user-specified - * Note that the cfl defaults to 0.5 so it does not have to be set in the inputs file. If neither - :cpp:`mfix.cfl` nor :cpp:`fixed_dt` is set, then the default will be the second option here. + :cpp:`mfix.cfl` nor :cpp:`fixed_dt` is set, then default value of cfl will be used. If :cpp:`mfix.fixed_dt` is set, then it will override the cfl option whether - :cpp:`mfix.cfl` is set or not in the inputs file. + :cpp:`mfix.cfl` is set or not. These options apply to steady state calculations as well as unsteady runs. -- GitLab