Hello,
Would anyone be able to confirm my understanding of how flexibility and stress intensity factors are applied for the case of circular pipes?
While recently doing pipe stress analysis it appeared that when one uses flexibility factors, the stresses SMFY and SMFZ are reduced, and trying to compensate with stress intensity factors works in an incomprehensible way.
Intuitively, and according to R3.8.01 §10.2 the flexibility factor should only reduce the section modulus, and the intensity factor should only scale the stress.
The output of SIEF makes sense, moments are not reduced by the flexibility factor, while the displacement is increased as expected with a decrease of the section modulus.
Now looking at bibfor/elements/porigi.F90, the in and out-of-plane flexibility coefficients are effectively reducing the section modulus xiy and xiz. If I'm correct the stresses are calculated in bibfor/elements/posigr.F90, and one can see that in and out-of plane flexibilities and intensities are applied in the case of a rectangular section, but the for the circular section the assumption that xiy == xiz is silently made (which makes the specification of in and out-of-plane ineffective). From the code here I also don't understand why the stress is lowered by the flexibility factor...
So here is the question: are these two files (porigi & posigr) the correct ones to understand what is going on with the flexibility and stress intensification factors, or there are other files I didn't spot?
Thanks,
Ect