adamantine-sim / adamantine

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

Integrate heat source over time #192

Open stvdwtt opened 1 year ago

stvdwtt commented 1 year ago

Currently, the heat source term assumes a quasi-fixed heat source location. For large time steps, we want to integrate over the path of the heat source.

stvdwtt commented 1 year ago

I confirmed with John Coleman that they simply sub-cycle the integration of the heat source. I think that's a reasonable first approach for us as well.

Rombur commented 1 year ago

What we really want is to use a multi-rate method (see here). We have wrappers in deal.II to use Sundials so it might be worth to use Sundials. It should be about the same amount of work than writing the code by hand and they have many multi-rate methods in case we need to switch.