Class FuelConfigMessage
- Namespace
- NominalSystems.Messages
- Assembly
- NominalSystems.Messages.dll
[Nominal] Message is used for defining the configuration of the fuel system, including the current mass properties of the fuel system.
public sealed class FuelConfigMessage : Message
- Inheritance
-
FuelConfigMessage
Fields
Acceleration_LB_L
Second derivative of position vector from B to tank point in B frame comp. This is the same as 'RPPrime_TcT_T' using the tank point T.
[Unit(UnitType.METRE_PER_SECOND_SQUARED)]
public Vector3 Acceleration_LB_L
Field Value
InertiaPrime_L
Derivative of inertia of tank about pnt T in B frame comp. This is the same as 'ITankPntTPrime_T'.
[Unit("kg/m²/s")]
public Matrix3 InertiaPrime_L
Field Value
Inertia_L
Inertia of tank (L) about point T in body frame coordinates. This is the same as 'ITankPntT_T'.
[Unit(UnitType.KILOGRAM_PER_SQUARE_METRE)]
public Matrix3 Inertia_L
Field Value
InitialPosition_LB_L
Initial position vector from the body to tank (L) point in body frame components. This is the same as 'R_TcT_TInit' using the tank point T.
[Unit(UnitType.METRE)]
public Vector3 InitialPosition_LB_L
Field Value
TankLength
Length of the tank.
[Unit(UnitType.METRE)]
public double TankLength
Field Value
TankRadius
Radius of the cylindrical tank.
[Unit(UnitType.METRE)]
public double TankRadius
Field Value
Velocity_LB_L
Derivative of position vector from B to tank point in B frame comp. This is the same as 'RPrime_TcT_T' using the tank point T.
[Unit(UnitType.METRE_PER_SECOND)]
public Vector3 Velocity_LB_L