Dear community, I need your support about my simulation.
I'm trying to do the example shown in this picture using the ANSYS APDL and I need to know from your experience if i correctly defined the problem or not.
Please let me know if you have any suggestions or corrections 🙏🏻🙏🏻🙏🏻.
To simulate the rolling motion of a loaded wheel, I defined three steps:
- step1 : the load (FZ=-75000N) is applied to the pilot node (NODENUMBER+1) and the bottom face of the support is fixed in all directions.
- step2 : angular velocity (Omgy= 1729.9450336075deg/s)and translation velocity (Vx=50km/h) are applied at the pilot node.
I applied this procedure using the following Apdl commands:
!----------------------------
/SOLU
*Afun,deg
ANTYPE,4
TRNOPT,FULL
Lumpm,0
!step1 charging a static wheel
Nsubst,1,1,1
Outers,all,all
Time,.001
KBC,1
Asel,s,area,,160
Da,all,all
F,NODENUMBER+1,FZ,-75000
LSWRITE,1,
!step2 apply translation velocity and angular velocity to the wheel
Nsubst,4,4,4
Outers,all,all
Time,.002
KBC,1
D,NODENUMBER+1,,13.8,,,,VELX,,,,,
D,NODENUMBER+1,,1729.9450336075,,,,OMGY,,,,,
LSWRITE ,2,
!step3
Nsubst,4,4,4
Outers,all,all
Time,.019
KBC,1
LSWRITE,3,
Lssolve,1,3,1,
Finish
Thank you so much for your help🙏🏻🙏🏻,
Best regards,