findSteadyState[model, opts] tries to find a steady-state for model, either by using Newton's method (Strategy->FindRoot) or forward integration (Strategy->simulate). |
Strategy | FindRoot | Which approach (FindRoot or simulate) to use | |
CheckSteadyState | True | Check the computed steady state | |
CheckStability | False | Check the stability of the computed steady state | |
InitialConditions | {} | Additional initial conditions | |
Parameters | {} | Additional parameters | |
SpeciesProfiles | Concentrations | Which type of species profile to return ("Concentrations" or "Particles") |