Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.03 KB

README.md

File metadata and controls

17 lines (11 loc) · 1.03 KB

This a data binning algorithm that takes user data in the form (x,y,z) from file UserData.csv, organizes the data into prescribed bins, then attempts to interpolate and fill in empty bins in the data, then plots the data on a surface plot and other various forms. this is the same code used in NusseltFunofAngleRen.py from HeatFluxSensors repo

The .CSV file can be made to be any set of x,y,z data, but the heading of x,y,z has to be retained.

Coded by Eric Alar, UW-Madison (4/24/24) with help from ChatGPT 3.5

x = Angle, y = RE, z = Nusselt #

image image image image image