Skip to content
Snippets Groups Projects
Commit 2dc74f29 authored by Ann Almgren's avatar Ann Almgren
Browse files

Update defaults on inputs

parent 563a3ca6
No related branches found
No related tags found
No related merge requests found
...@@ -11,5 +11,3 @@ Getting Started ...@@ -11,5 +11,3 @@ Getting Started
BuildingGMake BuildingGMake
RunningTestSuite RunningTestSuite
RegressionTesting RegressionTesting
Inputs
...@@ -41,7 +41,7 @@ The following inputs must be preceded by "geometry." ...@@ -41,7 +41,7 @@ The following inputs must be preceded by "geometry."
+=================+=======================================================================+=============+ +=================+=======================================================================+=============+
| coord_sys | 0 for Cartesian | 0 | | coord_sys | 0 for Cartesian | 0 |
+-----------------+-----------------------------------------------------------------------+-------------+ +-----------------+-----------------------------------------------------------------------+-------------+
| is_periodic | 1 for true, 0 for false (one value for each coordinate direction) | 0 | | is_periodic | 1 for true, 0 for false (one value for each coordinate direction) | 0 0 0 |
+-----------------+-----------------------------------------------------------------------+-------------+ +-----------------+-----------------------------------------------------------------------+-------------+
...@@ -50,9 +50,9 @@ The following inputs must be preceded by "mfix." ...@@ -50,9 +50,9 @@ The following inputs must be preceded by "mfix."
+-----------------+-----------------------------------------------------------------------+-------------+ +-----------------+-----------------------------------------------------------------------+-------------+
| File | Description | Default | | File | Description | Default |
+=================+=======================================================================+=============+ +=================+=======================================================================+=============+
| fixed_dt | Should we use a fixed timestep? | None | | fixed_dt | Should we use a fixed timestep? | 0 |
+-----------------+-----------------------------------------------------------------------+-------------+ +-----------------+-----------------------------------------------------------------------+-------------+
| dt_max | Maximum value of dt if calculating with cfl | None | | dt_max | Maximum value of dt if calculating with cfl | 1.e14 |
+-----------------+-----------------------------------------------------------------------+-------------+ +-----------------+-----------------------------------------------------------------------+-------------+
| cfl | CFL constraint (dt < cfl * dx / u) if fixed_dt not 1 | None | | cfl | CFL constraint (dt < cfl * dx / u) if fixed_dt not 1 | 0.5 |
+-----------------+-----------------------------------------------------------------------+-------------+ +-----------------+-----------------------------------------------------------------------+-------------+
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment