Click or drag to resize

ResultantForceBuilder Class

A tool used by ForceModel objects to add their Principal and Perturbation forces to a list of forces in a resultant force.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.CelestialResultantForceBuilder

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public class ResultantForceBuilder

The ResultantForceBuilder type exposes the following members.

Constructors
  NameDescription
Public methodResultantForceBuilder
Initializes a new instance.
Top
Properties
  NameDescription
Public propertyPerturbationForces
Gets a list of forces acting as Perturbation forces in the resultant. A "perturbation" force is one which represents a small addition to the overall resultant but is usually expensive to compute.
Public propertyPrincipalForces
Gets a list of forces acting as Principal forces in the resultant. A "principal" force is one which dominates the overall resultant and is usually simple to compute.
Top
Methods
  NameDescription
Public methodAddForce
Adds the given force to either the PrincipalForces or the PerturbationForces based on its role.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also