DISPATCH
|
Public Member Functions | |
def | __init__ (self, pp, radius=0.25, nds=1, dr=0.05, origin=[0.5, iv=0, verbose=0) |
def | radial_components (self) |
def | angles (self) |
def | mass_flux (self) |
Public Attributes | |
var | |
pp | |
Definition at line 271 of file _select.py.
def dispatch.select._select.shell_values.__init__ | ( | self, | |
pp, | |||
radius = 0.25 , |
|||
nds = 1 , |
|||
dr = 0.05 , |
|||
origin = [0.5 , |
|||
iv = 0 , |
|||
verbose = 0 |
|||
) |
return a dict with shell data
Definition at line 272 of file _select.py.
References dispatch.select._select.shell_values.pp, dispatch.select._select.shell_values.var, and dispatch._dispatch._patch.var.
def dispatch.select._select.shell_values.angles | ( | self | ) |
compute latitude and longitude
Definition at line 344 of file _select.py.
References dispatch.select._select.shell_values.var, and dispatch._dispatch._patch.var.
def dispatch.select._select.shell_values.mass_flux | ( | self | ) |
return the net average mass flux, weighting each cell by volume
Definition at line 350 of file _select.py.
References dispatch.select._select.shell_values.var, and dispatch._dispatch._patch.var.
def dispatch.select._select.shell_values.radial_components | ( | self | ) |
compute radial components of mass flux and velocity
Definition at line 336 of file _select.py.
References dispatch.select._select.shell_values.var, and dispatch._dispatch._patch.var.