Class ThrusterConfigMessage
- Namespace
- NominalSystems.Messages
- Assembly
- NominalSystems.Messages.dll
[Nominal] Message used to describe the configuration of a single thruster. This includes the thruster relative to the spacecraft as well as any other configuration parameters.
public sealed class ThrusterConfigMessage : Message
- Inheritance
-
ThrusterConfigMessage
Fields
ExitArea
Area of Exit.
[Unit(UnitType.SQUARE_METRE)]
public double ExitArea
Field Value
MaxImpulse
Steady state max impulse.
[Unit(UnitType.NEWTON_SECOND)]
public double MaxImpulse
Field Value
MaxThrust
Max thrust.
[Unit(UnitType.NEWTON)]
public double MaxThrust
Field Value
MinFireDuration
Minimum Burn Duration for thruster.
[Unit(UnitType.SECOND)]
public double MinFireDuration
Field Value
Position_LB_B
Location of the thruster in the spacecraft in the body frame.
[Unit(UnitType.METRE)]
public Vector3 Position_LB_B
Field Value
SpecificImpulse
Specific Impulse of the thruster.
[Unit(UnitType.SECOND)]
public double SpecificImpulse
Field Value
ThroatArea
Area of Throat.
[Unit(UnitType.SQUARE_METRE)]
public double ThroatArea
Field Value
ThrustDirection_B
Unit vector of the thrust direction.
[Unit(UnitType.NONE)]
public Vector3 ThrustDirection_B
Field Value
TimeToMaxThrust
Time taken to achieve max thrust.
[Unit(UnitType.SECOND)]
public double TimeToMaxThrust