Problem with pyhyp meshing #699
Closed
FaiqShahbaz
started this conversation in
General
Replies: 2 comments 1 reply
-
The upper and lower airfoil profiles do not need to have the same number of points, but you need to manually truncate the last few points near the trailing edge. Also, both upper and lower profiles need to go from the leading to the trailing edge. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Your profiles have problems. The PS profile's x is not monotonic. If you remove the 3rd point, it should work PS Profile |
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
-
Initially i was facing the error below, which i guess occurred because the formatting of airfoil coordinates was not exact. Got rid of this error after making sure that both upper and lower side points are equal (which is weird since in tutorial S809 airfoil the no of points for both sides were'nt exact and yet it worked, so what could be possible reason for this error occuring.
dafoamuser@70d0812a9d6e:~/mount$ ./preProcessing.sh
/bin/bash: /home/dafoamuser/dafoam/packages/miniconda3/lib/libtinfo.so.6: no version information available (required by /bin/bash)
Generating mesh..
--> FOAM FATAL IO ERROR:
Attempt to get back from bad stream
file: volumeMesh.xyz at line 1.
From function bool Foam::Istream::getBack(Foam::token&)
in file db/IOstreams/IOstreams/Istream.C at line 56.
FOAM exiting
and now the python file for generating mesh is running but marchDist is not being uniform and mesh i being distorted for some reason. i have attached image and logmesh file, i will be really gald if someone could help me with this. The airfoil i am using is SG6043.
logMeshGeneration.txt
Beta Was this translation helpful? Give feedback.
All reactions