Uses of Class
spis.Surf.InteractModel.Interactor

Packages that use Interactor
spis.Surf.InteractModel   
spis.Top.SC   
 

Uses of Interactor in spis.Surf.InteractModel
 

Subclasses of Interactor in spis.Surf.InteractModel
 class BasicInducedConductInteractor
          Class Name : BasicInducedConductInteractor
Project ref : SPIS project
File name : BasicInducedConductInteractor.java
File type : class
Copyright : ONERA, 2 Av.
 class BasicPhotoEmInteractor
          Class Name : BasicPhotoEmInteractor
Project ref : SPIS project
File name : BasicPhotoEmInteractor.java
File type : class
Copyright : ONERA, 2 Av.
 class BasicSEEEInteractor
          Class Name : BasicSEEEInteractor
Project ref : SPIS project
File name : BasicSEEEInteractor.java
File type : class
Copyright : ONERA, 2 Av.
 class BasicSEEPInteractor
          Class Name : BasicSEEPInteractor
Project ref : SPIS project
File name : BasicSEEPInteractor.java
File type : class
Copyright : ONERA, 2 Av.
 class ImprovedPhotoEmInteractor
          Class Name : ImprovedPhotoEmInteractor
Project ref : SPIS project
File name : ImprovedPhotoEmInteractor.java
File type : class
Copyright : ONERA, 2 Av.
 class MaxwellianInteractor
          Class Name : MaxwellianInteractor
Project ref : SPIS project
File name : MaxwellianInteractor.java
File type : class
Copyright : ONERA, 2 Av.
 class MaxwellianInteractorWithRecollection
          Class Name : MaxwellianInteractorWithRecollection
Project ref : SPIS project
File name : MaxwellianInteractorWithRecollection.java
File type : class
Copyright : ONERA, 2 Av.
 class MultipleInteractor
          Class Name : MultipleInteractor
Project ref : SPIS project
File name : MultipleInteractor.java
File type : class
Copyright : ONERA, 2 Av.
 class MultipleMaxwellianInteractor
          Class Name : MultipleMaxwellianInteractor
Project ref : SPIS project
File name : MultipleMaxwellianInteractor.java
File type : class
Copyright : ONERA, 2 Av.
 class PICInteractor
          Class Name : PICInteractor (PIC, or MC, interactor)
Project ref : SPIS project
File name : PICInteractor.java
File type : class
Copyright : ONERA, 2 Av.
 class ReflectionInteractor
          Class Name : ReflectionInteractor
Project ref : SPIS project
File name : ReflectionInteractor.java
File type : class
Copyright : ONERA, 2 Av.
 class Source
          Class Name : Source
Project ref : SPIS project
File name : Source.java
File type : class
Copyright : ONERA, 2 Av.
 

Methods in spis.Surf.InteractModel that return Interactor
 Interactor[] MultipleInteractor.getInteractors()
           
abstract  Interactor MaterialModel.getNewSEEEInteractor(SurfDistrib inFlux, ScalSurfField matModId, ScalSurfField matId)
          Builds and returns the interactor for Secondary Electron Emission from Electron (of this Material Model).
abstract  Interactor MaterialModel.getNewSEEPInteractor(SurfDistrib inFlux, ScalSurfField matModId, ScalSurfField matId)
          Builds and returns the interactor for Secondary Electron Emission from Proton impact (of this Material Model).
abstract  Interactor MaterialModel.getNewPhotoEmInteractor(FluidSurfDistrib sunFlux, ScalSurfField matModId, ScalSurfField matId)
          Builds and returns the photo-emission interactor of this Material Model.
abstract  Interactor MaterialModel.getPhotoEmInteractorDeprecated(ScalSurfField matModId, ScalSurfField matId)
          Provides the photo-emission interactor of this Material Model.
abstract  Interactor MaterialModel.getPhotoEmInteractorDeprecated(ScalSurfField matModId, ScalSurfField matId, ScalSurfField surfacePotential)
          Provides a (more) advanced photo-emission interactor of this Material Model, including re-collection depending on local potential.
abstract  Interactor MaterialModel.getNewIndCondInteractor(SurfDistrib inFlux, ScalSurfField matModId, ScalSurfField matId, ScalSurfField matThickness, InteractSC sc)
          Provides the Secondary Emission interactor of this Material Model.
 Interactor BasicMaterialModel.getNewSEEEInteractor(SurfDistrib inFlux, ScalSurfField matModId, ScalSurfField matId)
          Builds and returns the interactor for Secondary Electron Emission from Electron (of this Material Model).
 Interactor BasicMaterialModel.getNewSEEPInteractor(SurfDistrib inFlux, ScalSurfField matModId, ScalSurfField matId)
          Builds and returns the interactor for Secondary Electron Emission from Proton impact (of this Material Model).
 Interactor BasicMaterialModel.getNewPhotoEmInteractor(FluidSurfDistrib sunFlux, ScalSurfField matModId, ScalSurfField matId)
          Provides the photo-emission interactor of this Material Model.
 Interactor BasicMaterialModel.getPhotoEmInteractorDeprecated(ScalSurfField matModId, ScalSurfField matId)
          Provides the photo-emission interactor of this Material Model.
 Interactor BasicMaterialModel.getPhotoEmInteractorDeprecated(ScalSurfField matModId, ScalSurfField matId, ScalSurfField surfacePotential)
          Provides a (more) advanced photo-emission interactor of this Material Model, including re-collection depending on local potential.
 Interactor BasicMaterialModel.getNewIndCondInteractor(SurfDistrib inFlux, ScalSurfField matModId, ScalSurfField matId, ScalSurfField matThickness, InteractSC sc)
          Provides the Secondary Emission interactor of this Material Model.
 

Methods in spis.Surf.InteractModel with parameters of type Interactor
 void MultipleInteractor.setInteractors(Interactor[] interactors)
           
 

Constructors in spis.Surf.InteractModel with parameters of type Interactor
MultipleInteractor(SurfDistrib inFlux, Interactor[] interactors_)
          Default constructor.
 

Uses of Interactor in spis.Top.SC
 

Methods in spis.Top.SC that return Interactor
 Interactor[] InteractSC.turnOnSEEE(SurfDistrib inFlux)
          Turns on secondary electron emission from electron impact.
 Interactor[] InteractSC.turnOnPhotoEmission(FluidSurfDistrib sunFlux)
          Turns on photo-emission.
 Interactor[] InteractSC.getInteractor()
           
 

Methods in spis.Top.SC with parameters of type Interactor
 void InteractSC.addInteractor(Interactor newInteractor)
          adds an interactor
 void InteractSC.setInteractor(Interactor[] interactors, int nb)