Login

ODE simulator

TASK
Typing name :  TASK.gws_sim.ODESimulator Brick :  gws_sim v Parent : 

Simulator of a system of ordinary differential equations

Base class

Input

Output

Configuration

initial_time

Optional

The initial simulation time

Type : float

final_time

Optional

The final simulation time

Type : floatDefault value : 100

time_step

Optional

The simulation time step

Type : floatDefault value : 0.01

method

Optional

Integration method

Type : stringAllowed values : RK45  RK23  DOP853  Radau  BDF  LSODA  Default value : RK45