Table of Contents

MidpointMethodFixedStep coming soon

https://bladednextgen.dnv.com/schema/0.4.1/Settings/SolverSettings/Integrator/MidpointMethodFixedStep.json

Not supported yet

Settings for the Midpoint Method Fixed Step integrator.

  • IntegratorType: string = MidpointMethodFixedStep
  • TimeStep: number (s)
  • Tolerance: number

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 MidpointMethodFixedStep object, this must always be set to a value of MidpointMethodFixedStep.