Skip to content

Conversation

@cbix
Copy link
Contributor

@cbix cbix commented May 16, 2025

This is an implementation of the Activated Sludge Model 3 in the ASM3h variant as used by SIMBA#.

Activated Sludge Models are mostly used in modelling biological processes in wastewater treatment plants.

TODO

  • test/fix separate adsorbable/non-adsorbable SS/SI components
  • improve documentation
    • document separate ad/nad SS/SI
    • document parameter units
    • background, references

double XSTO = y[_idxXSTO];
double XA = y[_idxXA];
//double XMI = y[13]; // unused
//XH_S = max(XH, 0.1)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was removed to allow having no biomass at certain places in the pore

@AntoniaBerger AntoniaBerger force-pushed the feature/ActiveSludgeModel3 branch from 9b99534 to de0973f Compare November 21, 2025 08:11
@AntoniaBerger AntoniaBerger force-pushed the feature/ActiveSludgeModel3 branch from de8c6b2 to 3b27b96 Compare December 19, 2025 12:37
@AntoniaBerger AntoniaBerger force-pushed the feature/ActiveSludgeModel3 branch 2 times, most recently from 7dd99fe to 765ef5e Compare January 9, 2026 10:12
AntoniaBerger and others added 5 commits January 15, 2026 10:57
Add documentation

Add option to deactive active aeration

Update documentation for the active Aeration

update documentation

Update Extention

Update documentation for extention
@AntoniaBerger AntoniaBerger force-pushed the feature/ActiveSludgeModel3 branch from 58980c2 to f68248d Compare January 15, 2026 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

3 participants