Skip to content

Conversation

@cbix
Copy link
Member

@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
Member 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
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