fastresearchgroup / TORCHE

TOolbox for Reactor Cross-Flow Heat Exchangers: Python Scripts for calculation of Pressure drop and Heat Transfer for crossflow tube bundles based on models found across the literature.
MIT License
23 stars 13 forks source link

Rename code files to follow a consistent naming structure. #11

Closed lcarasik closed 7 years ago

lcarasik commented 7 years ago

Currently, the files for pressure drop do not follow a consistent naming structure (examples below). Can we make sure these are consistent for easier use of the toolbox?

Ex:

ZukakuskasPressureDrop.py Gaddis-Gnielinski Pressure Drop Model

Can be made consistent using the following:

dP_Zukakuskas.py dP_Gaddis_Gnielinski.py

Jhaefner commented 7 years ago

Two pull requests have been made regarding changes to the ReadMe and the master example. One consolidated Python script has been added while the old individual scripts were moved to the LEGACY Folder and a README was added.