DragOneDofSolarPanelPlate Constructor (String, String, Double, UnitCartesian, Double) |
Initializes a new instance.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public DragOneDofSolarPanelPlate(
string plateName,
string groupName,
double referenceArea,
UnitCartesian unitAxisCartesian,
double dragCoefficient
)
Public Sub New (
plateName As String,
groupName As String,
referenceArea As Double,
unitAxisCartesian As UnitCartesian,
dragCoefficient As Double
)
public:
DragOneDofSolarPanelPlate(
String^ plateName,
String^ groupName,
double referenceArea,
UnitCartesian unitAxisCartesian,
double dragCoefficient
)
new :
plateName : string *
groupName : string *
referenceArea : float *
unitAxisCartesian : UnitCartesian *
dragCoefficient : float -> DragOneDofSolarPanelPlate
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. - unitAxisCartesian
- Type: AGI.Foundation.CoordinatesUnitCartesian
The axis of rotation of this solar panel in body-fixed coordinates. - dragCoefficient
- Type: SystemDouble
The dimensionless drag coefficient of this plate.
See Also