Uses of Class
spis.Surf.InteractModel.ParameterSet

Packages that use ParameterSet
spis.Surf.InteractModel   
 

Uses of ParameterSet in spis.Surf.InteractModel
 

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

Fields in spis.Surf.InteractModel declared as ParameterSet
private  ParameterSet[] TransmissionFunction.atomicNumber
          Atomic number parameters
private  ParameterSet[] SEEPYieldFunction1.params
          input parameters from database (in SPIS units): SEEP yield [-] at 1 keV and energy [eV] at which SEEP is maximum
private  ParameterSet[] SEEPYieldFunction1.c1c2Params
          c1 [eV-1] and c2 [m-1] params stored as parameter sets (cf.
private  ParameterSet[] SEEPYieldFunction1.EmaxParams
          Emax parameters [eV] (extracted from params)
private  ParameterSet[] SEEPYieldFunction1.cParams
          c params stored as parameter sets
private  ParameterSet[] SEEEYieldFunction1.params
          Double power law parameters
private  ParameterSet[] SEEEYieldFunction1.c1c2Params
          c1-c2 params stored as parameter sets
private  ParameterSet[] ProtonRangeFunction1.cParams
          c parameters
private  ParameterSet[] ProtonRangeFunction1.EmaxParams
          Emax parameters
protected  ParameterSet[] Interactor.params
          Parameters of this interactor
protected  ParameterSet[] InteractModel.paramSets
          model parameters (may be used or not by derived classes, their meaning is specific to each class specialisation)
private  ParameterSet[] DoublePowerLawRangeFunction.params
          Double power law parameters
 

Methods in spis.Surf.InteractModel that return ParameterSet
protected  ParameterSet[] SEEPYieldFunction1.getC()
           
protected  ParameterSet[] SEEEYieldFunction1.getC1C2params()
           
abstract  ParameterSet ParamSetExtractorDeprecated.extract(ParameterSet set)
          Extracts and returns a subset of parameters to be used by an Interactor (as a ParameterSet) from a set of a MaterialModel parameters (as a ParameterSet), or a subset of parameters to be used by a function (as a ParameterSet) from a set of a Interactor parameters (as a ParameterSet),
 ParameterSet[] ParamSetExtractorDeprecated.extract(ParameterSet[] sets)
          Does the same job as extract(ParameterSet set) but for arrays of paramater sets: extracts and returns subsets of parameters to be used by an Interactor (as ParameterSet[]) from sets of a MaterialModel parameters (as ParameterSet[]) or to be used by a Function (as ParameterSet[]) from sets of Interactor parameters (as a ParameterSet[])
 ParameterSet ParamSetExtractor.extract(ParameterSet set)
          Extracts a subset defined as some elements of the array.
 ParameterSet[] ParamSetExtractor.extract(ParameterSet[] sets)
          Does the same job as extract(ParameterSet set) but for arrays of paramater sets: extracts and returns subsets of parameters to be used by an Interactor (as ParameterSet[]) from sets of a MaterialModel parameters (as ParameterSet[]) or to be used by a Function (as ParameterSet[]) from sets of Interactor parameters (as a ParameterSet[])
 ParameterSet[] Interactor.getParams()
           
protected  ParameterSet[] BasicSEEEInteractor.getC1C2params()
           
 

Methods in spis.Surf.InteractModel with parameters of type ParameterSet
abstract  ParameterSet ParamSetExtractorDeprecated.extract(ParameterSet set)
          Extracts and returns a subset of parameters to be used by an Interactor (as a ParameterSet) from a set of a MaterialModel parameters (as a ParameterSet), or a subset of parameters to be used by a function (as a ParameterSet) from a set of a Interactor parameters (as a ParameterSet),
 ParameterSet[] ParamSetExtractorDeprecated.extract(ParameterSet[] sets)
          Does the same job as extract(ParameterSet set) but for arrays of paramater sets: extracts and returns subsets of parameters to be used by an Interactor (as ParameterSet[]) from sets of a MaterialModel parameters (as ParameterSet[]) or to be used by a Function (as ParameterSet[]) from sets of Interactor parameters (as a ParameterSet[])
 ParameterSet ParamSetExtractor.extract(ParameterSet set)
          Extracts a subset defined as some elements of the array.
 ParameterSet[] ParamSetExtractor.extract(ParameterSet[] sets)
          Does the same job as extract(ParameterSet set) but for arrays of paramater sets: extracts and returns subsets of parameters to be used by an Interactor (as ParameterSet[]) from sets of a MaterialModel parameters (as ParameterSet[]) or to be used by a Function (as ParameterSet[]) from sets of Interactor parameters (as a ParameterSet[])
 void Interactor.setParams(ParameterSet[] sets)
           
private  void FunctionOfMaterial.initVal(ParameterSet[] params, int paramPosition)
          initialise the val array from the ParameterSet params, and the position of the parameters to be returned
 

Constructors in spis.Surf.InteractModel with parameters of type ParameterSet
TransmissionFunction(ParameterSet[] atomicNumber, RangeFunction range, int modelId, int particleId, PartTable partTable)
          Default constructor
SEEPYieldFunction1(ParameterSet[] params, ParameterSet[] c1c2Params, int modelId, int particleId, PartTable partTable)
           
SEEEYieldFunction1(ParameterSet[] params_, RangeFunction range_, int modelId, int particleId, PartTable partTable)
           
ReflectionInteractor(SurfDistrib inFlux, SurfDistrib outFlux, InteractModel interactModel, ParameterSet[] parameters, ScalSurfField matModId_, ScalSurfField matId_, int refMatModId_, int refParticleId_, PartTable refPartTable_)
          Default constructor
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).
ProtonRangeFunction1(ParameterSet[] EmaxParams, ParameterSet[] cParams, int modelId, int particleId, PartTable partTable)
          Default constructor.
PICInteractor(SurfDistrib inFlux_, SurfDistrib outFlux_, InteractModel interactModel_, ParameterSet[] parameters)
           
MultipleMaxwellianInteractor(SurfDistrib inFlux, MultipleSurfDistrib outFlux_, InteractModel interactModel, ParameterSet[] parameters, FunctionOfDistrib[] yields_, FunctionOfDistrib[] temperatures_)
          Default constructor
MaxwellianInteractorWithRecollection(SurfDistrib inFlux, FluidSurfDistrib outFlux, InteractModel interactModel, ParameterSet[] parameters, FunctionOfDistrib yield_, FunctionOfDistrib temperature_, ScalSurfField localPotential, float referencePotential)
          constructor
MaxwellianInteractor(SurfDistrib inFlux, FluidSurfDistrib outFlux, InteractModel interactModel, ParameterSet[] parameters, FunctionOfDistrib yield_, FunctionOfDistrib temperature_)
          Default constructor.
MaterialModel(ParameterSet[] modelParamSets, int modelId_)
          Default constructor
Interactor(SurfDistrib inFlux_, SurfDistrib outFlux_, InteractModel interactModel_, ParameterSet[] parameters)
          Default constructor.
InteractModel(ParameterSet[] modelParamSets)
          Default constructor.
ImprovedPhotoEmInteractor(FluidSurfDistrib inFlux, FluidSurfDistrib outFlux, MaterialModel materialModel, ParameterSet[] parameters, ScalSurfField matModId, ScalSurfField matId, ScalSurfField localPotential, float referencePotential)
          Default constructor.
FunctionOfMaterial(ParameterSet[] params, float defaultValue_, int modelId, int particleId, PartTable partTable)
          Default constructor: the returned value is the first parameter of params
FunctionOfMaterial(ParameterSet[] params, int paramPosition, float defaultValue_, int modelId, int particleId, PartTable partTable)
          Constructor with an extra parameter: the returned value is the parameter of params in position paramPosition.
DoublePowerLawRangeFunction(ParameterSet[] params_, float E0_, float l0_, int modelId, int particleId, PartTable partTable)
          Default constructor.
DampedEnergyFunction(ParameterSet[] atomicNumber, RangeFunction range, int modelId, int particleId, PartTable partTable)
          Default constructor
BasicSEEPInteractor(SurfDistrib inFlux, FluidSurfDistrib outFlux, MaterialModel materialModel, ParameterSet[] parameters, ParameterSet[] c1c2Parameters, ScalSurfField matModId, ScalSurfField matId, float secondaryTemperature)
          Default constructor.
BasicSEEPInteractor(SurfDistrib inFlux, MaterialModel materialModel, ParameterSet[] parameters, ParameterSet[] c1c2Parameters, ScalSurfField matModId, ScalSurfField matId, float secondaryTemperature)
          Constructor without outgoing flux.
BasicSEEEInteractor(SurfDistrib inFlux, MaterialModel materialModel, ParameterSet[] parameters, ScalSurfField matModId, ScalSurfField matId, float secondaryTemperature)
          Default constructor.
BasicPhotoEmInteractor(FluidSurfDistrib inFlux, FluidSurfDistrib outFlux, MaterialModel materialModel, ParameterSet[] parameters, ScalSurfField matModId, ScalSurfField matId, float photoElecTemperature)
          Default constructor.
BasicPhotoEmInteractor(FluidSurfDistrib inFlux, MaterialModel materialModel, ParameterSet[] parameters, ScalSurfField matModId, ScalSurfField matId, float photoElecTemperature)
          Constructor without outgoing flux.
BasicMaterialModel(ParameterSet[] modelParamSets, int modelId, GlobalParameter[] globalParameters)
          Constructor with global parameters supplied: some global interaction parameters will be taken from them: photoElectronTemperature, secondaryTemperature, secondaryFromProtonTemperature
BasicInducedConductInteractor(SurfDistrib inFlux, MaterialModel materialModel, ParameterSet[] parameters, ScalSurfField matModId, ScalSurfField matId, ScalSurfField matThickness, RangeFunction electronRange, InteractSC sc)