mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Updating property_map documentation.
This commit is contained in:
parent
82229019af
commit
68cb23a6c8
1 changed files with 5 additions and 4 deletions
|
|
@ -227,13 +227,14 @@ def property_map(plot):
|
|||
|
||||
Parameters
|
||||
----------
|
||||
plot : An openmc.capi.plot._PlotBase object describing the slice of the
|
||||
model to be generated
|
||||
plot : openmc.capi.plot._PlotBase
|
||||
Object describing the slice of the model to be generated
|
||||
|
||||
Returns
|
||||
-------
|
||||
property_map : a NumPy array with shape (vertical pixels, horizontal pixels, 2)
|
||||
of OpenMC property ids with dtype float
|
||||
property_map : numpy.ndarray
|
||||
a NumPy array with shape (vertical pixels, horizontal pixels, 2) of
|
||||
OpenMC property ids with dtype float
|
||||
|
||||
"""
|
||||
prop_data = np.zeros((plot.v_res, plot.h_res, 2),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue