Some Issues on 3D Flow Field Inversion #669
15175829310
started this conversation in
General
Replies: 1 comment
-
You need to first interpolate DNS data to your RANS mesh and save it as UData. Then, you can extra the cell center coordinates for all the mesh cells on the slice. Then, you can provide those coordinates to the probePoint option. Refer to https://github.com/DAFoam/tutorials/blob/fbc6dcbcbfb006bd21e5e0096e78e66626095194/Ramp/steady/train/runScript_FI.py#L100 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am currently conducting flow field inversion on square tubes regarding the issue of secondary flow.
But now I only have DNS data for one cross-section. How can I extract the calculation results of one cross-section for flow field inversion during the inversion process? If possible, how should it be implemented?
Beta Was this translation helpful? Give feedback.
All reactions