|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VolField | |
spis.Top.Simulation | |
spis.Vol.VolDistrib | |
spis.Vol.VolField | |
spis.Vol.VolMesh |
Uses of VolField in spis.Top.Simulation |
Methods in spis.Top.Simulation that return VolField | |
VolField[] |
Simulation.getVolResults()
Returns volume data resulting of the computation, typically potential and density volume maps. |
VolField[] |
PlasmaScSimulation.getVolResults()
|
VolField[] |
DebugTests.getVolResults()
|
Uses of VolField in spis.Vol.VolDistrib |
Methods in spis.Vol.VolDistrib with parameters of type VolField | |
void |
VolDistrib.getMoment(VolField mom,
int order,
int charge,
int mass,
int normalised,
int deviation)
Provides the moments of the distribution (order=0 => number density, 1 => momentum density, 2 => energy density...). |
void |
VolDistrib.getMoment(VolField mom,
int order,
int charge,
int mass,
int normalised)
deviation flag omitted: it is set to its default value, 0 |
abstract void |
VolDistrib.getMoment(VolField mom,
int order,
int charge,
int mass)
normalised and deviation flags omitted: they are set to their default value, 0 |
void |
VolDistrib.getMoment(VolField mom,
int order,
int charge)
mass, normalised and deviation flags omitted: they are set to their default value, 0 |
void |
VolDistrib.getMoment(VolField mom,
int order)
charge, mass, normalised and deviation flags omitted: they are set to their default value, 0 |
protected void |
VolDistrib.checkMomentConsistentWithOrder(VolField mom,
int order)
Checks the moment sub-type (ScalVolField or VectVolField) is consistent with the moment order |
void |
PICVolDistrib.getMoment(VolField mom,
int order,
int charge,
int mass)
|
void |
GlobalMaxwellBoltzmannVolDistrib.getMoment(VolField mom,
int order,
int charge,
int mass)
|
Uses of VolField in spis.Vol.VolField |
Subclasses of VolField in spis.Vol.VolField | |
class |
DirVectVolField
Class Name : DirVectVolField (Direct storage Vectorial Volume Field) Project ref : SPIS project File name : DirVectVolField.java File type : class Copyright : ONERA, 2 Av. |
class |
PotVectVolField
Class Name : PotVectVolField (Vectorial Volume Field stored through its potential) Project ref : SPIS project File name : PotVectVolField.java File type : class Copyright : ONERA, 2 Av. |
class |
ScalVolField
Class Name : ScalVolField (Scalar Volume Field) Project ref : SPIS project File name : ScalVolField.java File type : class Copyright : ONERA, 2 Av. |
class |
VectVolField
Class Name : VectVolField (Vectorial Volume Field) Project ref : SPIS project File name : VectVolField.java File type : class Copyright : ONERA, 2 Av. |
Methods in spis.Vol.VolField with parameters of type VolField | |
void |
VolField.checkSameCentring(VolField f)
checks that both fields have the same centring |
Uses of VolField in spis.Vol.VolMesh |
Methods in spis.Vol.VolMesh with parameters of type VolField | |
abstract void |
VolMesh.interpolate(PointList pl,
VolField vf,
Table val)
Interpolates the volume field vf (defined on the mesh nodes/cells/...) |
void |
ThreeDUnstructVolMesh.interpolate(PointList pl,
VolField vf,
Table val)
Interpolates the volume field vf (defined on the mesh nodes/cells/...) |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |