This is an old revision of the document!
Constitutive law defining distributed loads on a line or a surface. Implemented by: S. Cescotto - mai 1986
Definition of a uniformly distributed load (whether normal or tangent, whether in global axis) on a line (LICHA element) or on a surface (SUCHA element).
Write here the names of the main subroutines of the law (those called by loi2 for Lagamine)
Prepro: LLICHA.F
Lagamine: LICHAB.F/SUCHAB.F (element subroutine)
Plane stress state | YES |
Plane strain state | YES |
Axisymmetric state | YES |
3D state | YES |
Generalized plane state | YES |
Line 1 (2I5, 60A1) | |
---|---|
IL | Law number |
ITYPE | 95 |
COMMENT | Any comment (up to 60 characters) that will be reproduced on the output listing |
Line 1 (2I5) | |
---|---|
IVAL | = 1 in local axis |
= 5 in global axis | |
IMLIC | = 0 normal load for are-length method |
= 1 dead load | |
Line 2 (4G10.0) | |
If IVAL = 1 | |
PRESSF | Normal pressure |
TAUF | Tangent load |
PRESSD | Normal pressure |
TAUD | Tangent load |
If IVAL = 5 | |
SIGXF | Total stress in X axis |
SIGYF | Total stress in Y axis |
SIGXD | Total stress in X axis |
SIGYD | Total stress in Y axis |
During the non-linear analysis, PRESSF and TAUF will be multiplied by the load factor ALAMBF (= FMULT cumulated) while PRESSD and TAUD will be multiplied by the load factor ALAMBD (= DMULT cumulated).
Line 1 (2I5) | |
---|---|
IVAL | = 2 in local axis |
= 6 in global axis | |
IMLIC | = 0 normal load for are-length method |
= 1 dead load |
If IVAL = 2
Line 2 (4G10.0) | |
---|---|
PRESSF1 | Normal pressure for node 1 |
TAUF1 | Tangent load for node 1 |
PRESSD1 | Normal pressure for node 1 |
TAUD1 | Tangent load for node 1 |
Line 3 (4G10.0) | |
PRESSF2 | Normal pressure for node 2 |
TAUF2 | Tangent load for node 2 |
PRESSD2 | Normal pressure for node 2 |
TAUD2 | Tangent load for node 2 |
If IVAL = 6
Line 2 (4G10.0) | |
---|---|
SIGXF1 | Total stress in X axis for node 1 |
SIGYF1 | Total stress in Y axis for node 1 |
SIGXD1 | Total stress in X axis for node 1 |
SIGYD1 | Total stress in Y axis for node 1 |
Line 3 (4G10.0) | |
SIGXF2 | Total stress in X axis for node 2 |
SIGYF2 | Total stress in Y axis for node 2 |
SIGXD2 | Total stress in X axis for node 2 |
SIGYD2 | Total stress in Y axis for node 2 |
Remarks:
If IVAL = 2 and NNODE = 3: Bilinear functions: The nodes N1 and N2 are the two nodes on the extremities of the LICHA element. The distributed load on node N3 is an linear interpolation of the distributed load on nodes N1 and N2.
During the non-linear analysis, PRESSF and TAUF will be multiplied by the load factor ALAMBF (= FMULT cumulated) while PRESSD and TAUD will be multiplied by the load factor ALAMBD (= DMULT cumulated).
Line 1 (2I5) | |
---|---|
IVAL | = 3 in local axis |
= 7 in global axis | |
IMLIC | = 0 normal load for are-length method |
= 1 dead load |
If IVAL = 3
Line 2 (4G10.0) | |
---|---|
PRESSF1 | Normal pressure for node 1 |
TAUF1 | Tangent load for node 1 |
PRESSD1 | Normal pressure for node 1 |
TAUD1 | Tangent load for node 1 |
Line 3 (4G10.0) | |
PRESSF2 | Normal pressure for node 2 |
TAUF2 | Tangent load for node 2 |
PRESSD2 | Normal pressure for node 2 |
TAUD2 | Tangent load for node 2 |
Line 4 (4G10.0) | |
PRESSF3 | Normal pressure for node 3 |
TAUF3 | Tangent load for node 3 |
PRESSD3 | Normal pressure for node 3 |
TAUD3 | Tangent load for node 3 |
If IVAL = 7
Line 2 (4G10.0) | |
---|---|
SIGXF1 | Total stress in X axis for node 1 |
SIGYF1 | Total stress in Y axis for node 1 |
SIGXD1 | Total stress in X axis for node 1 |
SIGYD1 | Total stress in Y axis for node 1 |
Line 3 (4G10.0) | |
SIGXF2 | Total stress in X axis for node 2 |
SIGYF2 | Total stress in Y axis for node 2 |
SIGXD2 | Total stress in X axis for node 2 |
SIGYD2 | Total stress in Y axis for node 2 |
Line 4 (4G10.0) | |
SIGXF3 | Total stress in X axis for node 3 |
SIGYF3 | Total stress in Y axis for node 3 |
SIGXD3 | Total stress in X axis for node 3 |
SIGYD3 | Total stress in Y axis for node 3 |
Remarks:
If IVAL = 3 and NNODE = 2: Impossible
During the non-linear analysis, PRESSF and TAUF will be multiplied by the load factor ALAMBF (= FMULT cumulated) while PRESSD and TAUD will be multiplied by the load factor ALAMBD (= DMULT cumulated).
3 for 3D state
2 for the other cases
For the 3-D state:
SIG(1) | current value of the normal pressure |
SIG(2) | current value of the tangent load in the ξ direction |
SIG(3) | current value of the tangent load in the η direction |
For the other cases:
SIG(1) | current value of the normal pressure |
SIG(2) | current value of the tangent load |
1
Q(1) | = 0 (meaningless) |