Package | Description |
---|---|
agi.foundation.celestial |
Contains types used in modeling characteristics of celestial objects and celestial phenomena.
|
Modifier and Type | Class and Description |
---|---|
class |
DragBodyPlate
A model of a discrete surface element of a spacecraft's body that has a surface area, unit normal direction,
and a drag coefficient.
|
class |
DragOneDofSolarPanelPlate
A model of a discrete surface element of a spacecraft's solar panels that points
toward the Sun as much as it can while being constrained by a single rotational
degree of freedom about a specified rotation axis.
|
class |
DragPlate
A model of a discrete surface element of a spacecraft that has a surface area, unit normal direction,
and a drag coefficient.
|
class |
DragTwoDofSolarPanelPlate
A model of a discrete surface element of a spacecraft's solar panels that always points toward the Sun.
|
class |
SolarRadiationBodyPlate
A model of a discrete surface element of a spacecraft's body that has a surface area, unit normal direction,
a specular reflectivity coefficient, and a diffuse reflectivity coefficient.
|
class |
SolarRadiationOneDofSolarPanelPlate
A model of a discrete surface element of a spacecraft's solar panels that points
toward the Sun as much as it can while being constrained by a single rotational
degree of freedom about a specified rotation axis.
|
class |
SolarRadiationPlate
A model of a discrete surface element of a spacecraft that has a surface area, unit normal direction,
a specular reflectivity coefficient, and a diffuse reflectivity coefficient.
|
class |
SolarRadiationTwoDofSolarPanelPlate
A model of a discrete surface element of a spacecraft's solar panels that always points toward the Sun.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
SolarRadiationPlate.checkForSameDefinition(IndividualPlateModel other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected abstract boolean |
IndividualPlateModel.checkForSameDefinition(IndividualPlateModel other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected boolean |
DragPlate.checkForSameDefinition(IndividualPlateModel other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
Modifier and Type | Method and Description |
---|---|
protected boolean |
NPlateModel.checkForSameDefinition(DefinitionalObjectCollection<IndividualPlateModel> other) |
Constructor and Description |
---|
IndividualPlateModel(IndividualPlateModel existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|