spis.Surf.InteractModel
Class ImprovedPhotoEmInteractor

java.lang.Object
  extended byspis.Surf.InteractModel.Interactor
      extended byspis.Surf.InteractModel.MaxwellianInteractor
          extended byspis.Surf.InteractModel.MaxwellianInteractorWithRecollection
              extended byspis.Surf.InteractModel.ImprovedPhotoEmInteractor

public class ImprovedPhotoEmInteractor
extends MaxwellianInteractorWithRecollection

Class Name : ImprovedPhotoEmInteractor
Project ref : SPIS project
File name : ImprovedPhotoEmInteractor.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 numberAuthor (name, e-mail) Corrections/Modifications
0.1 JF Roussel, roussel@onecert.frCreation


Version:
0.1
Author:
JF Roussel

Field Summary
private static ParamSetExtractor yieldParamExtractor
           
private static int[] yieldParamPosition
           
 
Fields inherited from class spis.Surf.InteractModel.MaxwellianInteractorWithRecollection
 
Fields inherited from class spis.Surf.InteractModel.MaxwellianInteractor
 
Fields inherited from class spis.Surf.InteractModel.Interactor
inFlux, outFlux, params
 
Constructor Summary
ImprovedPhotoEmInteractor(FluidSurfDistrib inFlux, FluidSurfDistrib outFlux, MaterialModel materialModel, ParameterSet[] parameters, ScalSurfField matModId, ScalSurfField matId, ScalSurfField localPotential, float referencePotential)
          Default constructor.
 
Methods inherited from class spis.Surf.InteractModel.MaxwellianInteractorWithRecollection
computeInteraction
 
Methods inherited from class spis.Surf.InteractModel.MaxwellianInteractor
getTemperature, getYield, setTemperature, setYield
 
Methods inherited from class spis.Surf.InteractModel.Interactor
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
 

Field Detail

yieldParamPosition

private static int[] yieldParamPosition

yieldParamExtractor

private static ParamSetExtractor yieldParamExtractor
Constructor Detail

ImprovedPhotoEmInteractor

public ImprovedPhotoEmInteractor(FluidSurfDistrib inFlux,
                                 FluidSurfDistrib outFlux,
                                 MaterialModel materialModel,
                                 ParameterSet[] parameters,
                                 ScalSurfField matModId,
                                 ScalSurfField matId,
                                 ScalSurfField localPotential,
                                 float referencePotential)
Default constructor.

Parameters:
inFlux - incoming flux
outFlux - outgoing flux (forced to be fluid here, or derived type: Maxwell, etc.)
parameters -
localPotential -
referencePotential -
See Also:
Interactor#Interactor(SurfDistrib, SurfDistrib, InteractModel, InteractorParamSet[])