adamantine-sim / adamantine

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

Modify experimental_data to allow reading data as its needed instead of up front #161

Closed stvdwtt closed 1 year ago

stvdwtt commented 2 years ago

Currently, the experimental data functions assume that all experimental data is available at the start of the simulation. For real-time data assimilation we need to be able to parse new frames as they become available. Therefore frames need to be parsed one-by-one and we may have to tweak the user interface (e.g. to allow an expected cadence of one experimental frame every X simulated seconds).

Rombur commented 1 year ago

Done in #228