Question #684117 on Yade changed:
https://answers.launchpad.net/yade/+question/684117

    Status: Open => Solved

Saeed confirmed that the question is solved:
hi there,
I am adding these codes to the loading section also made no difference and 
degree of saturation not changed!

for i in arange(0,len(loadingMatrix),1):
 triax.goal2=loadingMatrix[i]
 O.run(2000,True)
 unsat.invasion()
 unsat.computeCapillaryForce()
 for b in O.bodies:
    O.forces.setPermF(b.id, unsat.fluidForce(b.id))
 print 'Load:',loadingMatrix[i],' Sw:',unsat.getSaturation(False),' 
VoidVolume:',triax.porosity*triax.boxVolume

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

_______________________________________________
Mailing list: https://launchpad.net/~yade-users
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yade-users
More help   : https://help.launchpad.net/ListHelp

Reply via email to