3DEC 9: Plain concrete model in structural analysis - damage factors and characteristic length

Hi everbody!

Is it possible to access damage factor D (or Dc, Dt) via Fish command, such as “block.zone.state ()” or something similar. And, does anybody have suggestion about characteristic lengths (lc or ld) if “block zone generate-new” and “block zone nodal-mixed-discretization” are used. Of course, some FEM rules exist, but are they valid for the NMD strategy?

Thanks!

Damir

You can use block.zone.prop(zp,‘damage-compression’) or block.zone.prop(zp,‘damage-compression’) etc. See the property names here.

Maybe @cheng can comment on the other part of the question?

Using ‘characteristic lengths’ to reduce grid dependency is only an approximation and cannot completely eliminate grid dependency, as it is influenced by factors such as zone size distribution, load direction, and others. Although not explicitly tested, it is still expected to help reduce grid dependency even when using the NMD strategy.

1 Like