Problem regarding the running of the immersed body. #359
Unanswered
APTX-4869-core
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Hello, Have you looked at the readme in the examples/Sphere folder ? Cheers, |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, Incompact3d team. After yesterday's question, I encounter another problem.
I'm trying to run the examples/Sphere case, and I have installed the toolbox successfully with python-3.8. But I didn't find the line must be corrected in
/home/username/anaconda3/envs/x3d/lib/python3.12/site-packages/xcompact3d_toolbox/sandbox.py
So I ignored it and went on. But when I use
python3 generate_initial_conditions.py
, it reported the following error:Traceback (most recent call last): File "generate_initial_conditions.py", line 11, in <module> prm = x3d.Parameters(loadfile='input.i3d') File "/home/.local/lib/python3.8/site-packages/xcompact3d_toolbox/parameters.py", line 910, in __init__ self.load(raise_warning=raise_warning) File "/home/.local/lib/python3.8/site-packages/xcompact3d_toolbox/parameters.py", line 1261, in load self.from_file(*arg, **kwarg) File "/home/.local/lib/python3.8/site-packages/xcompact3d_toolbox/parameters.py", line 1257, in from_file self.set(raise_warning=raise_warning, **dictionary) File "/home/.local/lib/python3.8/site-packages/xcompact3d_toolbox/parameters.py", line 1171, in set raise KeyError(msg) KeyError: 'nvol is not a valid parameter'
If I commented the "nvol" in the input.i3d, it would report the parameters following "i2dsim"(including i2dsim) were all invalid paramenters. So I commented them all, and it reported:
epsi Use of not exact is_closed check. This check can lead to misleading results. You could try to use
exact=True. See: - false positive: https://github.com/wolph/numpy-stl/issues/198 - false negative: https://github.com/wolph/numpy-stl/pull/213 Use of not exact is_closed check. This check can lead to misleading results. You could try to use
exact=True. See: - false positive: https://github.com/wolph/numpy-stl/issues/198 - false negative: https://github.com/wolph/numpy-stl/pull/213 Inflow Plane for Streamwise Velocity Inflow Plane for Vertical Velocity Inflow Plane for Spanwise Velocity Initial Condition for Streamwise Velocity Initial Condition for Vertical Velocity Initial Condition for Spanwise Velocity
Anyway it seemed the initial BC was set, but after I ran it, the result would get wrong(the field would get inf).
How can I solve this problem?
Any advice is appreciable and thanks in advance!
Regards,
Arashi
Beta Was this translation helpful? Give feedback.
All reactions