You are on page 1of 9

GEFDYN USER'S MANUAL 1 Rel. 5.

4
Supplement to the release 5.3

GEFDYN USER'S MANUAL

RELEASE 5.4

SUPPLEMENT TO THE USER'S MANUAL FOR


RELEASE 5.3

© Copyright CNEH/EDF - COB - ECP/LMSS_Mat September 1992


GEFDYN USER'S MANUAL 2 Rel. 5.4
Supplement to the release 5.3

INTRODUCTION

The present text is a supplement to the User's Manual for GEFDYN Release 5.3, needed to use the new
options of release 5.4 installed in June 1992.

The new options provided in Release 5.4 include:

- the possibility of introducing all the components of a stress tensor as a surface loading in 2D only,

- Mohr-Coulomb constitutive model (MODEL=8),

- messages available in French and in English (the choice is made when installing the software).

This supplement is composed of two parts:

- an addendum to the manual

- an erratum of misprints in the manual.

© Copyright CNEH/EDF - COB - ECP/LMSS_Mat September 1992


GEFDYN USER'S MANUAL 3 Rel. 5.4
Supplement to the release 5.3

ADDENDUM

© Copyright CNEH/EDF - COB - ECP/LMSS_Mat September 1992


GEFDYN USER'S MANUAL 4 Rel. 5.4
Supplement to the release 5.3

p.73 / p A2-1

The following constitutive laws:

- VPMCC (MODEL=3)
- VEEPBB (MODEL=4)
- GEOMAT (MODEL=6)
- ISOGEO (MODEL=7)

are usually used for research. The User has to check that they correspond to his needs before using any of them.

p.131

The 2D and 3D mechanical or hydraulic interface elements (NPAR1=4 et 5) are obsolete. They have
been left in the documents and the software solely for reasons related to compatibility with the different previous
releases of GEFDYN. The corresponding subroutines are no longer included in the the releases existing now.

You have to use:

- mechanical or coupled mechanical-hydraulic interface elements (NPAR1=15 ou 16) to replace the


old mechanical interface elements,

- seepage interface elements (NPAR1=17 ou 18) to replace the old hydraulic interface elements.

© Copyright CNEH/EDF - COB - ECP/LMSS_Mat September 1992


GEFDYN USER'S MANUAL 5 Rel. 5.4
Supplement to the release 5.3

p.179

8.15 2D SURFACE LOADING ELEMENTS NPAR (1) = 6

These elements compute the nodal forces due to a surface mechanical load (surface pressure) or fluid flow.

Surface loadings may :


- vary with space (definition of a gradient of load),
- vary with time (definition of time functions for the load at a reference point and for the
gradient of load).

Thus, the value of the applied load, i.e.

- normal pressure (JDDL=±1)


- a tensor component (JDDL=±11,±12,±13)
- fluid flow (JDDL=±2)

is defined, at a point M with coordinates (y,z) and at a time t, as follows:

p(M,t) = FAC1 * F1(t) + FAC2 * F2(t) * [ (yref-y)*grady + (zref-z)*gradz]

where yref = PTMREF(1)


zref = PTMREF(2)
grady = GRDREF(1)
gradz = GRDREF(2)
F1(t) (respectively F2(t)) is the value of the time function number NCRB1 (respectively NCRB2) at
time t

The data used in this relationship are defined in the lines that follow.

The loads are assumed positive if they are oriented along the outer normal vector to the surface element (cf.
description of the element).

One type of element is available : isoparametric line of 2 to 3 nodes

© Copyright CNEH/EDF - COB - ECP/LMSS_Mat September 1992


GEFDYN USER'S MANUAL 6 Rel. 5.4
Supplement to the release 5.3

p.185

8.15.4. Definition of the Load Case of the Group

8.15.4.1 Which identify space variations of the load case

note (1)

The possible values for the variable JDDL are:

JDDL = ± 1 for a mechanical force applied normally to the surface of the element;

JDDL = ±11,±12,±13
for a surface load from a 2D stress tensor with components σyy, σzz, σyz
and equal to σ.n, in which n is the normal vector at the surface defined at the
end of Chapter 8.15.:

JDDL = ±11 corresponds to the component σyy of the stress tensor

JDDL = ±12 corresponds to the component σzz of the stress tensor

JDDL = ±13 corresponds to the component σyz of the stress tensor

JDDL = ±2 the load is a fluid flow accross the surface of the element.

© Copyright CNEH/EDF - COB - ECP/LMSS_Mat September 1992


GEFDYN USER'S MANUAL 7 Rel. 5.4
Supplement to the release 5.3

Appendix 2

A2.10. Properties of the Material - MOHR-COULOMB elastoplastic model

used by the 2D and 3D elements (NPAR(1) = 2 or 3)


For this model MODEL = NPAR(15) = 8
-----> Mohr-Coulomb elastoplastic law
Model 8 is a non-linear model.
The program takes NCON = 20 and JDETAT = 23

3 data lines

Input in routine EFNL2 and EFNL3

READ (LECG,1010) (PROP(j,n), j=1,NCON)


1010 FORMAT (8F10.0)

note columns variable definition

line 1 :

1-10 PROP(1,n) (XEI) Young's modulus under the reference pressure:


Pref=PROP(10,n)

11-20 PROP(2,n) (XNU) Poisson's ratio (ν)

21-30 PROP(3,n) (XN) non-linear elasticity exponent (n)

(1) 31-40 PROP(4,n) (PHI) critical state friction angle (φ) (in degrees)

(1) 41-50 PROP(5,n) (PSI) characteristic state angle (ψ) (in degrees)

(2) 51-60 PROP(6,n) (XEAUX) Young's modulus for the auxiliary operator
auxiliary XEAUX ≥ XEI

(2) 61-70 PROP(7,n) (XNUUX) Poisson's ratio for the auxiliary operator

71-80 PROP(8,n) (COHSN) cohesion (c)

© Copyright CNEH/EDF - COB - ECP/LMSS_Mat September 1992


GEFDYN USER'S MANUAL 8 Rel. 5.4
Supplement to the release 5.3

line 2 :

1-10 PROP(9,n) (TRCLMT) stress limit for the tensile mechanism

11-20 PROP(10,n) (PREF) reference pressureby default set at -1.E6

21-30 PROP(11,n) (INCMAX) maximum number of sub-increments allowed

31-40 PROP(12,n) (AKS(1)) saturated permeability at the porosity POROS0


in direction Ox (not needed in 2D)

41-50 PROP(13,n) (AKS(2)) saturated permeability at the porosity POROS0


in direction Oy

51-60 PROP(14,n) (AKS(3)) saturated permeability at the porosity POROS0


in direction Oz

61-70 PROP(15,n) (AK0) initial earth pressure coefficient (K0)

71-80 PROP(16,n) (SATR) residual saturation (Sr) in statics and for non-
saturated coupled analysis

line 3 :

1-10 PROP(17,n) (ALFAS) saturation/pore pressure parameter S(p) in


statics and for non-saturated coupled analysis

11-20 PROP(18,n) (DSDPMX) selected by the program, maximum of


d(sat)/dp

21-30 PROP(19,n) (FACNAP) coefficient for an initial eventual phreatic


surface

31-40 PROP(20,n) (ZNAPPE) altitude of the phreatic surface

notes

(1) the law can be associated (PHI=PSI) or unassociated (PHI≠PSI). Angles must be given in degrees.

(2) XEAUX and XNUUX are used to calculate the auxiliary elasticity matrix, which is used in non-linear
system analysis. In general, give XEAUX values that are equal to or greater than the values of XEI. An
increase in these values may lead to better convergence but may increase the CPU time.

© Copyright CNEH/EDF - COB - ECP/LMSS_Mat September 1992


GEFDYN USER'S MANUAL 9 Rel. 5.4
Supplement to the release 5.3

ERRATUM

General Data:

p.13

IDGEOM must be set at 2.or at 3. By default, IDGEOM is set at 3.

© Copyright CNEH/EDF - COB - ECP/LMSS_Mat September 1992

You might also like