Johannes Schmölder

Results 112 comments of Johannes Schmölder

No idea... maybe because it's triggered differently? I was just confused by the error message: ``` The process '/usr/bin/git' failed with exit code 1 ``` and started googling.

> * [ ] Adapt the interface: Change `POROSITY` to `CONST_SOLID_VOLUME`, which will be the constant solid volume of the tank. Porosity will be computed from that and not be...

After some thoughts, I believe that having two separate packages would actually be advantageous. This way, we could catch `n_threads` on a higher level (i.e. CADET-Process) and delegate to the...

I understand. However, building CADET with TBB will always have a substantial overhead. So here we're talking about the situation where a simulation with `n_cores=1` performed with CADET built with...

You could also look at the mean residence time (assuming constant in and outflow) $$ \tau = V_{liquid} / Q $$

Hey, I think there might be some misconceptions. I'm happy to explain more in a call.

We could also checkout tags in the CI (see https://github.com/actions/checkout) ``` - uses: actions/checkout@v4 with # Whether to fetch tags, even if fetch-depth > 0. # Default: false fetch-tags: 'true'...

@ronald-jaepel Is this still an open issue or can this be closed?

Something we should conceptually consider for extraction is that the solution of individual components is not necessarily restricted by a "global" capacity since there is no surface that is being...

I'm happy to offer any kind of support, e.g. brain storming / developing user-stories / interface design / testing etc. Please let me know. **Edit:** See also: #183