RefraBund / refrasin

Sintering simulation program developed within the RefraBund project.
0 stars 0 forks source link

Implement Unit-Like Process Model #48

Closed axtimhaus closed 8 months ago

axtimhaus commented 8 months ago

To model several process steps like compaction (#13) and multiple sinter stages, introduce a unit-like concept (like that of PyRolL).

PyRolL RefraSin
Profile ParticleSet
Unit Unit

Units include sintering steps and compaction (later other probably). Current SolutionState becomes local intermediate stage in unit or is converted to ParticleSet, has to be evaluated.

axtimhaus commented 8 months ago

Helps to cleanly implement #49