spis.Vol.BC
Class DirichletPoissonBC
java.lang.Object
spis.Vol.BC.BC
spis.Vol.BC.PoissonBC
spis.Vol.BC.DirichletPoissonBC
- public class DirichletPoissonBC
- extends PoissonBC
Class Name : DirichletPoissonBC
Project ref : SPIS project
File name : DirichletPoissonBC.java
File type : class
Copyright : ONERA, 2 Av. E. Belin, 31055 Toulouse cedex, France
http://www.onecert.fr
Status : under development
Creation : 25/08/2003
Modification :
Description : Dirichlet boundary conditions for a Poisson solver.
Versions and anomalies correction :
Version number | Author (name, e-mail) | Corrections/Modifications |
0.1 | JF Roussel, roussel@onecert.fr | Creation |
0.2 | F Rogier, rogier@onecert.fr | Obtains control |
- Version:
- 0.2
- Author:
- F Rogier
Method Summary |
ScalSurfField |
getPot()
Returns the fixed potential of Dirichlet conditions |
void |
setPot(ScalSurfField potential)
Sets the fixed potential of Dirichlet condition (node-centring requested and checked) |
Methods inherited from class spis.Vol.BC.BC |
getSm |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DirichletPoissonBC
public DirichletPoissonBC(SurfMesh sm,
ScalSurfField potential)
- Default constructor
setPot
public void setPot(ScalSurfField potential)
- Sets the fixed potential of Dirichlet condition (node-centring requested and checked)
getPot
public ScalSurfField getPot()
- Returns the fixed potential of Dirichlet conditions