Table of Contents

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

double

MaxImpulse

Steady state max impulse.

[Unit(UnitType.NEWTON_SECOND)]
public double MaxImpulse

Field Value

double

MaxThrust

Max thrust.

[Unit(UnitType.NEWTON)]
public double MaxThrust

Field Value

double

MinFireDuration

Minimum Burn Duration for thruster.

[Unit(UnitType.SECOND)]
public double MinFireDuration

Field Value

double

Position_LB_B

Location of the thruster in the spacecraft in the body frame.

[Unit(UnitType.METRE)]
public Vector3 Position_LB_B

Field Value

Vector3

SpecificImpulse

Specific Impulse of the thruster.

[Unit(UnitType.SECOND)]
public double SpecificImpulse

Field Value

double

ThroatArea

Area of Throat.

[Unit(UnitType.SQUARE_METRE)]
public double ThroatArea

Field Value

double

ThrustDirection_B

Unit vector of the thrust direction.

[Unit(UnitType.NONE)]
public Vector3 ThrustDirection_B

Field Value

Vector3

TimeToMaxThrust

Time taken to achieve max thrust.

[Unit(UnitType.SECOND)]
public double TimeToMaxThrust

Field Value

double