Techno-economic simulation of a septage-to-biochar processing hub — a physics model of the dewatering/pyrolysis pathway coupled to a financial model, with sensitivity analysis over the drivers that decide whether the hub pencils out.
- Physics — dewatering and thermal-conversion process model
(
septage_model/analysis/physics_appendix.py,docs/physics_appendix_*.md) - Economics — pathway scenarios and hub optimization
(
analysis/pathway_scenarios.py,analysis/hub_optimization.py) - Sensitivity — 2-D net-operating-income surfaces over the key levers
(tipping fee, co-feed volume, char price, labor); outputs in
sensitivity/ - Vendor intake — structured vendor-parameter submission + validation
workflow under
docs/vendor/
python run.py # run the modelExample sensitivity output (net operating income vs. two drivers):
tipping_fee_vs_cofeed_volume_tds_noi.pngtipping_fee_vs_char_tier2_price_noi.pngcofeed_volume_tds_vs_labor_factor_noi.png
Python · pyproject.toml packaging · CI via GitHub Actions · matplotlib
Working model with documented conventions, an FMEA, and a go/no-go report under
docs/. Parameters are configuration-driven.