|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectspis.Top.SC.SC
Class Name : SC (generic Spacecraft class)
Project ref : SPIS project
File name : SC.java
File type : class
Copyright : ONERA, 2 Av. E. Belin, 31055 Toulouse cedex, France
http://www.onecert.fr
Status : under development
Creation : 25/08/2003
Modification :
Description : general abstract Spacecraft class.
Describes the spacecraft with its major components:
- its surface mesh and physical properties on the mesh
- its equivalent circuit
- the mapping capabilities between geometrical mesh and equivalent circuit
Versions and anomalies correction :
Version number | Author (name, e-mail) | Corrections/Modifications |
0.1 | JF Roussel, roussel@onecert.fr | Creation |
Constructor Summary | |
SC(SurfMesh surfMesh)
Default constructor |
Method Summary | |
abstract float |
getGroundPot()
Returns the spacecraft ground potential. |
abstract ScalSurfField |
getPot()
Returns the spacecraft surface potential. |
SurfMesh |
getSm()
Returns spacecraft surface mesh. |
abstract void |
integrate(float dt,
ScalSurfField NetCur)
performs one step of time integration over time dt, based on the net current collected on surfaces NetCur. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SC(SurfMesh surfMesh)
Method Detail |
public abstract void integrate(float dt, ScalSurfField NetCur)
public abstract ScalSurfField getPot()
public abstract float getGroundPot()
public SurfMesh getSm()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |