If the PeriodicFlowEngine can simulate the oedometer test
Hello, all,
I want to reproducing the simulation of oedometer test in examples through PeriodicFlowEngine [1], first, I want to modify the script in the previous question[2] to get the permeability , but it seems to be difficult, I want to know how to apply the periodic boundary condition to form the grad and calculate the permeability of the periodic cell. And I refer to other answers [3], learn that the periodic boundary condition has not a real boundary.
Therefore, I have some questions:
Q1: flow.bndCondIsP
Q2:how to get the permeability in a periodic cell?flow.
Q3: finally, I want to know, in theory, if the PeriTriaxController and PeriodicFlowEngine can reproduce the oedometer test as TriaxialStressC
The script of FlowEngine[2]:
#B. Activate flow engine and set boundary conditions in order to get permeability
flow.dead=0
flow.defToleran
flow.meshUpdate
flow.permeabili
flow.viscosity=10
flow.bndCondIsP
flow.bndCondVal
flow.boundaryUs
O.dt=0.1e-3
O.dynDt=False
O.engines=
O.run(1,1)
Qin = flow.getBoundar
Qout = flow.getBoundar
permeability = abs(Qin)/1.e-4 #size is one, we compute K=V/∇H
print ("Qin=",Qin," Qout=",Qout," permeability=
[1]trunk\
[2]https:/
[3]https:/
Thank you!
Looking forward to your help
Xiang GAO
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Yade Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Bruno Chareyre
- Solved:
- Last query:
- Last reply: