-
Notifications
You must be signed in to change notification settings - Fork 71
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
[WIP] Dissolution of porous media model #391
base: develop
Are you sure you want to change the base?
Conversation
mdzik
commented
Apr 27, 2022
- based on Stokes TRT collision for Flow
- reaction-diffusion model, with TRT, is included by new
- this is indended as 3D model, 2D is not tested
- for some demo see: https://github.com/mdzik/TCLB_Workshop_2021/blob/main/workshops/90_StokesBrinkmanPermability/ReactiveStokeBrinkmanTesting.ipynb
- known Issue: ADRE is overshooting for low diffusivity
…ffusion_configurable
D3Q19 = TRUE | ||
QIntegrator = 'Heun' | ||
#QIntegrator = 'Trapezoid' | ||
source("../models/reaction/d2q9_reaction_diffusion_system/Dynamics.R") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
source("../models/reaction/d2q9_reaction_diffusion_system/Dynamics.R")
:-)
|
||
|
||
// This should go at the end to avoid name conflicts in R | ||
<?RT models/reaction/d2q9_reaction_diffusion_system/Dynamics.c.Rt ?> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
odels/reaction/d2q9_reaction_diffusion_system/Dynamics.c.Rt
expects a DoADRE_CalcPhi
functions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mdzik How this is progressing? Do you have a newer version of the model you would want to merge?
Can you clean it up:
- there is a binary a.out file commited,
- the test file is mostly commented out.
@mdzik This is hanging here for a long time. Are you still working on this? Do you think it will be a thing to merge soon? |