saveVtk and flowengine

Asked by Yao yao

Hi,everyone:

i'm a beginner of YADE. I want to test the Flow engine and Paraview, so I add the code "flow.saveVtk()" to the oedometer.py. After running the code , the folder "VTK" is successfully made,but there is no data in it. Does anyone know about the problem?

thanks!

......

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()

......

Question information

Language:
English Edit question
Status:
Solved
For:
Yade Edit question
Assignee:
No assignee Edit question
Solved by:
Robert Caulk
Solved:
Last query:
Last reply:
Revision history for this message
Best Robert Caulk (rcaulk) said :
#1
Revision history for this message
Yao yao (xiao-yaoy) said :
#2

Thanks Robert Caulk, that solved my question.