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

Fix v212 Material property reader #81

Merged
merged 11 commits into from
Nov 24, 2021
Merged

Fix v212 Material property reader #81

merged 11 commits into from
Nov 24, 2021

Conversation

akaszynski
Copy link
Collaborator

Fixes reading material properties on v150 through v212:

from ansys.mapdl import reader as pymapdl_reader
from ansys.mapdl.reader import examples
rst = pymapdl_reader.read_binary(examples.rstfile)
rst.materials
{'EX': 16900000.0, 'NUXY': 0.31, 'DENS': 0.00041408}}

@akaszynski akaszynski added the bug Something isn't working label Nov 23, 2021
@akaszynski akaszynski merged commit 9e1ffee into main Nov 24, 2021
@akaszynski akaszynski deleted the fix/v212_issues branch November 24, 2021 00:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant