mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Merge pull request #7 from paulromano/pr-2256-docs
Update IO format docs for meshes
This commit is contained in:
commit
a091bee5d9
1 changed files with 11 additions and 6 deletions
|
|
@ -72,12 +72,17 @@ The current version of the statepoint file format is 17.0.
|
|||
|
||||
:Datasets: - **type** (*char[]*) -- Type of mesh.
|
||||
- **dimension** (*int*) -- Number of mesh cells in each dimension.
|
||||
- **lower_left** (*double[]*) -- Coordinates of lower-left corner of
|
||||
mesh.
|
||||
- **upper_right** (*double[]*) -- Coordinates of upper-right corner
|
||||
of mesh.
|
||||
- **width** (*double[]*) -- Width of each mesh cell in each
|
||||
dimension.
|
||||
- **Regular Mesh Only:**
|
||||
- **lower_left** (*double[]*) -- Coordinates of lower-left corner of
|
||||
mesh.
|
||||
- **upper_right** (*double[]*) -- Coordinates of upper-right corner
|
||||
of mesh.
|
||||
- **width** (*double[]*) -- Width of each mesh cell in each
|
||||
dimension.
|
||||
- **Rectilinear Mesh Only:**
|
||||
- **x_grid** (*double[]*) -- Mesh divisions along the x-axis.
|
||||
- **y_grid** (*double[]*) -- Mesh divisions along the y-axis.
|
||||
- **z_grid** (*double[]*) -- Mesh divisions along the z-axis.
|
||||
- **Cylindrical & Spherical Mesh Only:**
|
||||
- **r_grid** (*double[]*) -- The mesh divisions along the r-axis.
|
||||
- **phi_grid** (*double[]*) -- The mesh divisions along the phi-axis.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue