Re: [Yade-users] [Question #665564]: EPWP (Excess pore water pressure)

2018-03-15 Thread SayedHessam
Question #665564 on Yade changed:
https://answers.launchpad.net/yade/+question/665564

Status: Answered => Solved

SayedHessam confirmed that the question is solved:
Thanks Jérôme Duriez, that solved my question.

-- 
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 : yade-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-users
More help   : https://help.launchpad.net/ListHelp


Re: [Yade-users] [Question #665564]: EPWP (Excess pore water pressure)

2018-03-15 Thread Jérôme Duriez
Question #665564 on Yade changed:
https://answers.launchpad.net/yade/+question/665564

Jérôme Duriez proposed the following answer:
This being said, it is nevertheless possible for you to back-calculate
this excess pore water pressure "u" considering that

- triax.meanStress corresponds here to the mean effective stress p' from
actual experiments

- that u = p - p' where p is the mean total stress that would be
measured during experiments

- and accounting for the q-p relation pertaining to triaxial tests,
where q is the deviatoric total stress = q' the deviatoric effective
stress which you can directly measure in your model.


Jérôme

-- 
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 : yade-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-users
More help   : https://help.launchpad.net/ListHelp


Re: [Yade-users] [Question #665564]: EPWP (Excess pore water pressure)

2018-03-15 Thread Jérôme Duriez
Question #665564 on Yade changed:
https://answers.launchpad.net/yade/+question/665564

Status: Needs information => Answered

Jérôme Duriez proposed the following answer:
Hi,

At the moment, there is nothing in your script (e.g. in your O.engines
list) that would simulate the presence of pore water in your YADE model,
thus it is impossible with this model to access a pore water pressure.

-- 
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 : yade-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-users
More help   : https://help.launchpad.net/ListHelp


Re: [Yade-users] [Question #665564]: EPWP (Excess pore water pressure)

2018-03-14 Thread SayedHessam
Question #665564 on Yade changed:
https://answers.launchpad.net/yade/+question/665564

SayedHessam posted a new comment:
Dear Jerome,

Thanks for the reply. You  can find herewith a part of my  model, as you
requested:


###   DEFINING ENGINES   ###


triax=TriaxialStressController(
maxMultiplier=1.+2e4/young, # spheres growing factor (fast growth)
finalMaxMultiplier=1.+2e3/young, # spheres growing factor (slow growth)
thickness = 0,
stressMask = 7,
internalCompaction=True, # If true the confining pressure is generated 
by growing particles
)

newton=NewtonIntegrator(damping=damp)

O.engines=[
ForceResetter(),
InsertionSortCollider([Bo1_Sphere_Aabb(),Bo1_Box_Aabb()]),
InteractionLoop(
[Ig2_Sphere_Sphere_ScGeom(),Ig2_Box_Sphere_ScGeom()],
[Ip2_FrictMat_FrictMat_FrictPhys()],
[Law2_ScGeom_FrictPhys_CundallStrack()]
),
## We will use the global stiffness of each body to determine an 
optimal timestep (see 
https://yade-dem.org/w/images/1/1b/Chareyre_licensed.pdf)

GlobalStiffnessTimeStepper(active=1,timeStepUpdateInterval=100,timestepSafetyCoefficient=0.8),
triax,
TriaxialStateRecorder(iterPeriod=100,file='WallStresses'+table.key),
newton
]

#Display spheres with 2 colors for seeing rotations better
Gl1_Sphere.stripes=0
if nRead==0: yade.qt.Controller(), yade.qt.View()


###
###   APPLYING CONFINING PRESSURE   ###
###

#the value of (isotropic) confining stress defines the target stress to be 
applied in all three directions
triax.goal1=triax.goal2=triax.goal3=-1

while 1:
  O.run(1000, True)
  #the global unbalanced force on dynamic bodies, thus excluding boundaries, 
which are not at equilibrium
  unb=unbalancedForce()
  print 'unbalanced force:',unb,' mean stress: ',triax.meanStress
  if unbhttps://launchpad.net/~yade-users
Post to : yade-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-users
More help   : https://help.launchpad.net/ListHelp


[Yade-users] [Question #665564]: EPWP (Excess pore water pressure)

2018-03-13 Thread SayedHessam
New question #665564 on Yade:
https://answers.launchpad.net/yade/+question/665564

Hey Guys!

I wrote up a script for CU triaxial but I do not know how can I get EXWP 
(Excess pore water pressure) from my model. Hence, I would like to as you how 
can I get it or there is any way for it?

Best regards
Sam

-- 
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 : yade-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-users
More help   : https://help.launchpad.net/ListHelp