|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PartTable | |
spis.Surf.InteractModel | |
spis.Top.Default | |
spis.Util.List |
Uses of PartTable in spis.Surf.InteractModel |
Fields in spis.Surf.InteractModel declared as PartTable | |
private PartTable |
ReflectionInteractor.refPartTable
reference particle table, i.e. the one to which refParticleId refers to |
protected PartTable |
FunctionOfParticle.partTable
reference to the table of particle types the particle Id refers to in the second version of the function (with parameters) |
Methods in spis.Surf.InteractModel that return PartTable | |
PartTable |
FunctionOfParticle.getPartTable()
|
Methods in spis.Surf.InteractModel with parameters of type PartTable | |
void |
FunctionOfParticle.setPartTable(PartTable table)
|
Constructors in spis.Surf.InteractModel with parameters of type PartTable | |
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). |
|
RangeFunction(int materialRange,
int modelId,
int particleId,
PartTable partTable)
|
|
ProtonRangeFunction1(ParameterSet[] EmaxParams,
ParameterSet[] cParams,
int modelId,
int particleId,
PartTable partTable)
Default constructor. |
|
FunctionOfParticleNothing(int materialRange,
int modelId,
int particleId,
PartTable partTable)
Default constructor. |
|
FunctionOfParticleETheta(int materialRange,
int modelId,
int particleId,
PartTable partTable)
Default constructor. |
|
FunctionOfParticleE(int materialRange,
int modelId,
int particleId,
PartTable partTable)
Default constructor. |
|
FunctionOfParticle(int materialRange,
int modelId,
int particleId,
PartTable partTable)
Default constructor: request a reference to a material model array and a particle type table. |
|
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. |
|
EnergyFunction(PartTable partTable)
Default constructor |
|
ElecBackscatterFunction(FunctionOfParticleNothing atomicNb_,
FunctionOfParticleNothing conductivity_,
int modelId,
int particleId,
PartTable partTable)
Default constructor. |
|
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 |
Uses of PartTable in spis.Top.Default |
Fields in spis.Top.Default declared as PartTable | |
static PartTable |
SpisDefaultPartTypes.partTable
Default particle types, all RichPartList might be built with this table |
Uses of PartTable in spis.Util.List |
Fields in spis.Util.List declared as PartTable | |
protected PartTable |
RichPartList.partTable
table of particle types (often defined as SpisDefaultPartTypes.partTable |
Methods in spis.Util.List that return PartTable | |
PartTable |
RichPartList.getPartTable()
|
Methods in spis.Util.List with parameters of type PartTable | |
void |
RichPartList.init(int dim,
PartTable partTable_)
Initialisations |
Constructors in spis.Util.List with parameters of type PartTable | |
RichPartList(VolMesh vm,
SurfMesh bdSurfMesh,
SurfMesh scSurfMesh,
PartTable partTable_)
Default constructor: builds a list with 0 particles |
|
RichPartList(VolMesh vm,
SurfMesh bdSurfMesh,
SurfMesh scSurfMesh,
PartTable partTable_,
int dim)
Constructor of a list of a given dimension |
|
RichPartList(VolMesh vm,
SurfMesh bdSurfMesh,
SurfMesh scSurfMesh,
PartTable partTable_,
VolSampler sampler,
int partType)
Constructor of a sampled list |
|
RichPartList(VolMesh vm,
SurfMesh bdSurfMesh,
SurfMesh scSurfMesh,
PartTable partTable_,
IntScalTable flagT,
SpaceVectTable posT,
IntScalTable indexT,
VeloVectTable veloT,
IntScalTable partTypeIdT_,
FloatScalTable weightT_)
Constructor with full data |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |