CADETProcess.simulator.Cadet.simulate_to_stationarity

CADETProcess.simulator.Cadet.simulate_to_stationarity#

Cadet.simulate_to_stationarity(process, results=None, **kwargs)#

Simulate the process until stationarity is reached.

Parameters:
processProcess

The process to be simulated.

resultsSimulationResults, optional

Results of the previous simulation run.

**kwargs

Additional keyword arguments.

Returns:
resultsSimulationResults

Results of the final cycle of the simulation.

Raises:
TypeError

If the process is not an instance of Process.

CADETProcessError

If the simulation doesn’t terminate successfully and raise_exception_on_max_cycles is True.

See also

simulate
run
StationarityEvaluator