spis.Surf.InteractModel
Class MultipleMaxwellianInteractor
java.lang.Object
spis.Surf.InteractModel.Interactor
spis.Surf.InteractModel.MultipleMaxwellianInteractor
- public class MultipleMaxwellianInteractor
- extends Interactor
Class Name : MultipleMaxwellianInteractor
Project ref : SPIS project
File name : MultipleMaxwellianInteractor.java
File type : class
Copyright : ONERA, 2 Av. E. Belin, 31055 Toulouse cedex, France
http://www.onecert.fr
Status : under development
Creation : 8 mars 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 |
computeInteraction()
Computes the interaction, not computing the net current in this version |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultipleMaxwellianInteractor
public MultipleMaxwellianInteractor(SurfDistrib inFlux,
MultipleSurfDistrib outFlux_,
InteractModel interactModel,
ParameterSet[] parameters,
FunctionOfDistrib[] yields_,
FunctionOfDistrib[] temperatures_)
- Default constructor
- Parameters:
inFlux
- outFlux_
- outgoinf flux must be a set of LocalMaxwellSurfDistrib, which is partly statically enforced
(sub-type MultipleSurfDistrib) and partly dynamcally checked (checks that all of the contained SurfDistrib
are of sub-type LocalMaxwellSurfDistrib)interactModel
- parameters
- yields_
- several yields, one per produced Maxwellian distributiontemperatures_
- several temperatures, one per produced Maxwellian distribution- See Also:
Interactor#Interactor(SurfDistrib, SurfDistrib, InteractModel, InteractorParamSet[])
computeInteraction
public void computeInteraction()
- Description copied from class:
Interactor
- Computes the interaction, not computing the net current in this version
- Specified by:
computeInteraction
in class Interactor
- See Also:
Interactor.computeInteraction()