For the gridFactor, I use the default value (=1). For my inlet grid, the smallest grid area is 7.8125e-5 m^2. From the documentation “gridFactor entry defines ratio between the virtual grid spacing Δ with the square root of the area of the smallest face element on the inflow plane”, the virtual grid spacing Δ would be square root of 7.8125e-5 ~ 0.0088 m. Since my inlet plane is 4 m by 3 m, I expect there will be 4/0.0088 = 454 grids in the y-direction and 3/0.0088 = 341 grids in the z-direction, meaning there will be 454*341=154814 grids in the virtual grid. However, when I run pisoFoam, the output states “Generating Inflow for 25440 faces”. Does this mean there are only 25440 grids in the virtual grid? Is it possible to view the virtual grid, or output the coordinates of the virtual grids generated by TInF? Thank you.