-
Notifications
You must be signed in to change notification settings - Fork 58
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
About rho fluid on Steady Rel_perm #77
Comments
That is interesting. Could you check the resulting fluid configurations and check if there's anything weird going on? |
Can you plot density ? |
i try to visualize the density from The rho_f1_000_iteration.vti in each domain. Here's the result between domain 1 and the last domain , there's no siginificant differences only the red color getting bold and more obvious. My geometry has 11 domain and all the simulation 2_phase are converge at the same iteration, 4000, only domain 8 and 9 at iteration 5000. Could that be the cause of the problem I'm having? |
That looks wrong. It seems that all the domain is saturated. I just re-read your initial question. The density parameter should not be changed. The prescribed density is for numerical stability, and it's not representative of the fluid properties. The density does not play a role in viscous flows unless there is gravity. |
Ohh i see, at first i thought it's Multiphase flow simulation so i can change the density of fluid to vary it. Thank you very much for your answer, it helps me a lot. |
Don't worry about the density, the viscosity is the one that has a strong impact. Beware that the model used here (Shan-Chen) is notoriously unstable at high viscosity ratios. |
can i ask again? |
how to set the viscosity in the code? |
Move omega_f1 and omega_f2 slowly away from 1 |
Okayyy Thank You:) |
@dreamofzhouxin Hi zhouxin. I'm sorry but the geometries was generated by other code. I only use je-santos code for the LBM two phase flow simulation. I don't know what is the certain type of your output file, but you can save your geometry as .raw file and upload it on google drive, and copy the download link to the code. |
Hi je-santos!
I'm currently using your code the steady_state_rel_perm. I'm trying to change the fluid density (rho f1 and f2) in input.yml become rho f1 = 1, rho f2=0.8 , but there's no permeability result. I don't understand which part is wrong, because in pore spy it shows a different Snw but when it ends it produces the same Sw which is 1, can you help find a solution to this problem? Thank you
**Snw values for sims: [0.04650573 0.07230936 0.08251596 0.16211474 0.1935202 0.28327626
0.30228019 0.37380741 0.42073239 0.59252174 0.78165208 0.99803408]
Running sim 1 of 12
PoreSpy Snw = 0.046505728660212235
Creating efficient geometry for Palabos...
Creating input file...
Running 2-phase simulation...
Running sim 2 of 12
PoreSpy Snw = 0.07230936174410575
Creating efficient geometry for Palabos...
Creating input file...
Running 2-phase simulation...
Running sim 3 of 12
PoreSpy Snw = 0.08251595992051748
Creating efficient geometry for Palabos...
Creating input file...
Running 2-phase simulation...
Running sim 4 of 12
PoreSpy Snw = 0.1621147423159853
Creating efficient geometry for Palabos...
Creating input file...
Running 2-phase simulation...
Running sim 5 of 12
PoreSpy Snw = 0.1935202018066771
Creating efficient geometry for Palabos...
Creating input file...
Running 2-phase simulation...
Running sim 6 of 12
PoreSpy Snw = 0.2832762581208867
Creating efficient geometry for Palabos...
Creating input file...
Running 2-phase simulation...
Running sim 7 of 12
PoreSpy Snw = 0.30228018996885525
Creating efficient geometry for Palabos...
Creating input file...
Running 2-phase simulation...
Running sim 8 of 12
PoreSpy Snw = 0.3738074099127665
Creating efficient geometry for Palabos...
Creating input file...
Running 2-phase simulation...
Running sim 9 of 12
PoreSpy Snw = 0.4207323947631731
Creating efficient geometry for Palabos...
Creating input file...
Running 2-phase simulation...
Running sim 10 of 12
PoreSpy Snw = 0.5925217379049874
Creating efficient geometry for Palabos...
Creating input file...
Running 2-phase simulation...
Running sim 11 of 12
PoreSpy Snw = 0.7816520807790415
Creating efficient geometry for Palabos...
Creating input file...
Running 2-phase simulation...
Running sim 12 of 12
PoreSpy Snw = 0.9980340760157274
Creating efficient geometry for Palabos...
Creating input file...
Running 2-phase simulation...
Creating rel perm geometries...
Creating original geometry for absolute permeability...
Preparing geometry 1 of 12 for rel perm...
Sw = 1.0
Preparing geometry 2 of 12 for rel perm...
Sw = 1.0
Preparing geometry 3 of 12 for rel perm...
Sw = 1.0
Preparing geometry 4 of 12 for rel perm...
Sw = 1.0
Preparing geometry 5 of 12 for rel perm...
Sw = 1.0
Preparing geometry 6 of 12 for rel perm...
Sw = 1.0
Preparing geometry 7 of 12 for rel perm...
Sw = 1.0
Preparing geometry 8 of 12 for rel perm...
Sw = 1.0
Preparing geometry 9 of 12 for rel perm...
Sw = 1.0
Preparing geometry 10 of 12 for rel perm...
Sw = 1.0
Preparing geometry 11 of 12 for rel perm...
Sw = 1.0
Preparing geometry 12 of 12 for rel perm...
Sw = 0.9999083978071844
Creating input file...
Running rel perm simulation...
**
The text was updated successfully, but these errors were encountered: