adamantine-sim / adamantine

Software to simulate heat transfer for additive manufacturing
https://adamantine-sim.github.io/adamantine/
Other
37 stars 10 forks source link

Treat experimental data on-the-fly #228

Closed Rombur closed 1 year ago

Rombur commented 1 year ago

This PR totally refactors how we deal with experimental. Instead of reading all the data before the simulation, we read the data from a single frame when the simulation reach the time matches the experimental data. If the data is not present yet, we just wait for hit. The code in experimental_data has been split into three: RayTracing, PointCloud, and experimental_data_utils. The last file contains all the free functions. CI

Rombur commented 1 year ago

New CI