Reply To: shanChenForcedPostProcessor2D
OpenLB – Open Source Lattice Boltzmann Code › Forums › on OpenLB › General Topics › shanChenForcedPostProcessor2D › Reply To: shanChenForcedPostProcessor2D
June 19, 2021 at 9:26 am
#5736
Gloriousface
Participant
Hello,all
I have a few code in ShanChenForcedPostProcessor2D that I don’t understand very much.
util::intersect ( x0, x1, y0, y1,
x0_, x1_, y0_, y1_,
newX0, newX1, newY0, newY1)
What are the functions of these codes,and What do x0 and other symbols mean?
Thanks