|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.orekit.parameter.Parameterizable
fr.cnes.sirius.patrius.assembly.models.DragLiftModel
public final class DragLiftModel
Class that represents an drag and lift aero model, based on the vehicle.
| Constructor Summary | |
|---|---|
DragLiftModel(Assembly inAssembly)
Aero drag and lift model (the acceleration is computed from all the sub parts of the vehicle). |
|
| Method Summary | |
|---|---|
void |
addDDragAccDParam(SpacecraftState s,
Parameter param,
double density,
Vector3D relativeVelocity,
double[] dAccdParam)
Compute acceleration derivatives with respect to ballistic coefficient. |
void |
addDDragAccDState(SpacecraftState s,
double[][] dAccdPos,
double[][] dAccdVel,
double density,
Vector3D acceleration,
Vector3D relativeVelocity,
boolean computeGradientPosition,
boolean computeGradientVelocity)
Compute acceleration derivatives with respect to state parameters (position and velocity). |
Vector3D |
dragAcceleration(SpacecraftState state,
double density,
Vector3D relativeVelocity)
Method to compute the aero acceleration, based on the assembly. |
ArrayList<Parameter> |
getJacobianParameters()
Get the list of all jacobian parameters supported. |
| Methods inherited from class org.orekit.parameter.Parameterizable |
|---|
addParameter, getParameters, supportsParameter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DragLiftModel(Assembly inAssembly)
inAssembly - The considered vehicle.| Method Detail |
|---|
public ArrayList<Parameter> getJacobianParameters()
JacobianParametersProvider
getJacobianParameters in interface JacobianParametersProvider
public Vector3D dragAcceleration(SpacecraftState state,
double density,
Vector3D relativeVelocity)
throws OrekitException
dragAcceleration in interface DragSensitivestate - the current state of the spacecraft.density - the atmosphere density.relativeVelocity - the spacecraft velocity relative to the atmosphere in the spacecraftstate reference frame.
OrekitException - if acceleration cannot be computed.
public void addDDragAccDParam(SpacecraftState s,
Parameter param,
double density,
Vector3D relativeVelocity,
double[] dAccdParam)
throws OrekitException
addDDragAccDParam in interface DragSensitives - SpacecraftStateparam - name of parameterdensity - the atmosphere density.relativeVelocity - the spacecraft velocity relative to the atmosphere.dAccdParam - acceleration derivatives with respect to ballistic coefficient.
OrekitException - if derivatives cannot be computed
public void addDDragAccDState(SpacecraftState s,
double[][] dAccdPos,
double[][] dAccdVel,
double density,
Vector3D acceleration,
Vector3D relativeVelocity,
boolean computeGradientPosition,
boolean computeGradientVelocity)
throws OrekitException
addDDragAccDState in interface DragSensitives - spacecraft statedAccdPos - acceleration derivatives with respect to position parametersdAccdVel - acceleration derivatives with respect to velocity parametersdensity - the atmospheric density valueacceleration - the spacecraft acceleration in the inertial framerelativeVelocity - the spacecraft velocity relative to the atmospherecomputeGradientPosition - true if partial derivatives with respect to position should be computedcomputeGradientVelocity - true if partial derivatives with respect to position should be computed
OrekitException - if derivatives cannot be computed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||