public class GtmSimpleVehicle extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME_ENGINE
By default name of the single engine
|
static String |
NAME_TANK
By default name of the single tank
|
| Constructor and Description |
|---|
GtmSimpleVehicle(double dryMass,
double mainArea,
double spX,
double spY,
double spZ,
double ergMass,
double thrust,
double isp)
Constructor without aerodynamic properties.
|
GtmSimpleVehicle(double dryMass,
double mainArea,
double spX,
double spY,
double spZ,
double cd,
double ergMass,
double thrust,
double isp)
Constructor with aerodynamic properties.
|
| Modifier and Type | Method and Description |
|---|---|
fr.cnes.sirius.patrius.assembly.Vehicle |
getVehicle()
Method to get the Vehicle object
|
public static final String NAME_ENGINE
public static final String NAME_TANK
public GtmSimpleVehicle(double dryMass,
double mainArea,
double spX,
double spY,
double spZ,
double cd,
double ergMass,
double thrust,
double isp)
throws GtmInitException
dryMass - dry mass (kg)mainArea - main area (m2)spX - solar panel area on X (m2)spY - solar panel area on Y (m2)spZ - solar panel area on Z (m2)cd - drag coefficientergMass - ergols mass (kg)thrust - thrust level (N)isp - specific impulse (s)GtmInitException - exception occured when initialization of the Vehicle objectpublic GtmSimpleVehicle(double dryMass,
double mainArea,
double spX,
double spY,
double spZ,
double ergMass,
double thrust,
double isp)
throws GtmInitException
dryMass - dry mass (kg)mainArea - main area (m2)spX - solar panel area on X (m2)spY - solar panel area on Y (m2)spZ - solar panel area on Z (m2)ergMass - ergols mass (kg)thrust - thrust level (N)isp - specific impulse (s)GtmInitException - exception occured when initialization of the Vehicle objectCopyright © 2022. All rights reserved.