Coke Oven Maintenance Plan Reference Manual
Welcome to the automated documentation suite for the coke oven maintenance plan project! This manual provides comprehensive technical reference for simulating coke oven processes, thermal dynamics, and battery operations.
Architecture Overview
This project simulates the thermal response of a coke oven battery including combustion chambers, refractory brick walls, and oven charges. Below is the primary object-oriented component interaction:
graph TD
Battery[Battery] -->|Manages| CombustionChamber[CombustionChamber]
Battery -->|Manages| RefractoryWall[RefractoryWall]
Battery -->|Manages| OvenChamber[OvenChamber]
OvenChamber -->|Holds| CokeCharge[CokeCharge]
RefractoryWall -->|Uses| TInternal[TInternal]
RefractoryWall -->|Uses| CokeOvenBrickHeatEqn[CokeOvenBrickHeatEqn]
Navigation Guide
- Python API Reference: Automatically parsed API, signatures, and detailed documentation for the
Battery.pyclasses and helper subroutines.
Generated automatically using industry-standard tools: MkDocs, mkdocstrings, and Material theme.