runSteadyState
calculates the steady state and returns the results in a list.
runSteadyState(
calculate_jacobian = NULL,
perform_stability_analysis = NULL,
update_model = NULL,
executable = NULL,
method = NULL,
model = getCurrentModel()
)
runSS(
calculate_jacobian = NULL,
perform_stability_analysis = NULL,
update_model = NULL,
executable = NULL,
method = NULL,
model = getCurrentModel()
)
flag
flag
flag
flag
list
A model object.
A list of results.
$result
can be one of 'notFound', 'found', 'foundEquilibrium', 'foundNegative'.
The online article on managing tasks provides some further context.
Other steady state:
getSteadyStateSettings()
,
setSteadyStateSettings()