Hemisphere meshing quad in ansys

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
nishantsinghbm
Messages
1
Reaction score
0
Can anyone guide me how to mesh solid and shell 3d hemisphere with hex dominant approach in ansys mechanical APDL?
I found no such verification manual for 3d hemispherical meshing in ansys. What method should be applied and what element should be chosen appropriately to mesh this structure?
I have attached screen shot for your understanding of my problem.
Your response will be highly appreciated.
You can also post your reply on my mail (nishantsinghbme@gmail.com ).
Thanking you in advance
 

Attachments

  • shell-hemi.jpg
    shell-hemi.jpg
    13.7 KB · Views: 696
  • head.jpg
    head.jpg
    12.2 KB · Views: 658
Physics news on Phys.org
Hi,
Not sure to understand the request.
In Classic APDL: you should import your model (.iges for example), then verify/create the volume, create solid element type (et,1,solid45) for example (and material) and mesh with "VATT" command.
Using Workbench ? One way I used to do: you can made the meshing in Workbench (choose curvature option + hex dominant method option). After saving your database, you can import the .db file in Classic APDL. Another way in Workbench: after meshing as explained previously, you can write the APDL scipt (.inp), then you can read this file in Classic APDL.