Table of Contents

Interface IIntegrable

Namespace
NominalSystems.Universe
Assembly
NominalSystems.Universe.dll

The integrable interface allows a particular object to be integrated by the integrator.

public interface IIntegrable

Methods

GetProperties()

Returns the state properties returned by the dynamic object that exist as a parameter.

StateProperties GetProperties()

Returns

StateProperties

The state properties

UpdateEquationsOfMotion(double, double)

Updates all of the State Equations with their correct derivatives

void UpdateEquationsOfMotion(double time, double step)

Parameters

time double

The current time [s]

step double

The current delta time [s]