-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wood material repo #2
Comments
Hi Lorenzo, |
Hi Thomas, The numerical solution is made by code_aster 14.6 with the command SIMU_POINT_MAT Thank you |
Hi Lorenzo, Created this branch to work on this issue: https://github.com/thelfer/MFrontGallery/tree/th/work_issue_2 I added a first implementation in small strain called I then created a second implementation called The common part of both implementations is in a file called There are two things to discuss now:
|
Hi Thomas, |
And Here the corrected unit test with SigmaXX=-1Mpa, in radial direction I would ask you to correct the date in the material behavior, I left a wrong one in the text |
Why aren't the shear modulus just a permutation of the previous values ? |
Because I made an error in the first list. I apologize. |
Hi Lorenzo,
|
Hi Thomas, |
Hi @lore-rip |
Hi Thomas, |
Hi, |
Hi, Three regression tests are included with material rotation of 0°,45° and 90° and unitary moisture content variation All the best Lorenzo |
@lore-rip. Just one remark, why did you declare the moisture as a material property and not an external state variable. |
@lore-rip Sorry, but I can't reproduce the results of your test. Please find attached a test for phi=0 which uses your implementation. Would you have a look at it ? |
Hi |
Hi, I noticed that some values from mtest were not correct, I changed my input to match your mtest. |
@lore-rip It works now. What did you change ? |
@thelfer I changed the imposed sigma value, the last shear modulus and added the 10 steps. I think that the first one is the only affecting the result. |
@lore-rip Indeed, 10 steps shall not change anything. For the imposed sigma value, I just read it in the first results that you sent me... For the shear modulus, I used the values that you gave me:
I did not (yet) receive your private mail, or are you taking about a previous one ? |
@thelfer as far as I understand you used a Shear Modulus13 of 113 instead of 114 I sent the mail again, please confirm to me that if it is not arriving, as it is quite important |
You're right. I got your mail. |
Thank you very much!! :) |
@lore-rip Would you have a look at this directory: https://github.com/thelfer/MFrontGallery/tree/master/generic-behaviours/elasticity. Could you send me the results of the tests for angles pi/4 and pi/2 ? |
@thelfer running your updated script I obtain this error in the command of code_aster (15 and 14) that build the library: CREA_LIB_MFRONT(DEBUG='NON', Treating target : all |
@lore-rip I updated to make it work with earlier versions of TFEL. |
@thelfer it seems that a problem with the variable dw is arising CREA_LIB_MFRONT(DEBUG='NON', Treating target : all |
@lore-rip Did you turn w into a material property as in the initial implementation ? If so, this would explain the error as material properties are assumed to be given at the end of the time step. |
@thelfer, you were right CREA_LIB_MFRONT(DEBUG='NON', Treating target : all
╔════════════════════════════════════════════════════════════════════════════════════════════════╗ Mémoire (Mo) : 987.58 / 979.47 / 47.79 / 24.37 (VmPeak / VmSize / Optimum / Minimum)Fin commande #3 user+syst: 2.05s (syst: 0.23s, elaps: 2.28s)----------------------------------------------------------------------------------------------Traceback (most recent call last): |
Anyways in my code aster full implementation the moisture field and the angle field are calculated a priori as NEUT fields. This assures the possibility also of using syrthes if needed. |
@lore-rip you shall probably use swell(0) = 0.00064 * (NEUT2 + dNEUT2); BTW, what is the meaning of having a constant axial swelling ? |
@thelfer it is clearly an error, sorry!
it make perfectly sense! Thanks |
Are NEUT* special names ? BTW, relative humidity is associated with the special name SECH (see https://thelfer.github.io/MFrontGallery/web/Burger_EDF_CIWAP_2021.html#variables-declarations). I imagine that MoistureContent and RelativeHumidity are related (egal ?) but did not dig further. |
Yes Thomas. |
@lore-rip, Indeed, |
Now your script works greatly, and with the following modifications it is possible to use it within SIMU_POINT_MAT in code_aster |
Summarizing we have 2 behaviors to describe cylindrical elasticity with swelling for wood: 1.WoodOrthotropicElasticity_2022_a.mfront that is the basic implementation of orthotropic behavior in cylindrical coordinates 2.WoodOrthotropicConicElasticity_2022_a.mfront that takes into account also of the possible conical growth of the rings in the vertical direction (here attached) |
@thelfer Hi, please find attached some regression test Here the coefficient and the external variables Test_01a Test_02a Test_03a Test_01b Test_02b Test_03b Test_04b Test_05b Test_06b |
I would like to ask to include behaviors for wood in the repository.
Here attached the first one that is an orthotropic Maxwell viscoelastic law, described in the attached paper.
Thanks
Lorenzo
ortho_Maxwell.zip
3D_visco-elastic_modeling_Froidevaux_al.pdf
The text was updated successfully, but these errors were encountered: