Uses of Class
spis.Surf.InteractModel.FunctionOfParticle

Packages that use FunctionOfParticle
spis.Surf.InteractModel   
spis.Util.List   
 

Uses of FunctionOfParticle in spis.Surf.InteractModel
 

Subclasses of FunctionOfParticle in spis.Surf.InteractModel
 class DampedEnergyFunction
          Class Name : DampedEnergyFunction
Project ref : SPIS project
File name : DampedEnergyFunction.java
File type : class
Copyright : ONERA, 2 Av.
 class DoublePowerLawRangeFunction
          Class Name : DoublePowerLawRangeFunction
Project ref : SPIS project
File name : DoublePowerLawRangeFunction.java
File type : class
Copyright : ONERA, 2 Av.
 class ElecBackscatterFunction
          Class Name : ElecBackscatterFunction
Project ref : SPIS project
File name : ElecBackscatterFunction.java
File type : class
Copyright : ONERA, 2 Av.
 class EnergyFunction
          Class Name : EnergyFunction
Project ref : SPIS project
File name : EnergyFunction.java
File type : class
Copyright : ONERA, 2 Av.
 class FunctionOfMaterial
          Class Name : FunctionOfMaterial
Project ref : SPIS project
File name : FunctionOfMaterial.java
File type : class
Copyright : ONERA, 2 Av.
 class FunctionOfParticleE
          Class Name : FunctionOfParticleE
Project ref : SPIS project
File name : FunctionOfParticleE.java
File type : class
Copyright : ONERA, 2 Av.
 class FunctionOfParticleETheta
          Class Name : FunctionOfParticleETheta
Project ref : SPIS project
File name : FunctionOfParticleETheta.java
File type : class
Copyright : ONERA, 2 Av.
 class FunctionOfParticleNothing
          Class Name : FunctionOfParticleNothing
Project ref : SPIS project
File name : FunctionOfParticleNothing.java
File type : class
Copyright : ONERA, 2 Av.
 class ProtonRangeFunction1
          Class Name : ProtonRangeFunction1
Project ref : SPIS project
File name : ProtonRangeFunction1.java
File type : class
Copyright : ONERA, 2 Av.
 class RangeFunction
          Class Name : RangeFunction
Project ref : SPIS project
File name : RangeFunction.java
File type : class
Copyright : ONERA, 2 Av.
 class ReciprocalOfFunctionOfParticleE
          Class Name : ReciprocalOfFunctionOfParticleE
Project ref : SPIS project
File name : ReciprocalOfFunctionOfParticleE.java
File type : class
Copyright : ONERA, 2 Av.
 class SEEEYieldFunction1
          Class Name : SEEEYieldFunction1
Project ref : SPIS project
File name : SEEEYieldFunction1.java
File type : class
Copyright : ONERA, 2 Av.
 class SEEPYieldFunction1
          Class Name : SEEPYieldFunction1
Project ref : SPIS project
File name : SEEPYieldFunction1.java
File type : class
Copyright : ONERA, 2 Av.
 class TransmissionFunction
          Class Name : TransmissionFunction
Project ref : SPIS project
File name : TransmissionFunction.java
File type : class
Copyright : ONERA, 2 Av.
 

Fields in spis.Surf.InteractModel declared as FunctionOfParticle
private  FunctionOfParticle ReflectionInteractor.numberDamping
          function computing particle number attenuation
private  FunctionOfParticle FunctionOfDistribFromFuncOfPart.particleFunction
          microscopic function this "function of dsitribution" is based upon
 

Constructors in spis.Surf.InteractModel with parameters of type FunctionOfParticle
ReflectionInteractor(SurfDistrib inFlux, SurfDistrib outFlux, InteractModel interactModel, ParameterSet[] parameters, ScalSurfField matModId_, ScalSurfField matId_, int refMatModId_, int refParticleId_, PartTable refPartTable_, FunctionOfParticle numberDamping_)
          Constructor with the particle number attenuation depending on particle kinematic parameters: it is passed as an extra function, numberDamping (the parameter 0, the number attenuation parameter not depending on particle kinematics, is unused).
FunctionOfDistribFromFuncOfPart(FunctionOfParticle particleFunction_, boolean intensive_, ScalSurfField matModId_, ScalSurfField matId_)
          default constructor.
 

Uses of FunctionOfParticle in spis.Util.List
 

Methods in spis.Util.List with parameters of type FunctionOfParticle
 void PartList.applyFunc(IntScalTable indexTable, FunctionOfParticle f, VectTable refDirection, boolean intensive, boolean indexedFunction, ScalSurfField matModId, ScalSurfField matId, FloatScalTable result)
          Applies the supplied function f to the particles of this list.
 void PartList.applyFuncDeprecated(TestOfInt selectPart, IntScalTable selectTable, IntScalTable indexTable, FunctionOfParticle f, VectTable refDir, float factor, FloatScalTable result)
          Applies the supplied function of energy f to selected paricles, the ones verifying selectPart.testOfInt(selectVal[i]) = true.