Registration, Implementation and Testing of New Binding Model in CADET

same for me, took me some time to figure it out :smiling_face_with_tear:

Using the AD Jacobian significantly slows down the simulation.
Recently, we have substantially mitigated this by enabling the AD Jacobian specifically for bindings only, as opposed to using it for the whole unit operation.
That is, if you do not provide an implementation of the analytical Jacobian, it will automatically be determined via AD. This still slows down the simulation and providing an analytical Jacobian is still highly recommended.

2 Likes