Henrik Sönnerlind
COMSOL Employee
Please login with a confirmed email address before reporting spam
Posted:
7 years ago
26 oct. 2017, 02:11 UTC−4
Hi Wenxue,
It is elements of the strain tensor which are passed to the external material. This means that the shear terms are , rather than the engineering shears .
This also has the implication that the D matrix is unsymmetric (by a factor of 2) with respect to terms in the last three columns/rows. This is a fact which we have emphasized in the documentation for the upcoming 5.3a release since we have seen some cases where it has been overlooked.
Regards,
Henrik
-------------------
Henrik Sönnerlind
COMSOL
Hi Wenxue,
It is elements of the strain tensor which are passed to the external material. This means that the shear terms are \epsilon_{ij}, rather than the engineering shears \gamma_{ij} = 2\epsilon_{ij}.
This also has the implication that the D matrix is unsymmetric (by a factor of 2) with respect to terms in the last three columns/rows. This is a fact which we have emphasized in the documentation for the upcoming 5.3a release since we have seen some cases where it has been overlooked.
Regards,
Henrik
Please login with a confirmed email address before reporting spam
Posted:
7 years ago
26 oct. 2017, 10:17 UTC−4
Dear Henrik,
Thank you for your kind response.
I cannot understand why the D matrix is unsymmetric when the shear strain replace the engineering strain . To the best of my knowledge, I thought it's just a difference in multiple of the last three columns/rows.
Dear Henrik,
Thank you for your kind response.
I cannot understand why the D matrix is unsymmetric when the shear strain replace the engineering strain . To the best of my knowledge, I thought it's just a difference in multiple of the last three columns/rows.
Henrik Sönnerlind
COMSOL Employee
Please login with a confirmed email address before reporting spam
Posted:
7 years ago
27 oct. 2017, 01:36 UTC−4
Updated:
7 years ago
27 oct. 2017, 09:47 UTC−4
Hi Wenxue,
Think of the elements D14 and D41. If we have an elastic material and use engineering shears, , then they are equal.
But and
If we replace by in the strain representation, nothing happens to D41. D14, however, changes by a factor of 2, since it is now .
So the three last columns of D, which act as multiplier to the shear strains shift by a factor of 2.
Regards,
Henrik
-------------------
Henrik Sönnerlind
COMSOL
Hi Wenxue,
Think of the elements D14 and D41. If we have an elastic material and use engineering shears, \gamma, then they are equal.
But D_{14}=\frac{\partial \sigma_x}{\partial \gamma_{yz}} and D_{41}=\frac{\partial \sigma_{yz}}{\partial \epsilon_x}
If we replace \gamma_{ij} by \epsilon_{ij} in the strain representation, nothing happens to D41. D14, however, changes by a factor of 2, since it is now \frac{\partial \sigma_x}{\partial \epsilon_{yz}}.
So the three last columns of D, which act as multiplier to the shear strains shift by a factor of 2.
Regards,
Henrik
Please login with a confirmed email address before reporting spam
Posted:
7 years ago
18 déc. 2017, 08:24 UTC−5
Dear Henrik,
Thank you for your kind response. I get it.
I 'm plagued by another problem.
I have rewritten the linearelastic.c program of the example for it can be used to the transverseisotropy Material. There is five input arguments and the D matrix is different from isotropy material. See the appendix in detail.
But there are some differences in the results bettween calculated by External materials and direct calculated by orthotropic elastic. Such as mises stress and strain component. See the appendix in detail.
Dear Henrik,
Thank you for your kind response. I get it.
I 'm plagued by another problem.
I have rewritten the linearelastic.c program of the example for it can be used to the transverseisotropy Material. There is five input arguments and the D matrix is different from isotropy material. See the appendix in detail.
But there are some differences in the results bettween calculated by External materials and direct calculated by orthotropic elastic. Such as mises stress and strain component. See the appendix in detail.
Please login with a confirmed email address before reporting spam
Posted:
7 years ago
18 déc. 2017, 08:59 UTC−5
This is the .c program appendix.
This is the .c program appendix.