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

Bug with the full module #387

Open
2 tasks done
raphael-31 opened this issue Mar 4, 2024 · 1 comment
Open
2 tasks done

Bug with the full module #387

raphael-31 opened this issue Mar 4, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@raphael-31
Copy link

🔍 Before submitting the issue

  • I have searched among the existing issues
  • I am using a Python virtual environment

🐞 Description of the bug

Hello,
When I open a file.full and I try to get the unsorted dof_ref using full.load_km(sort=False), I get an array that indicates that I have only one dof (dof = 0) for each nodes. But my simulation is a vibroacoustic one so I should have 4 dofs per nodes.
image
Thank you,
Raphaël.

📝 Steps to reproduce

💻 Which operating system are you using?

Windows

📀 Which ANSYS version are you using?

2023R2

🐍 Which Python version are you using?

3.10

📦 Installed packages

I installed it via the command : pip install ansys-mapdl-core
@raphael-31 raphael-31 added the bug Something isn't working label Mar 4, 2024
@mikerife
Copy link

mikerife commented Mar 8, 2024

Hi @raphael-31 you really have not shown that there is a bug; it could be that all the other dof's have been constrained so that there are no stiffness terms in the full file for them. Can you recreate the issue with a small test model then share the test model and full script?
Mike

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

No branches or pull requests

2 participants