Add effluent output handling
This commit is contained in:
4
dependencies/reactor_class.js
vendored
4
dependencies/reactor_class.js
vendored
@@ -26,6 +26,10 @@ class Reactor_CSTR {
|
||||
this.OTR = input.payload;
|
||||
}
|
||||
|
||||
get getEffluent() {
|
||||
return {topic: "Effluent", payload: {F: this.F, C_in:this.state}};
|
||||
}
|
||||
|
||||
// expect update with timestamp
|
||||
updateState(input) {
|
||||
let newTime = input.payload;
|
||||
|
||||
Reference in New Issue
Block a user