Skip to content
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

adding HyperMesh and Patran BDF file support in pyMeshloader #148

Merged
merged 8 commits into from
Dec 1, 2022

Conversation

timryanb
Copy link
Collaborator

@timryanb timryanb commented Nov 22, 2022

These fixes should help users who are trying to run pytacs with bdf files generated by HyperMesh:

  • Changing default component naming from "untitled" to "Property group {pID}", where pID is the property Id number
    • This allows user to still have unique component labels when exporting to tecplot
  • Adding check in meshloader to remove any empty property groups after reading in the bdf file
    • Empty property groups (groups with no elements associated with them) apparently cause f5totec to exit w/ an unsupported element types for f5totec error
  • Adding HyperMesh and Patran component name parser to meshloader

@timryanb timryanb changed the title adding pyMeshloader updates for HyperMesh adding HyperMesh BDF file support in pyMeshloader Nov 23, 2022
@timryanb timryanb changed the title adding HyperMesh BDF file support in pyMeshloader adding HyperMesh and Patran BDF file support in pyMeshloader Nov 25, 2022
@gjkennedy gjkennedy merged commit 7819873 into smdogroup:master Dec 1, 2022
@timryanb timryanb deleted the change-def-comp-names branch December 1, 2022 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants