← Back to team overview

yade-users team mailing list archive

Re: [Question #684117]: Bug in Calculating getSaturation in TwoPhaseFlow Engine

 

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

    Status: Solved => Open

Saeed is still having a problem:
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.