Baselight

Predicting Critical Heat Flux

prediction of critical heat flux using Machine Learning

@kaggle.saurabhshahane_predicting_heat_flux

About this Dataset

Predicting Critical Heat Flux

Context

This dataset was prepared for the journal article entitled "On the prediction of critical heat flux using a physics-informed machine learning-aided framework" (doi: 10.1016/j.applthermaleng.2019.114540). The dataset contains processed and compiled records of experimental critical heat flux and boundary conditions used for the work presented in the article.

Acknowledgements

Zhao, Xingang (2020), “Data for: On the prediction of critical heat flux using a physics-informed machine learning-aided framework”, Mendeley Data, V1, doi: 10.17632/5p5h37tyv7.1

Tables

Data Chf Zhao 2020 Ate

@kaggle.saurabhshahane_predicting_heat_flux.data_chf_zhao_2020_ate
  • 36.63 KB
  • 1865 rows
  • 10 columns
Loading...

CREATE TABLE data_chf_zhao_2020_ate (
  "id" BIGINT,
  "author" VARCHAR,
  "geometry" VARCHAR,
  "pressure_mpa" DOUBLE,
  "mass_flux_kg_m2_s" BIGINT,
  "x_e_out" DOUBLE,
  "d_e_mm" DOUBLE,
  "d_h_mm" DOUBLE,
  "length_mm" BIGINT,
  "chf_exp_mw_m2" DOUBLE
);