Click or drag to resize

SolarRadiationBodyPlate Constructor (String, String, Double, UnitCartesian, Double, Double)

Initializes a new instance. The PointingAxes are set to so that the body axes are not overriden by the pointing axes.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public SolarRadiationBodyPlate(
	string plateName,
	string groupName,
	double referenceArea,
	UnitCartesian unitNormalCartesian,
	double specularReflectivity,
	double diffuseReflectivity
)

Parameters

plateName
Type: SystemString
The name of the individual plate.
groupName
Type: SystemString
The name of the group of plates that contains this plate. (E.g. Body or SolarPanels.)
referenceArea
Type: SystemDouble
The surface area of this plate in meters squared.
unitNormalCartesian
Type: AGI.Foundation.CoordinatesUnitCartesian
A parameter that specifies the direction of this plate in body-fixed or pointing axis-fixed coordinates.
specularReflectivity
Type: SystemDouble
The dimensionless specular reflectivity coefficient of this plate (that should be between zero and one).
diffuseReflectivity
Type: SystemDouble
The dimensionless diffuse reflectivity coefficient of this plate (that should be between zero and one).
See Also