Replies: 2 comments
-
|
Sorry for the slow answer, we are going to look into this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hi, to After this, I got the results similar to the video I mentioned previously |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I ran the channel flow simulation using the default parameters. Then I followed this video for postprocessing using Py4Incompact3d.
I am getting the following error:

`
Post-processing channel flow.
list index out of range
UHHH
Computing YP
Found data field: umean
Found data field: uumean
Found data field: vmean
Found data field: vvmean
Found data field: wmean
Found data field: wwmean
./umean.dat
False False
./uumean.dat
False False
./vmean.dat
False False
./vvmean.dat
False False
./wmean.dat
False False
./wwmean.dat
False False
-22056420510.653744
Traceback (most recent call last):
File "/home/users/yashtambe/Py4Incompact3D/examples/channel_meeting/channel.py", line 357, in
main()
File "/home/users/yashtambe/Py4Incompact3D/examples/channel_meeting/channel.py", line 126, in main
utau = math.sqrt(tauw)
ValueError: math domain error
`
What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions