adamantine-sim / adamantine

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

Modify how simulations end #272

Closed stvdwtt closed 3 months ago

stvdwtt commented 5 months ago

Currently the simulation runs until a designated end time. We discussed changing this so that the simulation end time is optionally dictated by the scan path. This requires extending the syntax of the scan path files to include something that denotes the end of the simulation. (This is needed for dynamic changes to the scan path in #223 to disambiguate between a simulation that is waiting for more scan path info and a simulation ready to be completed.)

stvdwtt commented 3 months ago

Fixed in #294