public GasCell(GasConstants g) : this(g, 3)
 {
 }
 public GasCell(GasConstants g, int vecDem)
 {
     this.g = g;
     q      = WBVec.Zeros(vecDem);
     h      = WBVec.Zeros(vecDem);
 }
Esempio n. 3
0
 public GasCell(GasConstants g)
 {
     this.g = g;
 }