Skip to content

Instantly share code, notes, and snippets.

View iamz33's full-sized avatar

Zeeshan iamz33

View GitHub Profile
@iamz33
iamz33 / Reynolds_number.py
Last active November 13, 2019 10:48
Codes related to Fluid dynamics, thermodynamics, other applications
# -*- coding: utf-8 -*-
"""
Created on Mon Sep 23 17:13:05 2019
@author: Zeeshan
This code calculates Reynolds number for internal forced flow of a fluid through a cylindrical tube, in this case, Propylene Glycol water mixture with 40% concentration
Change the dimensions of the tube in code accordingly
"""
import CoolProp.CoolProp as CP