taichi_LBM3D icon indicating copy to clipboard operation
taichi_LBM3D copied to clipboard

A 3D sparse LBM solver implemented using Taichi

Results 19 taichi_LBM3D issues
Sort by recently updated
recently updated
newest added

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

老师,您好。我是一个刚接触LBM的小白。我在使用2Phase的过程中遇到了一些问题。 我不明白为什么我用的默认的例子它的两相不进行驱替。图片如下 ![图片](https://github.com/yjhp1016/taichi_LBM3D/assets/150781240/dd2e3544-4336-4ad7-875c-0b7a6aabe003)

Dear Dr.Yang, I am a LBM learner about multiphase flow in porous media. Your work is so excellent, and we can spend more time in the physicis problem itself. When...

Dear author, hello. I am very interested in your developed work, but I encountered some issues during the trial. 1. After running the "lbm_solver_3d_2phase.py" file in the "2 phase" module,...

Hi there, I am working on the two phases flow simulation in a fractured porous media (coal sample with cleat network). Would you please advise if I can use my...

Hello Dr. Yang, I have questions about the color-gradient multiphase model. For the phase boundary, you showed in the example that the left side is the fixed phase1 boundary (value=-1)...

Dear author, Hello. Thank you very much for publishing your work. I am greatly benefited from studying. In the post-processing stage, I have a question. When processing a group in...

Thank you very much for your contribution. I encountered an issue while using the program. I noticed that when using the gridToVTK function to output the simulation results, the simulated...

Hello, When I run lbm_ solver_3d.py,why only output the first step and not the subsequent steps ? ![)_(ZR_4{@P6(L3NV@04I%1M](https://github.com/yjhp1016/taichi_LBM3D/assets/130535694/e0661574-dd3f-4c11-ad18-1c0e6d80a8f3) Also, may I ask what is the difference between lbm_ solver_ 3d.py...