├── LICENSE ├── README.md ├── capex.py ├── dsg.py ├── exampleruns.py └── opex.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weepctxb/ChemEngDPpy/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weepctxb/ChemEngDPpy/HEAD/README.md -------------------------------------------------------------------------------- /capex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weepctxb/ChemEngDPpy/HEAD/capex.py -------------------------------------------------------------------------------- /dsg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weepctxb/ChemEngDPpy/HEAD/dsg.py -------------------------------------------------------------------------------- /exampleruns.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weepctxb/ChemEngDPpy/HEAD/exampleruns.py -------------------------------------------------------------------------------- /opex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weepctxb/ChemEngDPpy/HEAD/opex.py --------------------------------------------------------------------------------