Skip to main content

The data analysis Python package for the Pulsating Heat Pipe experimental data

Project description

PulseHeatPipe

PyPulseHeatPipe is a Python Library for data analysis and for data plotting/visualisation specifically for PHP experimental data.

pkg installation

pip install PyPulseHeatPipe

# for pkg upgrade
pip install --upgrade PyPulseHeatPipe

Useage:

imorting the module

from PyPulseHeatPipe import PulseHeatPipe

creating the reference variable

analysis = PulseHaatPipe("datapath", "sample_name")

for a class help

help(analysis)

for a function help

help(analysis.data_etl)

using a function from the class

df, df_conv = analysis.data_etl()

to creat blank file

analysis.blank_file()

list of avilable functions

  1. blank_file
  2. data_etl
  3. gibbs_fe
  4. data_chop
  5. data_stat
  6. data_property_avg
  7. best_TP
  8. plot_all_data
  9. plot_Te_Tc
  10. plot_eu

Example:

# importing module
from PyPulseHeatPipe import PulseHeatPipe
from PyPulseHeatPipe import DataVisualisation

analysis = PulseHeatPipe("datapaht", "sample_name")
visual = DataVisualisation("datapaht", "sample_name")

# calling help
help(analysis.data_etl)
help(visual.plot_all_data)

# using methods eg;
# for ETL
df, df_conv = analysis.data_etl()

# for visulisation of all thermal properties
visual.plot_all_data(df_gfe)

NOTE: The experimental data file must prepared in '.xlsx' format. The data must contain atleast following columns with mentioned titles:

samle_data.xlsx format

t(min) Tc[C] Te[C] P[mmHg] Q[W] alpha beta phase
1 30 35 700 80 90 0 2
--- --- --- --- --- --- --- ---

here,

alpha = vertical angle of PHP

beta = horizontal angle of PHP

phase = phase split of the working fluid

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PyPulseHeatPipe-1.0.4.tar.gz (21.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

PyPulseHeatPipe-1.0.4-py3-none-any.whl (18.4 kB view details)

Uploaded Python 3

File details

Details for the file PyPulseHeatPipe-1.0.4.tar.gz.

File metadata

  • Download URL: PyPulseHeatPipe-1.0.4.tar.gz
  • Upload date:
  • Size: 21.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.2

File hashes

Hashes for PyPulseHeatPipe-1.0.4.tar.gz
Algorithm Hash digest
SHA256 5819a162f907fec3fe7b8b44c025f2ddd25d3d8119d9078262bafb78e86329cc
MD5 b335b3fb6437372e2542c43e08c815d5
BLAKE2b-256 5af7fb70c37f4e8bd21e76140568263e3b36a864a801da2f8c883e4d70bf7b60

See more details on using hashes here.

File details

Details for the file PyPulseHeatPipe-1.0.4-py3-none-any.whl.

File metadata

File hashes

Hashes for PyPulseHeatPipe-1.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 65778925f377f79458ad14a3c073cd1cba036b72df2cf9d96fe49aa1c30b2f3a
MD5 05d13ae3c7eeeb7ed102730f9df21f9e
BLAKE2b-256 092ca526b24b7283ec6cb373c1ed73dbc094a6d93c83a7bd28653810bd6e3ed2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page