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
In the 2DGRM Interface the length of the parameter PAR_DISC_VECTOR is given relative to be between 0 and 1 while RADIAL_COMPARTMENTS expects absolute values between 0 and COLUMN_RADIUS. Is there a specific reason to handle it like that?
Would it be possible to give RADIAL_COMPARTMENTS as relative values as well? Since discretization and column architecture is split in CADET-Process, that would make handling these parameter bounds more consistent.