spis.Surf.InteractModel
Class MaxwellianInteractorWithRecollection
java.lang.Object
spis.Surf.InteractModel.Interactor
spis.Surf.InteractModel.MaxwellianInteractor
spis.Surf.InteractModel.MaxwellianInteractorWithRecollection
- Direct Known Subclasses:
- ImprovedPhotoEmInteractor
- public class MaxwellianInteractorWithRecollection
- extends MaxwellianInteractor
Class Name : MaxwellianInteractorWithRecollection
Project ref : SPIS project
File name : MaxwellianInteractorWithRecollection.java
File type : class
Copyright : ONERA, 2 Av. E. Belin, 31055 Toulouse cedex, France
http://www.onecert.fr
Status : under development
Creation : 13 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 for a whole flux (over the whole surface mesh). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pot
private ScalSurfField pot
- local potential
refPot
private float refPot
- reference potential
MaxwellianInteractorWithRecollection
public MaxwellianInteractorWithRecollection(SurfDistrib inFlux,
FluidSurfDistrib outFlux,
InteractModel interactModel,
ParameterSet[] parameters,
FunctionOfDistrib yield_,
FunctionOfDistrib temperature_,
ScalSurfField localPotential,
float referencePotential)
- constructor
- Parameters:
inFlux
- outFlux
- interactModel
- parameters
- yield_
- temperature_
-
computeInteraction
public void computeInteraction()
- Computes the interaction for a whole flux (over the whole surface mesh).
- Overrides:
computeInteraction
in class MaxwellianInteractor