-
Hi everyone, I am trying to use branch 502 to extract velocity field for my simulation. I looked through the changes made in the codes and made modification on my input field but still failed to have this feature to work. Here is my setup. I am trying to extract a velocity plane at x=0.1(total simulation length is 0.2) and perpendicular to x-axis. Any comments and suggestions are welcomed. Thanks for the help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Can you be more specific about what is not working for you? Note that |
Beta Was this translation helpful? Give feedback.
The
turbSlice
branch from @drummerdoc's fork is the correct one to be using. But the git hash indicates you are using thedevelopment
branch. Dogit status
to see what branch you are on, then probably you need to dogit checkout turbSlice
to get the correct branch