spis.Top.SC
Class EquipotSC
java.lang.Object
spis.Top.SC.SC
spis.Top.SC.InteractSC
spis.Top.SC.EquipotSC
- public abstract class EquipotSC
- extends InteractSC
Class Name : EquipotSC (Equipotential SC)
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 : Equipotential SC
Very simple spacecraft model: equipotential, with a user-defined absolute capacitance
Not yet operational
Versions and anomalies correction :
Version number | Author (name, e-mail) | Corrections/Modifications |
0.1 | JF Roussel, roussel@onecert.fr | Creation |
- Version:
- 0.1
- Author:
- JF Roussel
Method Summary |
ScalSurfField |
getPot()
Provides the surface potential
|
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 spis.Top.SC.InteractSC |
addInteractor, computeInteraction, computeInteraction, defineCoatingConductance, getInteractor, getInteractorNb, getMatMod, setInteractor, setMatMod, turnOnPhotoEmission, turnOnPhotoEmissionDeprecated, turnOnPhotoEmissionDeprecated, turnOnSEEE |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EquipotSC
public EquipotSC(SurfMesh surfMesh,
MaterialModel[] materialModels,
ScalSurfField materialModelId,
ScalSurfField materialId)
- Default constructor
integrate
public void integrate(float dt,
ScalSurfField NetCur)
- performs one step of time integration over time dt, based on the net
current collected on surfaces NetCur.
Here, simply integrates the total current I and shifts the
global potential by I dt / Cabs
Status: under development
Versions and anomalies correction :
Version number | Author (name, e-mail) | Corrections/Modifications |
0.1 | JF Roussel, roussel@onecert.fr | Creation |
- Specified by:
integrate
in class SC
getPot
public ScalSurfField getPot()
- Provides the surface potential
- Specified by:
getPot
in class SC