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

Recognizing BSURFS or SET command #31

Open
upthenose opened this issue Sep 19, 2020 · 1 comment
Open

Recognizing BSURFS or SET command #31

upthenose opened this issue Sep 19, 2020 · 1 comment

Comments

@upthenose
Copy link

Hi
I have a .nas file with info regarding contact elements.
Is there a way to transfer the glue contact command BSURFS (Nastran) to an equivalent element or node group in code aster. Vegapp ignores the command in the current version.
Alternatively, please recommend a workaround to create node or element groups in code aster via Nastran mesh export file from which I can create contact conditions in the asterstudy module.
Would highly appreciate your input.
Staffan

@ldallolio
Copy link
Member

Hi Staffan,

BSURF, SET1 and SET3 keywords are supported in the current development version, you can see them here:
https://github.com/Alneos/vega/blob/master/Nastran/NastranParser.cpp#L1052
https://github.com/Alneos/vega/blob/master/Nastran/NastranParser.cpp#L3445

Using SET3 is probably the best way to go?

Other similar keywords are supported using Optistruct syntax.

All the best

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

No branches or pull requests

2 participants