-
Notifications
You must be signed in to change notification settings - Fork 31
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
Inquiry Regarding Implementing a New LB Model: Nernst-Planck and Poisson Equations #84
Comments
There is an existing solver that does this in the context of cell biology. See below for the paper https://journals.aps.org/pre/abstract/10.1103/PhysRevE.107.024408 I am still working on getting documentation for this onto the website. However, there is an example (Figure 4 from the paper) that is included in the repository https://github.com/OPM/LBPM/tree/master/example/SingleCell To launch you should use mpirun -np 2 $LBPM_BIN/lbpm_nernst_planck_cell_simulator.cpp Bacterium.db This should run in a few hours on a CPU-based system. Solving Gauss's law is computationally intensive, but provides significant advantages relative to Poisson-Boltzmann |
Thank you for your quick response. I will look into them. Best regards, |
Hi James """Warning: getGlobalCallStacks called without call to globalCallStackInitialize Does this ring any bell? |
You need to add the following key to the "Poisson " database PermittivityValues = 78.5 |
Hi
I've been working with your open-access code repository and have found the provided tutorials and documentation very helpful for installing and running simple simulations.
I am currently exploring the possibility of implementing a new LB model that involves solving both the Nernst-Planck and Poisson equations simultaneously. Before diving into the code, I wanted to inquire if there is any existing tutorial or documentation that guides users through this specific implementation.
Thank you for your time and the fantastic work. I really appreciate it.
Best regards,
Pirouz
The text was updated successfully, but these errors were encountered: