Skip to content

SDV values for orthotropic bamboo damage not correctly reported #678

Answered by thelfer
JAWilliams123 asked this question in Q&A
Discussion options

You must be logged in to vote

Based on the updated file, I want to confirm that there is no need to update Dv to incorporate the damage that has occurred.

The current implementation returns the elastic stiffness for the tangent operator which would lead to an approximate jacobian.

If you modify Dv to take damage into account, you would get the secant operator which is a better approximation.

If you want the true consistent tangent operator, you have to compute something like:

dsig_deto = Dv + (dDv_dx * (eto + deto) ^ ddx_ddeto) + ... 

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@JAWilliams123
Comment options

@thelfer
Comment options

@JAWilliams123
Comment options

@thelfer
Comment options

Answer selected by JAWilliams123
@JAWilliams123
Comment options

@thelfer
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants