Skip to content

Instantly share code, notes, and snippets.

View tahircpe's full-sized avatar

Muhammad Tahir Ashraf tahircpe

View GitHub Profile
@tahircpe
tahircpe / stream.py
Created July 22, 2018 17:12
Material stream class created using CoolProp Property Databank
# Material stream class
# need to add cooprop to get thermo_physical properties
import CoolProp as CP
from bisect import bisect_left
class material_stream:
'''
A material stream class that stores state variables of a material stream.