DISPATCH
dispatch.select._select.shell_values Class Reference

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
 

Detailed Description

Definition at line 271 of file _select.py.

Constructor & Destructor Documentation

◆ __init__()

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.

Member Function Documentation

◆ angles()

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.

◆ mass_flux()

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.

◆ radial_components()

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.


The documentation for this class was generated from the following file: