We’re putting the final touches on our new badges platform. Badge issuance remains temporarily paused, but all completions are being recorded and will be fulfilled once the platform is live. Thank you for your patience.
Ansys Free Student Software

Ansys Free Student Software

Topics cover installation and configuration of our free student products.

Fillet with Ansys Mechanical APDL 2023

    • Sharveen Anandaraja
      Subscriber

      How do i join and create a fillet with a hollow cylinder and a rectangle to make a holder?

    • Ashish Khemka
      Forum Moderator

      Hi Sharveen,

       

      Did you try subtraction available under Boolean operations? Subtract cylinder body from rectangle to make fillet.

       

      Regards,

      Ashish Khemka

    • dlooman
      Ansys Employee

      Did you try the AFILLT command?  Keep in mind that the native APDL geometry creation features are not very robust.

    • Bill Bulat
      Ansys Employee

      Image above created by commands below. Create a cylindrical ring and subtract a torus from it.

      fini
      /cle
       
      /vie,1,1,1,1,1
      /vup,1,z
       
      a=0.100
      r1=0.020
      r2=0.025
      r_fillet=0.005
       
      /prep7
      bloc,-a/2,a/2,-a/2,a/2,,-a
      cyli,r1,r2,,a
       
      cyli,r2,r2+r_fillet,,r_fillet
      wpof,,,r_fillet
      toru,r_fillet,r2+r_fillet
      vsbv,3,4
      vadd,all
       
      vplo
       
      Bill
       
       
Viewing 3 reply threads
  • The topic ‘Fillet with Ansys Mechanical APDL 2023’ is closed to new replies.