Uses of Class
spis.Surf.InteractModel.FunctionOfParticleNothing

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

Uses of FunctionOfParticleNothing in spis.Surf.InteractModel
 

Subclasses of FunctionOfParticleNothing in spis.Surf.InteractModel
 class FunctionOfMaterial
          Class Name : FunctionOfMaterial
Project ref : SPIS project
File name : FunctionOfMaterial.java
File type : class
Copyright : ONERA, 2 Av.
 

Fields in spis.Surf.InteractModel declared as FunctionOfParticleNothing
private  FunctionOfParticleNothing ReflectionInteractor.numberDampingMethod
          function returning the number attenuation method
private  FunctionOfParticleNothing ReflectionInteractor.energyDamping
          function computing energy accommodation
private  FunctionOfParticleNothing ReflectionInteractor.referenceEnergy
          function returning the reference energy for accommodation
private  FunctionOfParticleNothing ReflectionInteractor.energyDampingMethod
          function returning the energy accommodation method Id
private  FunctionOfParticleNothing ReflectionInteractor.diffusion
          function computing diffusion coefficient
private  FunctionOfParticleNothing ReflectionInteractor.diffusionMethod
          function returning the diffusion method
private  FunctionOfParticleNothing ElecBackscatterFunction.atomicNb
          function returning the atomic number Z of the material
private  FunctionOfParticleNothing ElecBackscatterFunction.conductivity
          function returning the bulkconductivity of the material
 

Constructors in spis.Surf.InteractModel with parameters of type FunctionOfParticleNothing
ElecBackscatterFunction(FunctionOfParticleNothing atomicNb_, FunctionOfParticleNothing conductivity_, int modelId, int particleId, PartTable partTable)
          Default constructor.
 

Uses of FunctionOfParticleNothing in spis.Util.List
 

Methods in spis.Util.List with parameters of type FunctionOfParticleNothing
 void PartList.applyFuncDeprecated(TestOfInt selectPart, IntScalTable selectTable, IntScalTable indexTable, FunctionOfParticleNothing f, float factor, FloatScalTable result)
          Applies the supplied function of nothing f (a constant) to selected paricles, the ones verifying selectPart.testOfInt(selectVal[i]) = true.