Function wodinRun

  • The "run" method for wodin; this runs the model and returns a closure that will provide data in a useful format to provide to plotly.

    Parameters

    • Model: OdinModelConstructable

      The model constructor

    • pars: UserType

      Parameters to set into the model on construction

    • tStart: number

      Start of the integration (often 0)

    • tEnd: number

      End of the integration (must be greater than tStart)

    • control: Partial<DopriControlParam>

      Optional control parameters to tune the integration

    Returns InterpolatedSolution

Generated using TypeDoc