Skip to content
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

Ion diffusion dynamics #433

Open
michaeldeistler opened this issue Sep 27, 2024 · 1 comment · May be fixed by #438
Open

Ion diffusion dynamics #433

michaeldeistler opened this issue Sep 27, 2024 · 1 comment · May be fixed by #438
Labels

Comments

@michaeldeistler
Copy link
Contributor

michaeldeistler commented Sep 27, 2024

We should add a feature for diffusion dynamics, which would be useful to allow, e.g. Calcium diffusion throughout a cell. I am thinking of a syntax as:

cell = jx.read_swc(fname)

cell.insert(CAHVA())
cell.insert(CaNernstPotential())
cell.insert(CaPump())

cell.diffuse("CaCon_i")
cell.set("axial_resisitivity_CaCon_i", 0.001)
cell.make_trainable("axial_resisitivity_CaCon_i")
@michaeldeistler michaeldeistler added the enhancement New feature or request label Sep 27, 2024
@huangziwei
Copy link
Contributor

@michaeldeistler michaeldeistler changed the title Reaction diffusion dynamics Ion diffusion dynamics Oct 3, 2024
@michaeldeistler michaeldeistler linked a pull request Oct 3, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants