Calculate micro strain field in 2D using TesselationWrapper

Asked by JIPEIQI

I want to calculate the micro strain field in a 2D simulation, but the results of micro strain seems to be zero because the volume of each voronoi cell is zero. Any advice?

Question information

Language:
English Edit question
Status:
Expired
For:
Yade Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
JIPEIQI (jpq-learning) said :
#1

sym_grad_u_total_g (wrong averaged strain):
0 0 0
0 0 0
0 0 0

Total volume = 0, grad_u =
0 0 0
0 0 0
0 0 0

sym_grad_u (true average strain):
0 0 0
0 0 0
0 0 0

Macro strain :
0 0 0
0 0 0
0 0 0

here is the result when you use computeDeformations(). The strange thing is that the total volume is zero. but the volume of each cell is not (when you get the volume of each cell using TW.volume(b.id), for example)

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

Please provide an MWE [1].

[1]https://www.yade-dem.org/wiki/Howtoask

Revision history for this message
Launchpad Janitor (janitor) said :
#3

This question was expired because it remained in the 'Needs information' state without activity for the last 15 days.