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

如何确定绝对渗透率的物理单位? #26

Open
eromanga233 opened this issue Apr 11, 2024 · 12 comments
Open

如何确定绝对渗透率的物理单位? #26

eromanga233 opened this issue Apr 11, 2024 · 12 comments

Comments

@eromanga233
Copy link

老师您好。
K = q * u (viscosity)/(fy) 是计算绝对渗透率的公式。取参数niu=0.1 ,fy = 1.0e-6,那么代入到公式中得到的K的结果的物理单位是什么?
如果需要根据分辨率进行调整,假设分辨率是3μm/voxel,在原始K计算值的基础上乘以9,就能得到单位是μm2的结果了吗?

@yjhp1016
Copy link
Owner

yjhp1016 commented Apr 12, 2024 via email

@Clifford-Wang
Copy link

Hello, I'm a beginner in LBM. I recently started working on a project involving Taichi LBM3D. I want to reproduce the example of Taichi_LBM3D single-phase flow. I set the fluid viscosity to 0.1, resolution to 7.5, and imposed periodic boundary conditions on all sides. The flow is solely driven by body force fx = 1e-5 .However, I'm experiencing an issue where the calculated permeability converges to around 500, which is lower than the reported 789 in the literature. However, the flow field visualization appears to be normal. I'm wondering if there's a mistake in my parameter settings.

image

@yjhp1016
Copy link
Owner

yjhp1016 commented Apr 21, 2024 via email

@Clifford-Wang
Copy link

Thank you for your kind words. So, if I understand correctly, the "img_ftb131.txt" file in your repository is not the file you actually used for calculation in the article "Taichi-LBM3D: A Single-Phase and Multiphase Lattice Boltzmann Solver on Cross-Platform Multicore CPU/GPUs," even though they have the same size of 131131131. Therefore, it means that the permeability of this file is not 789md, is that correct?

@yjhp1016
Copy link
Owner

yjhp1016 commented Apr 21, 2024 via email

@yjhp1016
Copy link
Owner

yjhp1016 commented Apr 21, 2024 via email

@Clifford-Wang
Copy link

I'm sorry, I'm new to LBM and don't know how to mirror geometry. I simply set all six faces of the geometry as periodic boundaries, which means I set all boundary conditions to 0. For fx (external force), I set it to 1e-5, and I didn't set anything else

@yjhp1016
Copy link
Owner

yjhp1016 commented Apr 21, 2024 via email

@Clifford-Wang
Copy link

Oh, I see. Thank you very much for your help. I didn't pay attention to this issue in my previous research. I will continue to explore how to apply the geometric mirroring method you mentioned. I'm wondering if it's possible to simply mirror the image geometry in ImageJ, as coding is not my strong suit. If possible, I may consult you for some questions in my future research, but I won't take up too much of your time. I hope to receive your assistance.

@RiverNight666
Copy link

老师好,我有一个问题,按照题主的绝对渗透率的计算,我发现niu不同,绝对渗透率不同。但是这是不应该的,请问这是为什么呢?

@Clifford-Wang
Copy link

老师好,我有一个问题,按照题主的绝对渗透率的计算,我发现niu不同,绝对渗透率不同。 但是这是不应该的,请问这是为什么呢?

理论上渗透率只和孔隙结构相关,但实际上我理解的是不同的niu可能和弛豫时间以及所对应的M矩阵相关,在运行时这三者应保持对应。不知道我的理解对不对

@yjhp1016
Copy link
Owner

yjhp1016 commented Oct 31, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants