pyrc.validation.coupling.model#
- class CouplingNetwork(blocks: list[Block], save_and_load: bool = True, **kwargs)#
Bases:
NetworkTemplate- Parameters:
save_to_pickle
load_from_pickle
load_solution
num_cores_jacobian
settings
rc_objects
rc_solution
continue_canceled (bool, default=True) – If True, continue canceled simulations. Overwrites load_solution
skip_infinity_check (bool, default=False) – If True the infinity check of the created matrices is skipped. This is recommended for complicated dynamic (time-dependent) systems.
- run_coupling_model(plot_data: str = None, save_and_load=True)#