ContinuousThrustForceModel Methods |
The ContinuousThrustForceModel type exposes the following members.
Name | Description | |
---|---|---|
BuildForceEvaluator |
Build lists of principal and perturbation forces based on this model in order to create
an overall resultant force.
(Overrides ForceModelBuildForceEvaluator(ResultantForceBuilder, EvaluatorGroup).) | |
Clone |
Clones this object using the specified context.
(Overrides DefinitionalObjectClone(CopyContext).) | |
CreateIspThrustVector |
Creates a thrust Vector where the thrust is computed from the
isp, and massFlowRate pointing in the thrustDirection
in the specified burnAxes. This formulation uses EarthSurfaceGravity.
| |
CreateVeThrustVector |
Creates a thrust Vector where the thrust is computed from the
exhaustSpeed, and massFlowRate pointing in the thrustDirection
in the specified burnAxes.
| |
EnumerateDependencies |
Enumerates the dependencies of this object by calling
EnumerateT(T) for each object that this object directly depends upon.
Derived classes which contain additional dependencies MUST override this method, call the base
implementation, and enumerate dependencies introduced by the derived class.
(Overrides ForceModelEnumerateDependencies(DependencyEnumerator).) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Freeze |
Freezes this object. Further attempts to modify it will result
in an ObjectFrozenException.
(Inherited from DefinitionalObject.) | |
GetDefinitionHashCode |
Gets a hash code representing the definition of this object.
(Inherited from DefinitionalObject.) | |
GetForceEvaluator |
Gets an instance of an evaluator that can compute the force.
(Inherited from ForceModel.) | |
GetForceEvaluator(EvaluatorGroup) |
Gets an instance of an evaluator that can compute the force.
(Overrides ForceModelGetForceEvaluator(EvaluatorGroup).) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetPartialDerivativesEvaluator |
Gets an evaluator that calculates the partial derivatives of the two body gravity acceleration
with respect to any of the independentVariables parameters that apply.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsSameDefinition |
Determines if this object has the same definition as another object.
(Inherited from DefinitionalObject.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |