SimpleSolarRadiationForce Properties |
The SimpleSolarRadiationForce type exposes the following members.
Name | Description | |
---|---|---|
CoefficientOfReflectivity |
Gets or sets the coefficient of reflectivity. To set the
CoefficientOfReflectivityType see the
CoefficientOfReflectivityType property.
| |
CoefficientOfReflectivityType |
Gets or sets the CoefficientOfReflectivityType,
which is set to RadiationPressure
by default. In order to set the value of the Coefficient of Reflectivity see
CoefficientOfReflectivity.
| |
DefinedInAxes |
Gets the axes in which this force is defined. For solar radiation, the axes are taken from the
inertial frame of the IlluminatingBody on the OccultationFactor.
If the OccultationFactor property is , then this property will also return .
| |
Dimension |
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.
| |
ForceVector |
Gets the Vector representation of this force.
(Inherited from ForceModel.) | |
IsFrozen |
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.) | |
Kind |
Gets an enumeration indicating the nature of this force and whether it implicitly
includes mass.
(Inherited from ForceModel.) | |
Luminosity |
Gets or sets the Scalar describing the solar luminosity.
By default this is set to a ScalarFixed
with the value of SolarLuminosity2015IauResolutionB3.
| |
OccultationFactor |
Gets or sets the scalar modeling the amount of occultation at the target position.
This scalar also holds the Point and other data.
| |
ReferenceArea |
Gets or sets the Scalar representing the normalized
area of the surface.
| |
Role |
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.) | |
TargetPoint |
Gets the point at which the solar radiation is applied from the TargetPoint of the OccultationFactor.
If the OccultationFactor property is , then this property will also return .
| |
VectorType |
Gets the RadiationVectorType from the VectorType of the OccultationFactor.
If the OccultationFactor property is , then
this property will return CorrectForLightTimeDelayAndAberration.
|