spis.Top.Default
Class SpisDefaultSampling
java.lang.Object
spis.Top.Default.SpisDefaultSampling
- public class SpisDefaultSampling
- extends java.lang.Object
Class Name : SpisDefaultSampling
Project ref : SPIS project
File name : SpisDefaultSampling.java
File type : class
Copyright : ONERA, 2 Av. E. Belin, 31055 Toulouse cedex, France
http://www.onecert.fr
Status : under development
Creation : Mar 5, 2004
Modification :
Description : Collection of default parameters for particle sampling
(static members)
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
Field Summary |
static float |
avPartNbPerCell
average number of super-particle
per cell (the average particle number
per node is more relevant because computation
is on the nodes is 6 times bigger,
this is why avPartNbPerCell can be
rather small ~ 5) |
static java.util.Random |
rnd
default random generator (if you only
use this one all over the code, you can
re-run the same simulation by giving
it a seed (interesting for debugging)
=> recommended! |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
avPartNbPerCell
public static float avPartNbPerCell
- average number of super-particle
per cell (the average particle number
per node is more relevant because computation
is on the nodes is 6 times bigger,
this is why avPartNbPerCell can be
rather small ~ 5)
rnd
public static java.util.Random rnd
- default random generator (if you only
use this one all over the code, you can
re-run the same simulation by giving
it a seed (interesting for debugging)
=> recommended!
SpisDefaultSampling
public SpisDefaultSampling()