-
Notifications
You must be signed in to change notification settings - Fork 299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CFDmesh fails to complete with a simple element creation #293
Comments
This file does not correspond to the images shown above. When I open this file, I only get a stubby center section to a wing, not a reasonable aspect ratio wing shown in the top image. The attached file does have some holes in the mesh, but the meshing resolution parameters are pretty absurd. When I change them to something reasonable, I reliably get watertight meshes. For example, the growth ratio in the attached file is 1.75 -- The default is 1.3. Most CFD experts consider that to be very coarse and instead prefer to have a growth ratio of about 1.15. The maximum element size is 1.75 and the minimum is 0.5 -- the perspective, the span and chord are about equal and are about 4.0. So, the finest the mesh should be allowed is about eight segments across the span or the chord. Meanwhile, this model has a blunt trailing edge with a thick ness of 0.021. This will get split into two, so there will be edges there that are only .0105 long. If you have a particular case that you want me to look at, please be sure the file matches the screenshots and matches the bug report. |
Creating a mesh with a finite thickness trailing edge fails to complete what appears to be a simple element creation.
This wing fails in the corner as shown below:
and at the symmetry plane
Process to demonstrate the issue:
Open the attached file
select CFDmesh
select mesh and export
wingmesh bug 2.zip
The text was updated successfully, but these errors were encountered: