Remove depreciated variable
This commit is contained in:
2
dependencies/reactor_class.js
vendored
2
dependencies/reactor_class.js
vendored
@@ -105,8 +105,6 @@ class Reactor_PFR {
|
|||||||
|
|
||||||
this.D_op = this.makeDoperator(true, true);
|
this.D_op = this.makeDoperator(true, true);
|
||||||
this.D2_op = this.makeD2operator();
|
this.D2_op = this.makeD2operator();
|
||||||
|
|
||||||
this.alpha = 0.001; // boundary condition modifier
|
|
||||||
}
|
}
|
||||||
|
|
||||||
set setInfluent(input) { // setter for C_in (WIP)
|
set setInfluent(input) { // setter for C_in (WIP)
|
||||||
|
|||||||
Reference in New Issue
Block a user