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 located in ... mesh quality improvement for hex dominant mesh #717

Open
2 tasks done
ragulselvaraj20 opened this issue Feb 12, 2024 · 1 comment
Open
2 tasks done
Labels
aps Anything related to Ansys Prime Server bug Something isn't working triage Need some assessment

Comments

@ragulselvaraj20
Copy link

ragulselvaraj20 commented Feb 12, 2024

🔍 Before submitting the issue

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

🐞 Description of the bug

I am trying to generate hex dominant mesh for solid body. there I am getting minimum element quality of 0.02, which I need to increase to 0.2.

📝 Steps to reproduce

improve = prime.VolumeMeshTool(model=model)
params = prime.AutoNodeMoveParams(
model=model,
quality_measure=prime.CellQualityMeasure.SKEWNESS,
target_quality=0.80,
dihedral_angle=90,
n_iterations_per_node=50,
restrict_boundary_nodes_along_surface=True,
n_attempts=10,
)

improve.improve_by_auto_node_move(
part_id=part.id,
cell_zonelets=part.get_cell_zonelets(),
boundary_zonelets=part.get_face_zonelets(),
params=params,
)

💻 Which operating system are you using?

Windows

📀 Which ANSYS version are you using?

2024R1

🐍 Which Python version are you using?

3.11

📦 Installed packages

all the required pyprime packages
@ragulselvaraj20 ragulselvaraj20 added the bug Something isn't working label Feb 12, 2024
@waltersma
Copy link
Contributor

Hi @ragulselvaraj20,

Can you describe the bug that you are experiencing? What output are you seeing that is not as expected? In your description you indicate you wish to optimise a mesh for element quality, however, in the snippet you show you are using skewness as the criteria.

Which method are you using for hex meshing?

@waltersma waltersma added triage Need some assessment aps Anything related to Ansys Prime Server labels Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aps Anything related to Ansys Prime Server bug Something isn't working triage Need some assessment
Projects
None yet
Development

No branches or pull requests

2 participants