spis.Top.Default
Class SpisDefaultSampling

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


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!
 
Constructor Summary
SpisDefaultSampling()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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!

Constructor Detail

SpisDefaultSampling

public SpisDefaultSampling()