NM3D2

NN-MM Interaction Inelastic Section (Linear Hardening)

References

Syntax

Option One

section NM3D2 (1) (2...11)
# (1) int, unique section tag
# (2) double, EA
# (3) double, strong axis EI
# (4) double, weak axis EI
# (5) double, yielding axial force
# (6) double, yielding strong axis moment
# (7) double, yielding weak axis moment
# (8) double, c
# (9) double, isotropic hardening parameter H
# (10) double, kinematic hardening parameter K
# (11) double, linear density

The NN-MM interaction surface is defined as follows.

f=1.15p2+ms2+mw4+3.67p2ms2+3p6mw2+4.65ms4mw2cf=1.15p^2+m_s^2+m_w^4+3.67p^2m_s^2+3p^6m_w^2+4.65m_s^4m_w^2-c

where pp, msm_s and mwm_w are normalised axial force and moments about strong and weak axes. The surface is suitable for I-sections.

Option Two

One may wish to customise the surface by assigning different weights and orders, it is possible by using the following syntax.

section NM3D2 (1) (2...11) [(12) (13) (14) (15)...]
# (1) int, unique section tag
# (2) double, EA
# (3) double, strong axis EI
# (4) double, weak axis EI
# (5) double, yielding axial force
# (6) double, yielding strong axis moment
# (7) double, yielding weak axis moment
# (8) double, e
# (9) double, isotropic hardening parameter H
# (10) double, kinematic hardening parameter K
# (11) double, linear density
# (12) double, a_i
# (13) double, b_i
# (14) double, c_i
# (15) double, d_i

In the above command, parameters (12), (13), (14) and (15) form a set of parameters and can be appended as many groups as analyst wishes. The surface is assumed to possess the following form,

f=i=1naipbimscimwdie.f=\sum_{i=1}^na_ip^{b_i}m_s^{c_i}m_w^{d_i}-e.

For example, the previous surface f=1.15p2+ms2+mw4+3.67p2ms2+3p6mw2+4.65ms4mw2cf=1.15p^2+m_s^2+m_w^4+3.67p^2m_s^2+3p^6m_w^2+4.65m_s^4m_w^2-c can be equivalently expressed with the second syntax as follows.

section NM3D2 (1) (2...11) 1.15 2. 0. 0. 1. 0. 2. 0. 3.67 2. 2. 0. 3. 6. 0. 2. 4.65 0. 4. 2.

The only validation implemented is the number of triplets. The command takes 4n4n parameters and interprets them accordingly. Please make sure the definition is correct.

Remarks

The true hardening ratio is defined as

H+K1+H+K,\dfrac{H+K}{1+H+K},

since HH and KK are hardening ratios based on plastic strain.

Output Type

This model supports the following additional history variables to be recorded.

variable labelphysical meaning

YF

yielding flag (vector of size 2)

Last updated