-
I tried to understand how the statistics are collected inside the statistics.f90. What I understand from the code is that they use and call decomp_2d_* a lot. But I do not find the original subroutines in the src folder, Where is it and how does it do? Thanks a lot |
Beta Was this translation helpful? Give feedback.
Answered by
slaizet
Jun 18, 2024
Replies: 1 comment
-
Hi, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mathrack
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
By default the statistics saved are u,v,w,p,u^2, v^2 and w^2. Please have a look at the videos on the xcompact3d readthedocs website to see how to post-process the data.
Best,
Sylvain