spis.Top.SC
Class EquipotSC

java.lang.Object
  extended byspis.Top.SC.SC
      extended byspis.Top.SC.InteractSC
          extended byspis.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 numberAuthor (name, e-mail) Corrections/Modifications
0.1 JF Roussel, roussel@onecert.frCreation


Version:
0.1
Author:
JF Roussel

Constructor Summary
EquipotSC(SurfMesh surfMesh, MaterialModel[] materialModels, ScalSurfField materialModelId, ScalSurfField materialId)
          Default constructor
 
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 spis.Top.SC.SC
getGroundPot, getSm
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EquipotSC

public EquipotSC(SurfMesh surfMesh,
                 MaterialModel[] materialModels,
                 ScalSurfField materialModelId,
                 ScalSurfField materialId)
Default constructor

Method Detail

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 numberAuthor (name, e-mail) Corrections/Modifications
0.1 JF Roussel, roussel@onecert.frCreation


Specified by:
integrate in class SC

getPot

public ScalSurfField getPot()
Provides the surface potential

Specified by:
getPot in class SC