Explanation of important nodes:
Node | description |
---|---|
duration | Run duration of the simulation |
dtMin | Range of time step used by the system for solving differential equations. If dtMax is equal to dtMin, the integral interval is fixed and the node "timeStep" is constant. |
dtMax | |
adjustDyOverY | Limit value of the current differential coefficient The timestep is set by this value. |
elapsedTime | Time passed since the start of the simulation |
timeStep | Actual time step used after determinated by the system. (Any change is ignored by the system) |
model/... | Specific simulatin model |
Page | Parameter setting for graph display |
csvMaker | Parameter setting for csv file output |
stop watch | Parameters showing required time required/actual time and simulation time |