zh-shen

Results 11 comments of zh-shen

thanks for your quick reply! I think the result has reached equilibrium, you can see the screenshot ![2](https://github.com/yjhp1016/taichi_LBM3D/assets/55670602/78423bec-421b-4e2c-8aa4-2dae9444167a)

do i still run longer?

To reduce the computing time, I reduced fy. and this is the code ![code](https://github.com/yjhp1016/taichi_LBM3D/assets/55670602/323b542f-d72a-4970-923f-c489de71bd3a) the formular I used to calculate the max velovity is $u_{max}={gH^2\over 8\nu}$, then the analytical one...

hi, i recalculated two case of poiseuille flow with your new code the formular that i used to compute the max velocity is $u_{max}={fH^2\over 8 \rho \nu}$ the code of...

but i get the same results evenif if write ti.init(default_ip=ti.i64,default_fp=ti.f64,arch=ti.cpu,kernel_profiler=False, print_ir=False) in the beginning of the code :disappointed_relieved:

i want to calculate the permeability of a porous medium, so i need to validate the code first

we measure the permeability of a porous medium in the expriment is 0.4mD, at present, we can't get satisfying simulation results from your code. I don't want to deep into...

thanks for your advice :smile: