Function which sets IC for MHD Bennett Equilibrium in Cylindrical and Cartesian Coordinates.
More...
Function which sets IC for MHD Bennett Equilibrium in Cylindrical and Cartesian Coordinates.
- See also
- wxm::apps::functions::mhd::BennettEquilibrium
- Parameters
-
fluid | Fluid variable |
fluid_components | Components of fluid |
gamma | Gas gamma |
temperature | Uniform temperature |
pinch_radius | Pinch Radius |
pinch_current | Pinch Current |
omega_c_tau | omega_c_tau nondimensional parameter |
mass | mass of species (the ions) |
charge | charge of species (the ions) |
perturbation_fraction | fraction of perturbation in prressure |
perturbation_wavelength | wavelength of perturbation in z-direction |
radial_index | index of radial component in cylindrical geometry |
|
def | __init__ (self, name, fluid, gamma, temperature, pinch_radius, pinch_current, omega_c_tau, radial_index, coordinate_system=None, mass=None, charge=None, perturbation_fraction=None, perturbation_wavelength=None, fluid_components=None, on_boundaries=None) |
|
def | __init__ (self, name, req_attrs, opt_attrs=None, variables=None, const_variables=None, sub_applications=None) |
|
def | map_components (self, comp_map) |
|
def | variables (self) |
|
def | const_variables (self) |
|
def | components (self) |
|
def | const_components (self) |
|
def | attrs (self, stage=None) |
|
def | __init__ (self, name, applications, req_attrs, opt_attrs=None, extra_components=None, extra_const_components=None) |
|
def | convert_variable_to_components_list (self, variable, variable_components=None) |
|
def | convert_variables_to_components_list (self, variables, variables_components=None) |
|
def | convert_components_to_indexes (self, comps_list) |
|
def | internal_components (self) |
|
def | internal_const_components (self) |
|
def | map_components (self, comp_map) |
|
def | generate (self, start=None, stop=None, stride=1, explode_name=True, explode_args=True) |
| generates a list of blocks representing this pywarp object
|
|