Samuel Leweke

Results 16 comments of Samuel Leweke

The CSTR has problems with vanishing volume. It should be able to work with `V=0` for some singular time points, but not for whole time intervals. However, I see your...

Partially implemented (surface diffusion, 1D general rate model) in 444597c5231d660e0207d5f9f2f18adbbeac6e02.

CADET is fully unit-agnostic. That is, you can use any unit system you want as long as you are consistent. For example, you can use `cm` instead of `m` everywhere,...

A preliminary version is implemented in 28c6f5c78a306566ceea882c53b27784cab26c40. The behavior is controlled by `/input/model/solver/LINEAR_SOLUTION_MODE`. A value of `1` requests parallel solution of the unit operation models in the ModelSystem. If `2`...

There are several ways to do it: * Fully discrete adjoints by differentiation of the time integrator as done by the group of [U. Naumann at RWTH Aachen](https://www.stce.rwth-aachen.de/) * (Semi-)Discrete...

Seems like a good opportunity for DG #22.