← Back to team overview

yade-users team mailing list archive

[Question #156330]: Forces...

 

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

Hi,

I'm using Yade Bzr2811 and Ubuntu 10.10.

I'd like to plot it:
http://img11.hostingpics.net/pics/477562force.jpg

How can I do that ?

I'd like to increment a force on bodies, how can I do that ?
"forcetest=0

O.engines=[
[...]
	ForceEngine(force=(0,0,0),ids=[233,234,235,236],label='fEngine'),
[...]	
        PyRunner(command="print O.iter", realPeriod=1),
	PyRunner(command="forcetest= O.iter", realPeriod=1),
	PyRunner(command="print forcetest", realPeriod=1),
]

fEngine.force[1] = -forcetest"
I tried to run it but nothing happens.

Thanks !

-- 
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.