Difference between revisions of "Eph box limits"
Jump to navigation
Jump to search
(Created page with "<code>eph_box_limits</code> takes the lower and higher limits of mesh boundaries in three dimensions. These data correspond to the values of mesh_xlimit_low, mesh_xlimit_high,...") |
|||
| Line 1: | Line 1: | ||
| − | <code>eph_box_limits</code> takes the lower and higher limits of mesh boundaries in three | + | <code>eph_box_limits</code> takes the lower and higher limits of mesh boundaries in three directions. These data correspond to the values of mesh_xlimit_low, mesh_xlimit_high, etc. in the text file provided through [[eph_Tinfile]] input keyword. |
=== Summary === | === Summary === | ||
Revision as of 13:23, 27 September 2023
eph_box_limits takes the lower and higher limits of mesh boundaries in three directions. These data correspond to the values of mesh_xlimit_low, mesh_xlimit_high, etc. in the text file provided through eph_Tinfile input keyword.
Summary
| Required/optional | Type | Accepted values | Default | See also | Remarks |
|---|---|---|---|---|---|
| Optional | Float array | Six floating point values | -100.0, 100.0, -100.0, 100.0, -100.0, 100.0 | nonadiabatic_processes
|
Put values as xlow, xhi, ylow, yhi, zlow, zhi. |