Predicting Critical Heat Flux
prediction of critical heat flux using Machine Learning
@kaggle.saurabhshahane_predicting_heat_flux
prediction of critical heat flux using Machine Learning
@kaggle.saurabhshahane_predicting_heat_flux
CREATE TABLE data_chf_zhao_2020_ate (
"id" BIGINT,
"author" VARCHAR,
"geometry" VARCHAR,
"pressure_mpa" DOUBLE -- Pressure [MPa],
"mass_flux_kg_m2_s" BIGINT -- Mass Flux [kg/m2-s],
"x_e_out" DOUBLE -- X E Out [-],
"d_e_mm" DOUBLE -- D E [mm],
"d_h_mm" DOUBLE -- D H [mm],
"length_mm" BIGINT -- Length [mm],
"chf_exp_mw_m2" DOUBLE -- Chf Exp [MW/m2]
);
Anyone who has the link will be able to view this.