spis.Vol.BC
Class SurfDistribMatterBC
java.lang.Object
spis.Vol.BC.MatterBC
spis.Vol.BC.SurfDistribMatterBC
- public class SurfDistribMatterBC
- extends MatterBC
Class Name : SurfDistribMatterBC
Project ref : SPIS project
File name : SurfDistribMatterBC.java
File type : class
Copyright : ONERA, 2 Av. E. Belin, 31055 Toulouse cedex, France
http://www.onecert.fr
Status : under development
Creation : Mar 1, 2004
Modification :
Description : Simplest matter boundary condition class, which simply
inbeds surface distribution (incoming fluxes) without regulation by
an electric field or an outgoing matter flux.
Versions and anomalies correction :
Version number | Author (name, e-mail) | Corrections/Modifications |
0.1 | JF Roussel, roussel@onecert.fr | Creation |
- Version:
- 0.1
- Author:
- JF Roussel
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SurfDistribMatterBC
public SurfDistribMatterBC(SurfDistrib[] inFluxes)
- Default constructor
- Parameters:
inFluxes
- the incoming fluxes defining these basic matter boundary conditions
computeInFlux
public SurfDistrib[] computeInFlux()
- Computes and returns the incoming flux as an array of surface distributions
(equivalent to the getter getInFlux in the case of this simple class).
- Specified by:
computeInFlux
in class MatterBC
- See Also:
spis.Vol.BC.MatterBC#returnInFlux()
getInFlux
public SurfDistrib[] getInFlux()
- Returns:
- the incoming fluxes defining these basic matter boundary conditions
setInFlux
public void setInFlux(SurfDistrib[] inFluxes)
- Parameters:
inFluxes
- the incoming fluxes defining these basic matter boundary conditions