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

solver.fields.reduction.force returns protobuf message #2960

Closed
mkundu1 opened this issue Jun 20, 2024 · 2 comments · Fixed by #3239
Closed

solver.fields.reduction.force returns protobuf message #2960

mkundu1 opened this issue Jun 20, 2024 · 2 comments · Fixed by #3239
Assignees

Comments

@mkundu1
Copy link
Contributor

mkundu1 commented Jun 20, 2024

No description provided.

@prmukherj
Copy link
Collaborator

This was coming from 'count_if' and has been resolved now. Could you please confirm @mkundu1. Thank you.

@mkundu1
Copy link
Contributor Author

mkundu1 commented Jul 3, 2024

@prmukherj I'm actually still seeing this in the latest main branch:

>>> x = solver.fields.reduction.force(locations=["wall"])
>>> x
x: 2.862068334485282
y: -2.5299803741481259
z: -0.0014375438414745349

>>> type(x)
<class 'ansys.api.fluent.v0.common_api_pb2.Point'>

@prmukherj prmukherj linked a pull request Aug 27, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants