-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Accessing CV area in mechanisms #2105
Comments
See below the outcome of the mentioned discussions (copied from here)
|
Add `area` variable in NMODL, this is used by _concentration models_ where flux over the membrane is proportional to ionic current, the (lateral) CV area, and Faraday's constant and _diffusive models_ which have similar formulae. Also pushes ion state and solver construction into shared state to isolate fvm_lowered from that duty. Simplifies the construction of ion state. Closes #2105
Regarding issue #2084, @schmitts, @thorstenhater and I have had offline discussions that led to the following conclusion.
The area of the spatial discretization unit (the CV area) should be made available in point and density mechanisms. Along with the already available variable
diam
, users will then be able to derive the CV volume as well.Having access to the area and volume of the CV, it becomes possible to normalize input currents, the amount of diffusive particles, etc. directly in the mechanisms. Thereby, users can ensure that calculations are done with the physically correct units and #2084 may be solved without workaround.
The text was updated successfully, but these errors were encountered: