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

Remove velocity input for all functions. Only require Reynolds numbers and Prandtl number. #16

Open lcarasik opened 6 years ago

lcarasik commented 6 years ago

The current pressure drop function for GG includes the Reynolds number as an input. This should be directly calculated from the provided free stream velocity.

lcarasik commented 6 years ago

This should actually be done where Reynolds number and Prandtl number is an input to each function. The Reynolds number and others should be calculated in a wrapper for the user to use.

lcarasik commented 5 years ago

This will require the following: