← Back to team overview

yade-users team mailing list archive

[Question #580450]: Applying differents force values

 

New question #580450 on Yade:
https://answers.launchpad.net/yade/+question/580450

Hello guys,

I have found divergences when i have apply the force on the surface and then I read the value that i recorded.

I am applying four different forces (10N, 20N, 50N and 100N). 

To do it, i am using the script below:

upBox = O.bodies[540]			                                                #identify the body
O.forces.addF(upBox.id,(0,-2e1,0), permanent=True)	        #force value = 20N
upBox.dynamic = True
upBox.state.mass = 10			
upBox.state.inertia =(20,20,1)		
upBox.state.blockedDOFs = 'xzXYZ'	                                        #block displacement&rotations


is it the correct way to apply the force on the surface? How can i be sure that i really applied the force value on the surface?

thanks for advance.

cheers,

felipe

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.