예제 #1
0
 public GasCell(GasConstants g) : this(g, 3)
 {
 }
예제 #2
0
 public GasCell(GasConstants g, int vecDem)
 {
     this.g = g;
     q      = WBVec.Zeros(vecDem);
     h      = WBVec.Zeros(vecDem);
 }
예제 #3
0
 public GasCell(GasConstants g)
 {
     this.g = g;
 }