Hi, Dr. Roozbeh.
Thank you for your feedback and explanations.
I still have a question when I look at Tutorial 7 ? ADONIS (Figure 8, page 9).
In properties of beam elements (Figure
, the value of Area in (m?) is equal to the thickness of the shotcrete, that is, A= 0.10 m?.
Therefore, I understand that this value is a unit value, that is: 0.10 m?/m and not the cross-sectional area of the tunnel wall, as you explained to me above. If it were the cross-sectional area, you would need to multiply that number by the
perimeter of the coating, which did not occur during the launch of the information in the software.
So my question is: should the value to be filled in the Area (m?) field be the unit value of the wall area in m?/m?
Likewise, the question applies to the moment of inertia, which in the case of Tutorial 7, this moment was defined as being: 1.00 x 0.10? / 12= 8.33E-5 m4, where 1.00 = ? beam b?, as follows:
I understand that the software always assumes beam b= 1.00 m, correct?
// install shotcrete var beam_nu = 0.2; // shotcrete poisson's ratio
var beam_th = 0.1; // shotcrete thickness
var beam_b = 1.0; // out of plane length
var beam_area = beam_th * beam_b; // shotcrete area
var beam_I = (beam_b*Math.pow(beam_th,3))/12.0; // shotcrete moment of inertia
var beam_ymod = 15e9 / (1-Math.pow(beam_nu,2)); // And should be divided by (1 − nu^2) to account for plane-strain conditions.
structure("drawbeam","beamid",1,"xlim",-6.5,6.5,"ylim",-16.3,-10.5)
structure("material","beamid",1,"area",beam_area,"I",beam_I,"ymod",beam_ymod)
What elastic model is available for beam elements? Can you please clarify?
Best Regards.
CRO