Add additional ASM constants, add other sensor handling, fix bug in kla model
This commit is contained in:
@@ -2,6 +2,8 @@ const math = require('mathjs');
|
||||
|
||||
const ASM_CONSTANTS = {
|
||||
S_O_INDEX: 0,
|
||||
S_NH_INDEX: 3,
|
||||
S_NO_INDEX: 5,
|
||||
NUM_SPECIES: 13
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user