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 Learning Forum Forums Discuss Simulation General Mechanical CFRP wrapped RCC beam Reply To: CFRP wrapped RCC beam

dlooman
Ansys Employee

In APDL you could mesh the surface of the RCC elements with shells using the ESURF command.  The shells would share nodes with the solid elements so would be fully connected.  Typical commands would be:

nsel,s,ext   ! select the nodes on the exterior of the RCC elements

type,2       ! shell type number

secnum,2      ! shell thickness number

mat,2           ! shell modulus number

esurf         ! create shell element with the selected nodes

allselÂ