Click or drag to resize

ContinuousThrustForceModel Class

Represents a force generated by continuous thrust.
Inheritance Hierarchy

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public sealed class ContinuousThrustForceModel : ForceModel, 
	IPartialDifferentiable, IEquatableDefinition

The ContinuousThrustForceModel type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyDimension
Gets the dimension of the values produced by the object. For example, Vectors would have a dimension of three, and Scalars of one. A PartialDerivativesEvaluator created by this type will have a "RowDimension" equal to this property, and a "ColumnDimension equal to the summation of the dimensions of the independent variables that this object is dependent on.
Public propertyForceVector
Gets the Vector representation of this force.
(Inherited from ForceModel.)
Public propertyIntegrationAxes
Gets or sets the axes that this force model will be integrated in.
Public propertyIsFrozen
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.)
Public propertyKind
Gets an enumeration indicating the nature of this force and whether it implicitly includes mass.
(Inherited from ForceModel.)
Public propertyRole
Gets the role that this force plays in a combined resultant force. In particular, it indicates whether this force is dominant and easy to compute or whether it is a small perturbation that is expensive to compute.
(Inherited from ForceModel.)
Public propertyThrustVector
Gets or sets the thrust vector. This should be pointing in the direction of the force applied to the object (the inverse of the exhaust direction).
Top
Methods
  NameDescription
Public methodBuildForceEvaluator
Build lists of principal and perturbation forces based on this model in order to create an overall resultant force.
(Overrides ForceModelBuildForceEvaluator(ResultantForceBuilder, EvaluatorGroup).)
Public methodClone
Clones this object using the specified context.
(Overrides DefinitionalObjectClone(CopyContext).)
Public methodStatic memberCreateIspThrustVector
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.
Public methodStatic memberCreateVeThrustVector
Creates a thrust Vector where the thrust is computed from the exhaustSpeed, and massFlowRate pointing in the thrustDirection in the specified burnAxes.
Public methodEnumerateDependencies
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).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFreeze
Freezes this object. Further attempts to modify it will result in an ObjectFrozenException.
(Inherited from DefinitionalObject.)
Public methodGetDefinitionHashCode
Gets a hash code representing the definition of this object.
(Inherited from DefinitionalObject.)
Public methodGetForceEvaluator
Gets an instance of an evaluator that can compute the force.
(Inherited from ForceModel.)
Public methodGetForceEvaluator(EvaluatorGroup)
Gets an instance of an evaluator that can compute the force.
(Overrides ForceModelGetForceEvaluator(EvaluatorGroup).)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetPartialDerivativesEvaluator
Gets an evaluator that calculates the partial derivatives of the two body gravity acceleration with respect to any of the independentVariables parameters that apply.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsSameDefinition
Determines if this object has the same definition as another object.
(Inherited from DefinitionalObject.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also