-
Notifications
You must be signed in to change notification settings - Fork 10
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
Diffusion in solids and biofilms #6
Comments
Hi Teng, the dynamic diffusion coeff implements the equation (2) in https://doi.org/10.1016/j.watres.2013.10.053 For 2, unfortunately, nufeb does not support such flexible setting. The only way is to hack the code. I can write a simple instruction if you want. Bowen |
Hi Bowen, Thanks a lot for your quick reply. Yes, I am interested in modifying the code. Could you please share some instruction for me? Best, |
When using To customize initial concentration, you need to modify @param isub: index of substrate Below is an example of assigning 10kg/m3 my_sub to the bottom layer and extended bottom layer grids, the rest of the grids are still based on the parameters defined in input file.
Here is an example of assigning 10kg/m3 my_sub to the top layer grids only (extended top layer is excluded)
|
You can use paraview to validate the change. Dont forget to reinstall nufeb to apply the change. |
Thank @shelllbw a lot for the detailed guidance. I will try to modify the code next week. |
Hello,
I am learning the examples and the codes. My interests are biofilm growth and spread on a solid substrate and mechanically breaking biofilm with active solid deformation. I can already simulate nonlinear elastic solids in lammps/nufeb and understand most parts of the nufeb but have some questions about the diffusion/reaction parts:
Best,
Teng
The text was updated successfully, but these errors were encountered: