← Back to team overview

yade-users team mailing list archive

Re: [Question #258782]: How to export the pore pressure field in VTK?

 

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

    Status: Answered => Open

Henry is still having a problem:
I just add this script to the "oedometer.py" file, as follows:

#B. Activate flow engine and set boundary conditions in order to get permeability
flow.dead=0
flow.defTolerance=0.3
flow.meshUpdateInterval=200
flow.useSolver=3
flow.permeabilityFactor=1
flow.viscosity=10
flow.bndCondIsPressure=[0,0,1,1,0,0]
flow.bndCondValue=[0,0,1,0,0,0]
flow.boundaryUseMaxMin=[0,0,0,0,0,0]
O.dt=0.1e-3
O.dynDt=False
flow.saveVtk()


thanks a lot!

-- 
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.