You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where LS_strain_inf, LS_strain_sup... are lists of the size [3 x number_of_layers].
The dimension 3 is related to the 3 stresses/strains types (i.e. sigma1, sigma2, tau).
This means that the current format is:
MS_stress_inf = [sig_1, sig_2, tau]
It would be better to continue the formatting in a cascading dictionary for easier understanding of what the results hold, that is:
In the results given by calc_stressCLT in the CLT module, the current returned data structure is like this:
Where LS_strain_inf, LS_strain_sup... are lists of the size
[3 x number_of_layers]
.The dimension 3 is related to the 3 stresses/strains types (i.e.
sigma1, sigma2, tau
).This means that the current format is:
It would be better to continue the formatting in a cascading dictionary for easier understanding of what the results hold, that is:
This change will result in errors in the
Failure Criteria
module, which will have to be adjusted to this new format.The text was updated successfully, but these errors were encountered: