|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectspis.Top.Plasma.Plasma
spis.Top.Plasma.MeshedPlasma
Class Name : MeshedPlasma
Project ref : SPIS project
File name : MeshedPlasma.java
File type : class
Copyright : ONERA, 2 Av. E. Belin, 31055 Toulouse cedex, France
http://www.onecert.fr
Status : under development
Creation : Feb 27, 2004
Modification :
Description :
Versions and anomalies correction :
Version number | Author (name, e-mail) | Corrections/Modifications |
0.1 | JF Roussel, roussel@onecert.fr | Creation |
Constructor Summary | |
MeshedPlasma(VolMesh volMesh)
Default constructor |
Method Summary | |
abstract ScalVolField |
buildElectronDensity()
Builds a ScalVolField giving the total electron density and returns it. |
abstract ScalVolField |
buildIonDensity()
Builds a ScalVolField giving the total ion density and returns it. |
abstract ScalVolField |
buildTotalDensity()
Builds a ScalVolField giving the total plasma density and returns it. |
VolMesh |
getVm()
|
Methods inherited from class spis.Top.Plasma.Plasma |
assessLargestDt, integrate, integrate |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MeshedPlasma(VolMesh volMesh)
Method Detail |
public abstract ScalVolField buildTotalDensity()
public abstract ScalVolField buildIonDensity()
public abstract ScalVolField buildElectronDensity()
public VolMesh getVm()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |