NuclearPowerSystem
NuclearPowerSystem — A nuclear power system
Description
The NuclearPowerSystem models a nuclear power system including power generated as function of time and distance from the sun.
For a complete descripton of how to configure all Resources required for electric propulsion modelling, see the Tutorial named Chapter 12, Electric Propulsion
See Also ElectricTank, ElectricThruster, SolarPowerSystem
Fields
Field | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
AnnualDecayRate |
The annual decay rate of the power system.
|
||||||||||||
BusCoeff1 |
Coefficient of power required by spacecraft bus.
|
||||||||||||
BusCoeff2 |
Coefficient of power required by spacecraft bus.
|
||||||||||||
BusCoeff3 |
Coefficient of power required by spacecraft bus.
|
||||||||||||
EpochFormat |
The epoch format for the PowerInitialEpoch field.
|
||||||||||||
InitialEpoch |
The initial epoch of the system used to define power system elapsed lifetime.
|
||||||||||||
InitialMaxPower |
The maximum power generated at the PowerInitialEpoch.
|
||||||||||||
Margin |
The required margin between power left after power bus, and power used by the propulsion system.
|
Remarks
Computation of Base Power
The NuclearPowerSystem models power degradation as a function of time. You must provide a power system initial epoch, the power generated at that epoch, and an annual power decay rate. Additionally, the AnnualDecayRate field models the power degredation on a per year basis. The base power is computed using
where "tau" is the power AnnualDecayRate, P_0 is InitialMaxPower, and "delta t" is the elapsed time between the simulation epoch and InitialEpoch.
Examples
Create a NuclearPowerSystem and attach it to a Spacecraft.
Create Spacecraft DefaultSC
DefaultSC.PowerSystem = NuclearPowerSystem1
Create NuclearPowerSystem NuclearPowerSystem1
BeginMissionSequence
For a complete descripton of how to configure all Resources required for electric propulsion modeling, see the Tutorial named Chapter 12, Electric Propulsion.