yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #20765
Re: [Question #684117]: Bug in Calculating getSaturation in TwoPhaseFlow Engine
Question #684117 on Yade changed:
https://answers.launchpad.net/yade/+question/684117
Saeed gave more information on the question:
hi there,
I am adding some codes to the loading section also made no difference and degree of saturation not changed!
loadingMatrix=[-500e3,-1000e3,-1500e3,-2000e3,-2500e3,-3000e3]
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.