adamantine-sim / adamantine

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

Refactor PostProcessor to output result of mechanical simulation #165

Closed Rombur closed 2 years ago

Rombur commented 2 years ago

Refactor PostProcessor to be able to output thermal results, mechanical results, or thermo-mechanical results. For now, the mechanical output is limited to displacement and strain. Adding stress is not difficult but it requires to also pass the MaterialProperty. I've let that for later.