Add optional kLa input and calculation to advanced-reactor node
This commit is contained in:
@@ -10,6 +10,7 @@ module.exports = function(RED) {
|
||||
const reactor = new Reactor(
|
||||
parseFloat(config.volume),
|
||||
parseInt(config.n_inlets),
|
||||
parseFloat(config.kla),
|
||||
[
|
||||
parseFloat(config.S_O_init),
|
||||
parseFloat(config.S_I_init),
|
||||
|
||||
Reference in New Issue
Block a user