problems of multiscale coupling of DEM-FEM

Asked by zhou qian

Hi:
I run the multiscale example of demfemcoupling by Jan Stranský and find that the x and y displacements of points are 0? The boundary conditions of point in the example are f(x)=0,f(y)=0,f(z)=F(t).
Here is the code of bcs:
# boundary condition and time function
ltf = liboofem.loadTimeFunction("pieceWiseLinFunction",1,nSteps=2,t=(0,2e-1),f_t=(0,1))
bcs = [liboofem.boundaryCondition(i+1, domain, loadTimeFunction=1, prescribedValue=v) for i,v in enumerate((0,-1.0))]
Yours,
Joe

Question information

Language:
English Edit question
Status:
Invalid
For:
Yade Edit question
Assignee:
No assignee Edit question
Solved by:
Robert Caulk
Solved:
Last query:
Last reply:
Revision history for this message
zhou qian (zhoug15) said :
#1

I am really sorry for that I did not see clearly the boundary conditon...
Can you delete this issue?

Revision history for this message
Robert Caulk (rcaulk) said :
#2

Poster requested delete