Commit Graph

11 Commits

Author SHA1 Message Date
172f634e77 Enhance documentation for mass balance and Takacs models in Settler class 2025-11-28 13:59:16 +01:00
55ae9edaa7 Implement error logging for unimplemented _tModel method 2025-11-28 11:53:35 +01:00
d5183bdca0 Implement model switcher 2025-11-14 15:12:20 +01:00
7f2d326612 Remove depreciated features in html 2025-11-07 16:19:08 +01:00
9c98f1a139 Add warning for improper positioning and rename source assignment 2025-11-06 14:52:41 +01:00
49eeafdcf9 Minor improvements and updates to fix changes due to fork 2025-10-31 13:47:19 +01:00
93b67e607a Refactor settler node: remove unused inlet input and enhance effluent calculation logic 2025-10-24 15:00:57 +02:00
efb99df107 Implement settler class with reactor, measurement and machine connection logic 2025-10-23 17:15:41 +02:00
a6fe39891b Add register child function and fix whitespace 2025-10-22 16:22:33 +02:00
51dc56cc85 Add initial implementation of the settler node for Node-RED
- Create package.json to define project metadata and dependencies
- Implement settler.html for the node's UI in Node-RED
- Add settler.js to register the settler node type and handle HTTP requests
- Introduce src/nodeClass.js for the settler node class functionality
- Define src/specificClass.js for settler-specific logic and utilities
2025-10-22 16:07:42 +02:00
1fc14dda35 Initial commit 2025-10-22 15:28:10 +02:00