Difference between revisions of "Eph box limits"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
| − | <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. | + | <code>eph_box_limits</code> takes the lower and higher limits of mesh boundaries in three directions in units Ang. 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 11:24, 28 September 2023
eph_box_limits takes the lower and higher limits of mesh boundaries in three directions in units Ang. 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. The value in input file is not considered if eph_Tinfile is provided.
|