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

@cbix cbix force-pushed the feature/ActiveSludgeModel3 branch from 62785e7 to 785dd6c Compare May 18, 2025 19:40
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

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