Table of Contents

ExternallySteppedSimulation coming soon

https://bladednextgen.dnv.com/schema/0.4.1/TimeDomainSimulation/ExternallySteppedSimulation/ExternallySteppedSimulation.json

Not supported yet

The definition of a Bladed real time simulation. This will be run with Bladed as an external library (i.e. a dynamic link library (dll) on Windows, or a shared object (so) on Linux). An external process must call functions within the Bladed external library to "step" the simulation, and thereby keep it synchronised with the external controlling process.

  • TimeStep: number (s)
  • TimeStepMultiplier: number
  • HardwareTracking: object (HardwareTracking)
  • OutputRealTimeDataFromStart: boolean

Properties

TimeStep: number (s)coming soon

The real time simulation time step, as set by the external process that is calling Bladed in real time mode.

TimeStepMultiplier: number, optionalcoming soon

The real time simulation time step multiplier.

HardwareTracking: object(HardwareTracking)coming soon

Options for tracking external hardware using BHTM (Bladed Hardware Test Module) or similar external package.

OutputRealTimeDataFromStart: boolean, optionalcoming soon

If true, realtime data will be output as soon as Bladed is running.