-
Notifications
You must be signed in to change notification settings - Fork 847
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
SU2 not exporting BCs patches when CGNS is selected as output #2431
Comments
Is this boundary information written if you export to SURFACE_CGNS? |
Hi Nijso, SURFACE_CGNS only outputs the surface of the blade in this case |
But you could write all surfaces to SURFACE_CGNS, and the information that is written to SURFACE_CGNS is the information that is missing in the regular CGNS? SU2 writes surface and volume information independently, so then we 'only' have to combine this information into one single file. |
For some reason, after the merging, the CGNS does not "conserve"the BCs patches, making this a pain during post processing. |
Hi Lorenzo & Nijso, |
Describe the bug
After the OUTPUT_FILE = CGNS option was added I decided to use it to export my mesh from SU2 to CGNS after my CFD calculation converged.
SU2 correctly generates the mesh file in CGNS format. However, boundary patches are not present and the mesh consists of a huge block.
MESH GENERATION
![Image](https://private-user-images.githubusercontent.com/96534491/406168473-023bac69-0488-4876-8ed8-32106e331478.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMTY0MzksIm5iZiI6MTczOTMxNjEzOSwicGF0aCI6Ii85NjUzNDQ5MS80MDYxNjg0NzMtMDIzYmFjNjktMDQ4OC00ODc2LThlZDgtMzIxMDZlMzMxNDc4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDIzMjIxOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTc4YTc0MWNlYzRhOGIyMGUxMmI0MmI3NzVjZTEwYzdiYTE4OWEzZGFmZTk3NWE3N2MwZTQ1NDgzYzFkMzYwMWEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.SEEH4FKq2oFMyBKemhtUBoOZKwMGYewLRsYNFka04Io)
AFTER CONVERSION FROM .su2 to .cgns
![Image](https://private-user-images.githubusercontent.com/96534491/406168321-ee337ecd-5fd7-408b-8c73-5509506e8df8.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMTY0MzksIm5iZiI6MTczOTMxNjEzOSwicGF0aCI6Ii85NjUzNDQ5MS80MDYxNjgzMjEtZWUzMzdlY2QtNWZkNy00MDhiLThjNzMtNTUwOTUwNmU4ZGY4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDIzMjIxOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTA2MGQ2N2ZkYjg1NGE5MmI0YmZlNTE4NmJlMWM5Mjc1MWRjZDUyNTA3NmQ5OTAwM2E4ZTc4YzNkZGIyNzFkODQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.l7oZgEPuLo0hLJvmMemB1kaiT4TA5aP4PB0Yu-tBD-I)
Thank you in advance for your help.
Bug report checklist
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: