ansys / ansys/pydpf-post

'nodal_acceleration' under 'misc' is missing data field

Open
#115 3 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Python
Stars
57
Forks
13
Avg merge
3d 3m
Merged PRs (30d)
4

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

Basically, it is missing any of the data fields ('scalar', 'vector', 'tensor')

### 📝 Steps to reproduce

```py
from ansys.dpf import post
from ansys.dpf.post import examples
example_path_dyn = examples.msup_transient
model = post.load_solution(example_path_dyn)
dir(model.misc.nodal_acceleration()) # No data field ('vector' presumably)
```

### 💻 Which operating system are you using?

Windows

### 🐍 Which Python version are you using?

3.7

### 📦 Installed packages

```shell
N/A
```

Contributor guide

Open the contributing guide

Research direction

Start with the Python entry point shown in the reproduction: model.misc.nodal_acceleration(), using examples.msup_transient to reproduce the missing data field. Compare its result with the expected scalar, vector, or tensor fields, with vector suggested by the report. Done means the returned object exposes the appropriate data field; no file or test path is provided in the issue.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
data
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.