Commit 2a943b6a authored by Mark Meredith's avatar Mark Meredith
Browse files

Fix formatting

parent 5fff4546
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -12,8 +12,8 @@ n is the number of monitors implicitly defined by the size of avg_region_x_w.
+==================+=======================================================================+=============+===========+
| avg_int          | Interval, in number of CFD dt's, to write output                      |  Int        | -1        |
+------------------+-----------------------------------------------------------------------+-------------+-----------+
| avg_file         | Base file name which is appended with the data type (vel_p_, p_g_,    |  String     | avg_region|
|                  | ep_g_ or vel_g_), the number of this type of averaging,  and the .csv |             |           |
| avg_file         | Base file name which is appended with the data type (vel_p, p_g,      |  String     | avg_region|
|                  | ep_g or vel_g), the number of this type of averaging,  and the .csv   |             |           |
|                  | file extension                                                        |             |           |
+------------------+-----------------------------------------------------------------------+-------------+-----------+
| avg_vel_p        | Average and save particle velocity (if 1)                             |  n*Int      | 0         |
@@ -36,6 +36,3 @@ n is the number of monitors implicitly defined by the size of avg_region_x_w.
+------------------+-----------------------------------------------------------------------+-------------+-----------+
| avg_region_z_t   | Upper bound of averaging region in z-direction                        |  n*Real     | None      |
+------------------+-----------------------------------------------------------------------+-------------+-----------+


+2 −2
Original line number Diff line number Diff line
@@ -27,12 +27,12 @@ The following inputs must be preceded by "geometry."

The following inputs must be preceded by "mfix."

+----------------------+-------------------------------------------------------------------------+-------------+--------+
+----------------------+-------------------------------------------------------------------------+----------+-----------+
|                      | Description                                                             |   Type   | Default   |
+======================+=========================================================================+==========+===========+
| geometry             | Which type of EB geometry are we using?                                 |   String |           |
+----------------------+-------------------------------------------------------------------------+----------+-----------+
| levelset__refinement | Refinement factor of levelset resolution relative to level 0 resolution |   Int    | 1         !
| levelset__refinement | Refinement factor of levelset resolution relative to level 0 resolution |   Int    | 1         |
+----------------------+-------------------------------------------------------------------------+----------+-----------+

Setting basic EB walls can be specified by inputs preceded by "xlo", "xhi", "ylo", "yhi", "zlo", and "zhi"
+1 −1
Original line number Diff line number Diff line
@@ -28,4 +28,4 @@ Options supported by AMReX include:
  resulting ordering across ranks in a way that balances the load

- Round-robin: sort grids and assign them to ranks in round-robin fashion -- specifically
  FAB *i* is owned by CPU *i*%N where N is the total number of MPI ranks.
  FAB ``i`` is owned by CPU ``i % N`` where N is the total number of MPI ranks.