spis.Surf.InteractModel
Class PICInteractor
java.lang.Object
spis.Surf.InteractModel.Interactor
spis.Surf.InteractModel.PICInteractor
- public abstract class PICInteractor
- extends Interactor
Class Name : PICInteractor (PIC, or MC, interactor)
Project ref : SPIS project
File name : PICInteractor.java
File type : class
Copyright : ONERA, 2 Av. E. Belin, 31055 Toulouse cedex, France
http://www.onecert.fr
Status : under development
Creation : Apr 23, 2004
Modification :
Description : Monte Carlo interactor, called PIC (Particle-In-Cell) interactor
to keep a denomination similar to PICDistrib.
The generated distribution is a sampled distribution (PICSurfDistrib).
NB: this class may be to suppress later (not used by now)
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
Methods inherited from class spis.Surf.InteractModel.Interactor |
computeInteraction, computeInteraction, computeMultipleInteraction, getInFlux, getInteractModel, getOutFlux, getParams, setInFlux, setInteractModel, setOutFlux, setParams |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PICInteractor
public PICInteractor(SurfDistrib inFlux_,
SurfDistrib outFlux_,
InteractModel interactModel_,
ParameterSet[] parameters)
- Parameters:
inFlux_
- outFlux_
- interactModel_
- parameters
-