Package | Description |
---|---|
fr.cnes.sirius.patrius.assembly.models | |
fr.cnes.sirius.patrius.forces.drag | |
fr.cnes.sirius.patrius.stela.forces.drag |
Modifier and Type | Class and Description |
---|---|
class |
AeroModel
Class that represents an aero model, based on the vehicle.
|
class |
DragLiftModel
Class that represents an drag and lift aero model, based on the vehicle.
|
class |
GlobalAeroModel
Global aero model for generic user-provided aero coefficients.
|
Modifier and Type | Method and Description |
---|---|
DragSensitive |
DragLiftModel.copy(Assembly newAssembly)
Copy drag sensitive object using new assembly.
|
DragSensitive |
AeroModel.copy(Assembly newAssembly)
Copy drag sensitive object using new assembly.
|
DragSensitive |
GlobalAeroModel.copy(Assembly newAssembly)
Copy drag sensitive object using new assembly.
|
Modifier and Type | Method and Description |
---|---|
DragSensitive |
DragSensitive.copy(Assembly assembly)
Copy drag sensitive object using new assembly.
|
Constructor and Description |
---|
DragForce(Atmosphere atmosphereIn,
DragSensitive spacecraftIn)
Constructor with multiplicative factor k = 1.0.
|
DragForce(Atmosphere atmosphereIn,
DragSensitive spacecraftIn,
boolean computePDPos,
boolean computePDVel)
Constructor with multiplicative factor k = 1.0.
|
DragForce(double kIn,
Atmosphere atmosphereIn,
DragSensitive spacecraftIn)
Constructor with multiplicative factor k.
|
DragForce(double kIn,
Atmosphere atmosphereIn,
DragSensitive spacecraftIn,
boolean computePDPos,
boolean computePDVel)
Constructor with multiplicative factor k.
|
DragForce(IParamDiffFunction kIn,
Atmosphere atmosphereIn,
DragSensitive spacecraftIn)
Constructor with multiplicative factor k.
|
DragForce(IParamDiffFunction kIn,
Atmosphere atmosphereIn,
DragSensitive spacecraftIn,
boolean computePDPos,
boolean computePDVel)
Constructor with multiplicative factor k.
|
DragForce(Parameter kIn,
Atmosphere atmosphereIn,
DragSensitive spacecraftIn)
Constructor with multiplicative factor k.
|
DragForce(Parameter kIn,
Atmosphere atmosphereIn,
DragSensitive spacecraftIn,
boolean computePDPos,
boolean computePDVel)
Constructor with multiplicative factor k.
|
Modifier and Type | Class and Description |
---|---|
class |
StelaAeroModel
This class represents a STELA aero model, based on a spherical spacecraft.
|
Modifier and Type | Method and Description |
---|---|
DragSensitive |
StelaAeroModel.copy(Assembly assembly)
Copy drag sensitive object using new assembly.
|
Constructor and Description |
---|
StelaAtmosphericDrag(DragSensitive inSpacecraft,
Atmosphere inAtmosphere,
int inSquaringPoints,
double inEarthRadius,
double inAtmoThreshold,
int inDragRecomputeStep)
Constructor.
|
Copyright © 2021 CNES. All rights reserved.