RungeKutta4thOrderFixedStep coming soon
https://bladednextgen.dnv.com/schema/0.4.1/Settings/SolverSettings/Integrator/RungeKutta4thOrderFixedStep.json
Not supported yet
Settings for the Runge Kutta 4th Order Fixed Step integrator.
: string =IntegratorType
RungeKutta4thOrderFixedStep
: number (s)TimeStep
: numberTolerance
A type of Integrator
Properties
TimeStep
: number (s), optionalcoming soon
The fixed time step used by the integrator. It must be set as a divisor of the output time-step and external controller communication interval.
Tolerance
: number, optionalcoming soon
When the "Maximum number of iterations" > 1, the integrator relative tolerance is used to control how many iterations are carried out when integrating the first order and prescribed second order states. Iterations are carried out until the maximum number of iterations is reached, or until the change in all first order and prescribed state derivatives between successive iterations is less than the relative tolerance multiplied by the state derivative absolute value.
default = 0.005
IntegratorType
: stringcoming soon
Defines the specific type of Integrator model in use. For a RungeKutta4thOrderFixedStep
object, this must always be set to a value of RungeKutta4thOrderFixedStep
.