spis.Util.List
Class GlobalMaxwellSurfSampler
java.lang.Object
spis.Util.List.SurfSampler
spis.Util.List.GlobalMaxwellSurfSampler
- Direct Known Subclasses:
- GlobalMaxwellSurfSampler1
- public abstract class GlobalMaxwellSurfSampler
- extends SurfSampler
Class Name : GlobalMaxwellSurfSampler
Project ref : SPIS project
File name : GlobalMaxwellSurfSampler.java
File type : class
Copyright : ONERA, 2 Av. E. Belin, 31055 Toulouse cedex, France
http://www.onecert.fr
Status : under development
Creation : Mar 3, 2004
Modification :
Description :
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 |
void |
generateMaxwellian(VeloVectTable veloT,
int n)
generates a Maxwellian velocity sample of size n with the velocity and temperature momenta of this Sampler
(used by derived classes) |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GlobalMaxwellSurfSampler
public GlobalMaxwellSurfSampler(Part particleType,
float density,
float[] velocity,
float temperature)
- Default constructor
- Parameters:
particleType
- density
- [#/m3]temperature
- [eV]velocity
- [m/s]
generateMaxwellian
public void generateMaxwellian(VeloVectTable veloT,
int n)
- generates a Maxwellian velocity sample of size n with the velocity and temperature momenta of this Sampler
(used by derived classes)