pyro module¶
-
class
pyro.Pyro(solver_name)[source]¶ Bases:
objectThe main driver to run pyro.
-
get_var(self, v)[source]¶ Alias for cc_data’s get_var routine, returns the cell-centered data given the variable name v.
-
initialize_problem(self, problem_name, inputs_file=None, inputs_dict=None, other_commands=None)[source]¶ Initialize the specific problem
Parameters: - problem_name : str
Name of the problem
- inputs_file : str
Filename containing problem’s runtime parameters
- inputs_dict : dict
Dictionary containing extra runtime parameters
- other_commands : str
Other command line parameter options
-