You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While simulating a stage model with about 300 cstrs we observed that connecting the cstr in the configuration step took around 50x longer then the simulation. We have not done any profiling jet.
The inital guess is that solving equations in every connecting iteration is very expensive.
We also noticed that the simulation in Cadet Core was taking unusually long.
We detected that this don't appear if using the new C-API.
This is further discussed in CADET-Core Issue #213
While simulating a stage model with about 300 cstrs we observed that connecting the cstr in the configuration step took around 50x longer then the simulation. We have not done any profiling jet.
The inital guess is that solving equations in every connecting iteration is very expensive.
Here is the configuration code:
The text was updated successfully, but these errors were encountered: