ioandanielc/sph_dataset
SPH-Simulated LPBF Melt-Pool Dataset Single-track laser powder bed fusion (LPBF) melt-pool simulations for Ti-6Al-4V, produced with the LAMAS smoothed-particle-hydrodynamics solver. 241 simulations sampled uniformly i.i.d. over a 4D process-parameter cube (laser power, scan speed, laser spot radius, substrate temperature), spanning conduction, transition, and keyhole regimes. Companion to the NeurIPS 2026 Evaluations & Datasets Track submission A Simulation-Based Dataset for… See the full description on the dataset page: https://huggingface.co/datasets/ioandanielc/sph_dataset.
03.7k
1{2 "domain": {3 "dimensions": 3,4 "domain_min": [5 -0.000212,6 -0.000212,7 -0.0003128 ],9 "domain_max": [10 0.001212,11 0.000212,12 0.00011213 ],14 "gravity": {15 "acceleration": [16 0.0,17 0.0,18 -9.8119 ],20 "damping_time": 0.021 },22 "ambient_pressure": 101325.0,23 "ambient_temperature": 300.024 },25 "reference_values": {26 "length": 8e-05,27 "velocity": 5.028 },29 "sph": {30 "particle_spacing": 4e-0631 },32 "phases": {33 "substrate": {34 "type": "solid",35 "material": "TI64",36 "initial_conditions": {37 "density": "4400.0",38 "temperature": "312.042470117"39 },40 "eos": {41 "speed_of_sound": 50.042 }43 },44 "melt": {45 "type": "liquid",46 "material": "TI64",47 "initial_conditions": {48 "density": "4400.0",49 "velocity": [50 "0.0",51 "0.0",52 "0.0"53 ],54 "temperature": "300.0"55 },56 "eos": {57 "speed_of_sound": 50.058 }59 },60 "gas": {61 "type": "gas",62 "material": "REAL_AR",63 "initial_conditions": {64 "density": "1.6116",65 "velocity": [66 "0.0",67 "0.0",68 "0.0"69 ],70 "temperature": "300.0"71 },72 "eos": {73 "speed_of_sound": 50.074 }75 },76 "isothermal_walls": {77 "type": "wall",78 "thermal_boundary_condition": {79 "type": "temperature",80 "value": 300.081 }82 }83 },84 "phase_interfaces": {85 "melt_gas_interface": {86 "phases": [87 "melt",88 "gas"89 ],90 "model": "TI64_AIR"91 }92 },93 "phase_changes": {94 "melt_substrate_phase_change": [95 "melt",96 "substrate"97 ]98 },99 "lasers": {100 "single_gaussian_laser": {101 "physics": {102 "shape": {103 "cutoff_radius": 0.0001573562730066003,104 "spot_radius": 7.86781365033e-05,105 "center": [106 0.0,107 0.0,108 5e-05109 ],110 "direction": [111 0.0,112 0.0,113 -1.0114 ]115 },116 "absorptance": 0.2,117 "power_magnitude_expression": "240.150803131",118 "motion": {119 "velocity": [120 "0.464417169926",121 "0.0",122 "0.0"123 ],124 "center": [125 0.0,126 0.0,127 0.0128 ],129 "axis": [130 0.0,131 0.0,132 1.0133 ],134 "angular_frequency": "0.0"135 }136 },137 "numerics": {138 "number_of_rays": 50000,139 "ray_domain": {140 "min": [141 -0.000212,142 -0.000212,143 -0.000312144 ],145 "max": [146 0.001212,147 0.000212,148 0.000112149 ]150 }151 }152 }153 },154 "sim_control": {155 "tend": 0.0021,156 "dt_output": 1.0387472547114801e-05,157 "output_type": "vtk",158 "freq_monitor_state": 1,159 "freq_log_output": 1,160 "freq_checkpoint": 5000161 },162 "rendering": {163 "domain": {164 "min": [165 -0.00016,166 -0.00016,167 -0.000296168 ],169 "max": [170 0.00116,171 0.00016,172 9.6e-05173 ]174 },175 "resolution": [176 512,177 256,178 256179 ]180 },181 "geometry": {182 "input_bodies": {183 "frame": {184 "phase": "isothermal_walls",185 "width": 1.2e-05,186 "min_point": [187 0.0002,188 -0.0002,189 -0.0003190 ],191 "max_point": [192 0.0014,193 0.0002,194 0.0001195 ]196 },197 "box": {198 "phase": "substrate",199 "min_point": [200 0.0002,201 -0.0002,202 -0.0003203 ],204 "max_point": [205 0.0014,206 0.0002,207 0.0208 ]209 },210 "box": {211 "phase": "gas",212 "min_point": [213 0.0002,214 -0.0002,215 0.0216 ],217 "max_point": [218 0.0014,219 0.0002,220 0.0001221 ]222 }223 }224 }225}