cadet / CADET-Core

A modular, fast, and accurate simulation framework for (bio)chemical processes
Other
66 stars 26 forks source link

Add DG discretization to Crystallization module #297

Open jbreue16 opened 1 week ago

jbreue16 commented 1 week ago

The crystallization PDE equations are currently discretized using higher order FV schemes, #112 and #241 .

The computational performance for simulating these models is very relevant since large systems and many terms need to be solved.

We should explore suitable higher/arbitrary order methods for the crystallization equations, such as DG.