Table of Contents

Class GravityMessage

Namespace
NominalSystems.Messages
Assembly
NominalSystems.Messages.dll

[Nominal] Message data that defines the gravitational acceleration and the gravitational potential energy of a point in space.


public sealed class GravityMessage : Message
Inheritance
GravityMessage

Fields

Acceleration_BN_N

Current acceleration of the object in a gravitational field, relative to the inertial origin.

[Unit(UnitType.METRE_PER_SECOND_SQUARED)]
public Vector3 Acceleration_BN_N

Field Value

Vector3

PotentialEnergy

The potential energy of the object in the gravitational field, which is dependent on the bodies the object is near and its position.

[Unit(UnitType.JOULE)]
public double PotentialEnergy

Field Value

double