Hi,
I have defined the loads using commands in Ansys apdl for the rectangular model subjected to line load at the center. (a-width, b-length) Code Below:
!Loads
nsel,r,loc,x,a/2
*get,node_count,node,0,count
q=2941.176
f_node=q*b/(node_count-1)
F,all,Fz,f_node
But, when I select solve, its showing like 'Check of your load data produced 2246 Warnings'.
Can someone help to fix the issue, not sure whether any fault in coding above.
Although, the results of von mises doesn't different even when I give loads by selecting each nodes individually from the results I get after this load warnings. But, needs to fix the issue for solving model with more number of elements.
Thank you.