Interface IIntegrable
- Namespace
- NominalSystems.Universe
- Assembly
- NominalSystems.Universe.dll
[Nominal] 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.
StateModel GetProperties()
Returns
- StateModel
The state properties
UpdateEquationsOfMotion(double, double)
Updates all of the State Equations with their correct derivatives
void UpdateEquationsOfMotion(double time, double step)