Temperature output

Hello,

Can anyone help me about the number of solid and fluid temperature data point of the attached simulation?

For simplicity, I used 2 cells in x direction and 6 cells in y direction, I got 256 data point in y direction. Moreover, the height of the domain is 1.52, but when I print the value, it reached 1.9.

Thank you in advance!

PS. I know that I can get these values from Mfix directly, but I need them to as a continuous input to the other part of my code(phase change)

run_1_2022-09-26T192021.839686.zip (155.4 KB)

when you write

write(2040,'(F6.2,2X)') t_g

This writes the entire array, which includes the ghost layers. I hthink you meant to write tg_mfix instead.