Preprocessing

Preprocessing

Topics related to geometry, meshing, and CAD.

smartmash element size

    • abdul8080
      Subscriber
      Hi everyone, for the simulation of mechanical structures I am using smartmesh and it working fine. However, is there a way to determine the smallest/largest element size used in the simulation?? n
    • Keyur Kanade
      Ansys Employee
      Can you please give more details. When you say smartmesh, what are you refering to? Also please upload images if possible. nRegards,nKeyurnHow to access Ansys Online Help DocumentnHow to show full resolution imagenGuidelines on the Student CommunitynHow to use Google to search within Ansys Student Communityn
    • abdul8080
      Subscriber
      nHello Keyur,nyes I can provide some pics if this helps. Since the spherical void is the region of interest, the mesh there should be fine. In order to use fixed sized mesh, the element size have to be very small and I can only use 8gb. I have used the smartsize command [smrt,1] for this problem, which gives good results and the void region mesh is also fine. I can find out the number of elements used ( LIST -> elements), but I also wanted to know the smallest element size used after the calculation. If there is way to find that out, i would be very thankful. The script with the commands are the following:n/clearn/prep7nET,1,solid187               nMP,EX,1,205000               nMP,PRXY,1,0.33 ncyl4,0,0,50,,,,100nlocal,11,0,0,0,50nwpcsysnsph4,0,0,5nvsbv,1,alln!ESIZE,2.5nSMRT,1nVMESH,3n!EREFINE,ALL,,,1nSFA,2,,PRES,-20nDA,1,ALLn/SOLUnSOLVEnFINISHn/POST1nWPOFFS,,,2n!WPROTA,0,0,0n/CPLANE,1         ! Cutting plane defined to use the WPn/TYPE,1,5 n/EDGE,1,1,45nnBest regardsnAbdullahn
    • Ashish Khemka
      Forum Moderator
      nnYou can use *get command to get an element's volume. You can apply a do loop on the elements and store the values in an array (element#, volume) and then check the minimum value.nnRegards,nAshish Khemkan
    • abdul8080
      Subscriber
      thank you very much Ashish, this helps me further nBest regardsnAbdullahn
Viewing 4 reply threads
  • The topic ‘smartmash element size’ is closed to new replies.