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()
)

Arguments

calculate_jacobian

flag

perform_stability_analysis

flag

update_model

flag

executable

flag

method

list

model

A model object.

Value

A list of results.

  • $result can be one of 'notFound', 'found', 'foundEquilibrium', 'foundNegative'.

Details

The online article on managing tasks provides some further context.

See also