Uses of Class
spis.Vol.BC.MatterBC

Packages that use MatterBC
spis.Vol.BC   
spis.Vol.VolDistrib   
 

Uses of MatterBC in spis.Vol.BC
 

Subclasses of MatterBC in spis.Vol.BC
 class SurfDistribMatterBC
          Class Name : SurfDistribMatterBC
Project ref : SPIS project
File name : SurfDistribMatterBC.java
File type : class
Copyright : ONERA, 2 Av.
 

Uses of MatterBC in spis.Vol.VolDistrib
 

Fields in spis.Vol.VolDistrib declared as MatterBC
protected  MatterBC VolDistribWithIO.selfInFlux
          internally-generated incoming fluxes, which can be considered as part of this distribution (typically boundary fluxes generating this particle distribution)
protected  MatterBC VolDistribWithIO.inFlux
          reference to externally-generated incoming fluxes, which are coming from other objects (typically secondary electrons form SC, ion source from SC...)
 

Methods in spis.Vol.VolDistrib that return MatterBC
 MatterBC VolDistribWithIO.getInFlux()
           
 MatterBC VolDistribWithIO.getSelfInFlux()
           
 

Methods in spis.Vol.VolDistrib with parameters of type MatterBC
 void VolDistribWithIO.setInFlux(MatterBC distribs)
           
 void VolDistribWithIO.setSelfInFlux(MatterBC distribs)
           
 

Constructors in spis.Vol.VolDistrib with parameters of type MatterBC
VolDistribWithIO(VolMesh volMesh, MatterBC selfInFlux_, MatterBC inFlux_, SurfDistrib scOutFlux_, SurfDistrib bdOutFlux_, VectVolField E_, VectVolField B_)
          Constructor with full IO data.
VolDistribWithIO(VolMesh volMesh, MatterBC selfInFlux_, MatterBC inFlux_, SurfDistrib scOutFlux_, SurfDistrib bdOutFlux_, EField eField, VectVolField B_)
          Constructor with full IO data, electric field defined as a physical EField (including solver).
PICVolDistrib(VolMesh vm, PartList partList, MatterBC selfInFlux_, MatterBC inFlux_, SurfDistrib scOutFlux_, SurfDistrib bdOutFlux_, VectVolField E_, VectVolField B_)
          Default constructor with IO data
PICVolDistrib(VolMesh vm, PartList partList, MatterBC selfInFlux_, MatterBC inFlux_, SurfDistrib scOutFlux_, SurfDistrib bdOutFlux_, EField E_, VectVolField B_)
          Default constructor with IO data, with the electric field defined as a physical EField (including solver).