Click or drag to resize

Iers2003SolidTideModel Class

A high-fidelity, time-varying Earth solid tide model that is based on the IERS Conventions (2003) technical report 32.
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 Iers2003SolidTideModel : TimeVaryingSolidTideModel

The Iers2003SolidTideModel type exposes the following members.

Constructors
  NameDescription
Public methodIers2003SolidTideModel
Initializes a high-fidelity Earth solid tide model based on the IERS Conventions (2003) technical report 32. The Sun and Moon are automatically added as tidal third bodies.
Top
Properties
  NameDescription
Public propertyCentralBody
Gets or sets the primary gravitational body.
(Inherited from SolidTideModel.)
Public propertyGravitationalParameter
Gets or sets the gravitational parameter of the primary gravitational body.
(Inherited from SolidTideModel.)
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 propertyReferenceDistance
Gets or sets the reference distance associated with the solid tide model (which is usually the equatorial radius of the primary gravitational body).
(Inherited from SolidTideModel.)
Public propertyThirdBodies
Gets a list of the tidal third bodies that are currently configured to this solid tide model. In most cases, the user should use the AddThirdBody(String, Point, Double) method to configure this parameter rather than setting it directly.
(Inherited from TimeVaryingSolidTideModel.)
Public propertyTideCoefficientsDegree
Gets or sets the degree of the tidal spherical harmonic gravity field.
(Inherited from SolidTideModel.)
Public propertyTideCoefficientsOrder
Gets or sets the order of the tidal spherical harmonic gravity field.
(Inherited from SolidTideModel.)
Top
Methods
  NameDescription
Public methodAddThirdBody
Adds a Point representing the position of the tide-inducing gravitational body and a double representing its gravitational parameter, in meters cubed per second squared.
(Inherited from TimeVaryingSolidTideModel.)
Public methodClone
Clones this object using the specified context.
(Overrides DefinitionalObjectClone(CopyContext).)
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.
(Inherited from TimeVaryingSolidTideModel.)
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 methodGetCoefficientsEvaluator
Gets an instance of an evaluator that returns the normalized tide coefficients of the solid tide model at a given time.
(Inherited from SolidTideModel.)
Public methodGetCoefficientsEvaluator(EvaluatorGroup)
Gets an instance of an evaluator that returns the normalized tide coefficients of the solid tide model at a given time.
(Overrides SolidTideModelGetCoefficientsEvaluator(EvaluatorGroup).)
Public methodGetDefinitionHashCode
Gets a hash code representing the definition of this object.
(Inherited from DefinitionalObject.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
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 methodRemoveThirdBody(Double)
Removes a tidal perturbations due to the body represented by the gravitational parameter.
(Inherited from TimeVaryingSolidTideModel.)
Public methodRemoveThirdBody(Point)
Removes a tidal perturbations due to the body represented by the Point.
(Inherited from TimeVaryingSolidTideModel.)
Public methodRemoveThirdBody(String)
Removes tidal perturbations due to the body represented by the name.
(Inherited from TimeVaryingSolidTideModel.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also