fluidsim_core.params
Solver parameters
- fluidsim_core.params.iter_complete_params(params, info_solver, classes: dict)[source]
Iterate over a collection of classes and invoke the static method
_complete_params_with_defaultto populate an instance ofParametersin-place.- Parameters:
- params
fluidsim_core.params.Parametersor its subclass - info_solver
fluidsim_core.info.InfoSolverCoreor its subclass - classesdict or iterable
- params
- class fluidsim_core.params.Parameters(tag=None, attribs=None, path_file=None, elemxml=None, hdf5_object=None, doc='', parent=None)[source]
Bases:
ParamContainerContain the parameters.
- classmethod _create_params(input_info_solver)[source]
Create a Parameters instance from an InfoSolverCore instance.
Functions
|
Iterate over a collection of classes and invoke the static method |
Classes
|
Contain the parameters. |