ansys / ansys/pymapdl-reader

Bug with the full module

Open
#387 2 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Python
Stars
60
Forks
32
Avg merge
5h 50m
Merged PRs (30d)
8

Description

### 🔍 Before submitting the issue

- [X] I have searched among the existing issues
- [X] 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](https://github.com/ansys/pymapdl-reader/assets/98468764/c0771447-d864-424d-bd83-252c37747a4a)
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

```shell
I installed it via the command : pip install ansys-mapdl-core
```

Contributor guide

Open the contributing guide

Research direction

Start by reproducing the issue with an ANSYS 2023R2 .full file and full.load_km(sort=False), then inspect the returned dof_ref values for a vibroacoustic simulation. Compare the reported degrees of freedom with the expected four per node; the issue is done when unsorted dof_ref correctly represents those degrees of freedom.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
devtools
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.