Click or drag to resize

SolarRadiationOneDofSolarPanelPlate Constructor (String, String, Double, UnitCartesian, Double, Double)

Initializes a new instance.

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

Parameters

plateName
Type: System.String
The name of the individual plate.
groupName
Type: System.String
The name of the group of plates that contains this plate. (E.g. Body or SolarPanels.)
referenceArea
Type: System.Double
The surface area of this plate in meters squared.
unitAxisCartesian
Type: AGI.Foundation.Coordinates.UnitCartesian
The axis of rotation of this solar panel in body-fixed coordinates.
specularReflectivity
Type: System.Double
The dimensionless specular reflectivity coefficient of this plate (that should be between zero and one).
diffuseReflectivity
Type: System.Double
The dimensionless diffuse reflectivity coefficient of this plate (that should be between zero and one).
See Also