Uses of Class
spis.Top.SC.RCCabsSC

Packages that use RCCabsSC
spis.Top.Simulation   
spis.Top.Top   
spis.Util.Monitor   
 

Uses of RCCabsSC in spis.Top.Simulation
 

Fields in spis.Top.Simulation declared as RCCabsSC
protected  RCCabsSC PlasmaScSimulation.sc
          spacecraft model (might be a generic SC later, for now an RCCabsSC)
 

Methods in spis.Top.Simulation that return RCCabsSC
 RCCabsSC PlasmaScSimulation.getRCCabsSC()
          Returns a pointer to the spacecraft of the simulation.
 

Methods in spis.Top.Simulation with parameters of type RCCabsSC
 void PlasmaScSimulation.setSC(RCCabsSC spacecraft)
          Sets the simulation spacecraft.
 

Constructors in spis.Top.Simulation with parameters of type RCCabsSC
LeoExample(RCCabsSC spacecraft, MmfPlasma plasma)
          Constructor with spacecraft and plasma, which can only be called by the Top object, not from the framework, unless Jython code is enhanced to build a SC and a plasma.
HallThrusterExample(RCCabsSC spacecraft, MmfPlasma plasma)
          Constructor with spacecraft and plasma, which can only be called by the Top object, not from the framework, unless Jython code is enhanced to build a SC and a plasma.
GeoExample2(RCCabsSC spacecraft, MmfPlasma plasma)
          Constructor with spacecraft and plasma, which can only be called by the Top object, not from the framework, unless Jython code is enhanced to build a SC and a plasma.
GeoExample(RCCabsSC spacecraft, MmfPlasma plasma)
          Constructor with spacecraft and plasma, which can only be called by the Top object, not from the framework, unless Jython code is enhanced to build a SC and a plasma.
DebugTests(RCCabsSC spacecraft, MmfPlasma plasma)
          Constructor with spacecraft and plasma, which can only be called by the Top object, not from the framework, unless Jython code is enhanced to build a SC and a plasma.
 

Uses of RCCabsSC in spis.Top.Top
 

Methods in spis.Top.Top that return RCCabsSC
 RCCabsSC Top.getSC()
          Returns the spacecraft of the simulation
 

Uses of RCCabsSC in spis.Util.Monitor
 

Fields in spis.Util.Monitor declared as RCCabsSC
protected  RCCabsSC FieldMonitor.sc
          spacecraft model (might be a generic SC later, for now an RCCabsSC)
private  RCCabsSC ElecSuperNodeMonitor.sc
          spacecraft model (might be a generic SC later, for now an RCCabsSC)
 

Constructors in spis.Util.Monitor with parameters of type RCCabsSC
FieldMonitor(MmfPlasma plasma, RCCabsSC sc, ThreeDUnstructVolMesh volMesh, ThreeDUnstructSurfMesh scSurfMesh, ThreeDUnstructSurfMesh bdSurfMesh, float scPotMapMonitorStep, float scCurrentMapMonitorStep, float plasmaPotMapMonitorStep, float densitiesMapsMonitorStep)
           
ElecSuperNodeMonitor(MmfPlasma plasma, RCCabsSC sc, float esnMonitorStep)
          Default constructor