Hello Everyone,

I did a curved rectangular plate modelling in Ansys Apdl using commands input. Although, the line loads are applied to the center of model properly according to the coding , but the model is not getting solved. But, if I give the same loads manually on individual nodes the problem is solving. So, not sure what needs to add more in coding commands.

Radius - 900mm, Angle - 17.2 degree

Kindly, find below the load data input.

!Load_1

nsel,r,loc,z,a/2

*get,node_count,node,0,count

q=5833.3

b=(Ra*Angle*0.017453)

f_node=(q*b*0.125)/(node_count-1)

F,all,FX,f_node

!Load_2

nsel,r,loc,z,a/2

*get,node_count,node,0,count

q=5833.3

b=(Ra*Angle*0.017453)

f_node=(q*b*0.992)/(node_count-1)

F,all,FY,f_node

Would be great if someone could help on this. Also, find below the model picture.

Thank You

More Meikanth Dhana's questions See All
Similar questions and discussions