|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SurfSampler | |
spis.Surf.SurfDistrib | |
spis.Util.List |
Uses of SurfSampler in spis.Surf.SurfDistrib |
Fields in spis.Surf.SurfDistrib declared as SurfSampler | |
protected SurfSampler |
NonPICSurfDistrib.sampler
the sampler needed to generate particle samples when PIC surface distributions are requested |
Methods in spis.Surf.SurfDistrib that return SurfSampler | |
SurfSampler |
NonPICSurfDistrib.getSampler()
|
Methods in spis.Surf.SurfDistrib with parameters of type SurfSampler | |
void |
NonPICSurfDistrib.setSampler(SurfSampler sampler)
|
Constructors in spis.Surf.SurfDistrib with parameters of type SurfSampler | |
NonPICSurfDistrib(SurfMesh sm,
SurfSampler sampler_)
default constructor |
|
GlobalSurfDistrib(SurfMesh sm,
SurfSampler sampler)
default constructor |
|
GlobalMaxwellSurfDistrib(SurfMesh sm,
float density,
float[] velocity,
float temperature,
SurfSampler sampler)
Default constructor |
|
FluidSurfDistrib(SurfMesh sm,
SurfSampler sampler)
Constructor with sampler only, default initialisation of surface fields is performed: a surface-centered flux Field is generated This ScalSurfField flux is set as the sampler's flux, if it is a LocalMaxwellSurfSampler. |
Uses of SurfSampler in spis.Util.List |
Subclasses of SurfSampler in spis.Util.List | |
class |
GlobalMaxwellSurfSampler
Class Name : GlobalMaxwellSurfSampler Project ref : SPIS project File name : GlobalMaxwellSurfSampler.java File type : class Copyright : ONERA, 2 Av. |
class |
GlobalMaxwellSurfSampler1
Class Name : GlobalMaxwellSurfSampler1 Project ref : SPIS project File name : GlobalMaxwellSurfSampler1.java File type : class Copyright : ONERA, 2 Av. |
class |
LocalMaxwellSurfSampler
Class Name : LocalMaxwellSurfSampler Project ref : SPIS project File name : LocalMaxwellSurfSampler.java File type : class Copyright : ONERA, 2 Av. |
class |
LocalMaxwellSurfSampler1
Class Name : LocalMaxwellSurfSampler1 Project ref : SPIS project File name : LocalMaxwellSurfSampler1.java File type : class Copyright : ONERA, 2 Av. |
class |
MaxwellianThrusterSampler
Class Name : MaxwellianThrusterSampler Project ref : SPIS project File name : MaxwellianThrusterSampler.java File type : class Copyright : ONERA, 2 Av. |
Methods in spis.Util.List with parameters of type SurfSampler | |
void |
RichPartList.generateSurfaceSample(SurfMesh sm,
SurfSampler sampler,
float time)
generates a sample of particles following the passed sampler for velocities, and uniformely on surface mesh for positions. |
void |
PartList.generateSurfaceSample(SurfMesh sm,
SurfSampler sampler,
float time)
generates a sample of particles following the passed sampler for velocities, and uniformely on surface mesh for positions. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |