• Aucun résultat trouvé

Operator POST_LIQUEFACTION Code_Aster

N/A
N/A
Protected

Academic year: 2022

Partager "Operator POST_LIQUEFACTION Code_Aster"

Copied!
4
0
0

Texte intégral

(1)

Code_Aster Version default

Titre : Opérateur POST_LIQUEFACTION Date : 03/05/2019 Page : 1/4

Responsable : VOLDOIRE François Clé : U4.84.44 Révision :

fe525851538f

Operator POST_LIQUEFACTION

1 Goal

This order allows to calculate the value of a criterion ru evaluating the zones of liquefaction in a geotechnical work, modelled by a saturated porous environment. Four formulas are available to calculate this criterion:

• DP_SIGV_REF : LE criterion is based on the values in any material point of the pore water pressure at the moment considered, of the pore water pressure at the moment of reference and of the component of the effective stress field at the moment of reference, according to the direction of the gravity, associated with the weight of the grounds. He allowed that when the value of the criterion exceeds 0.8, one is deduced from it a risk from local liquefaction.

• DP_SIGM_REF : the criterion is calculated starting from the values in any material point of the pore water pressure at the moment considered, pore water pressure at the moment of reference and of the effective average constraint at the moment of reference.

• DP : C‘is a difference in pore water pressure between one moment

t

and a moment of reference.

• P_SIGM : the criterion calculationE starting from the pore water pressure and of the effective average constraint at the moment t .

This calculation of postprocessing is independent of the mechanical model of behavior of the porous environment considered.

As starter, one gives:

• the concept result EVOL_NOLI simulation of the work at the moment considered;

• the axis according to which gravity applies;

• For the criteria DP_SIGV_REF/DP_SIGM_REF/DP :

• a concept result EVOL_NOLI of “reference” of simulation of the work;

• the moment of reference.

At exit, a concept result is obtained EVOL_NOLI who contains in a field at the points of Gauss of the type ‘ELGA_SIEF_R‘the value of the criterion, in the variable SIPXX or SIPYY or SIPZZ according to the direction of gravity in the grid.

Warning : The translation process used on this website is a "Machine Translation". It may be imprecise and inaccurate in whole or in part and is provided as a convenience.

Copyright 2021 EDF R&D - Licensed under the terms of the GNU FDL (http://www.gnu.org/copyleft/fdl.html)

(2)

Code_Aster Version default

Titre : Opérateur POST_LIQUEFACTION Date : 03/05/2019 Page : 2/4

Responsable : VOLDOIRE François Clé : U4.84.44 Révision :

fe525851538f

2 Syntax

POST_LIQ = POST_LIQUEFACTION (

♦ CRITERION = /‘DP_SIGV_REF’, /‘DP_SIGM_REF’, /‘DP’,

/‘P_SIGM’,

♦ RESULT = resu , [evol_noli]

♦ AXIS = / ‘X’, / ‘Y', / ‘Z’,

For criteria DP_SIGV_REF/DP_SIGM_REF/DP

♦ RESU_REF = resu_ref , [ evol_noli]

♦ INST_REF = inst_ref, [R]

);

Warning : The translation process used on this website is a "Machine Translation". It may be imprecise and inaccurate in whole or in part and is provided as a convenience.

Copyright 2021 EDF R&D - Licensed under the terms of the GNU FDL (http://www.gnu.org/copyleft/fdl.html)

(3)

Code_Aster Version default

Titre : Opérateur POST_LIQUEFACTION Date : 03/05/2019 Page : 3/4

Responsable : VOLDOIRE François Clé : U4.84.44 Révision :

fe525851538f

3 Description

Lorder has POST_LIQUEFACTION allows to calculate the value of a criterion evaluating the zones of liquefaction in a geotechnical work, modelled by a saturated porous environment. Four formulas are available to calculate this criterion:

• DP_SIGV_REF : the criterion is based on the values in any material point of the pore water pressure

p

h at the moment

t

, pore water pressure at the moment of reference

t

réf , component of the effective stress field veff at the moment of reference, according to the direction of the gravity, associated with the weight of the grounds. It is allowed that when the value of the criterion exceeds 0.8, one from of deduced a risk from local liquefaction: to consult for example the document DGPR,

“seismic Risk and security of the hydraulic works”, final version of October 2014. Its expression is the following one, at the moment

t

and at the point

x

:

r

u

(t , x)= p

h

(t , x) – p

h

( t

réf

,x) σ

effv

(t

réf

, x)

• DP_SIGM_REF : the criterion is calculated starting from the values in any material point of the pore water pressure

p

h at the moment

t

, pore water pressure at the moment of reference

t

réf

and of the effective average constraint

σ

meff at the moment of reference. Its expression is the following one, at the moment

t

and at the point

x

:

r

u

(t , x)= p

h

(t , x) – p

h

( t

réf

,x) σ

effm

(t

réf

, x)

with the average constraint defined by

σ

meff

( t

réf

, x)=

effxx

(t

réf

, x)+ σ

effyy

(t

réf

, x)+σ

effzz

(t

réf

, x)) 3

• DP : it is a difference in pore water pressure ph between one moment

t

and a moment of reference

t

réf . Its expression is the following one, at the moment

t

and at the point

x

:

r

u

(t , x)= p

h

(t , x) – p

h

(t

réf

, x)

• P_SIGM : the criterion is calculated starting from the pore water pressure

p

h and the effective average constraint at the moment

t

. Its expression is the following one, at the moment

t

and at the point

x

:

r

u

(t , x)= p

h

(t ,x ) σ

meff

(t , x)

with the average constraint defined by

σ

meff

( t , x)=

effxx

(t , x)+σ

effyy

(t , x)+σ

effzz

(t , x)) 3

This calculation of postprocessing is independent of the model of mechanical behavior of the porous environment considered. Let us specify that only one formula can be associated with the order. If the user wants to calculate several criteria, it must use several times the order. LE CAS-test zzzz403a [V1.01.403]

illustrate an implementation of the order on a fictitious case and documentation [U2.04.09] present calculations of liquefaction.

4 Keywords

4.1 Concept created by the order

Warning : The translation process used on this website is a "Machine Translation". It may be imprecise and inaccurate in whole or in part and is provided as a convenience.

Copyright 2021 EDF R&D - Licensed under the terms of the GNU FDL (http://www.gnu.org/copyleft/fdl.html)

(4)

Code_Aster Version default

Titre : Opérateur POST_LIQUEFACTION Date : 03/05/2019 Page : 4/4

Responsable : VOLDOIRE François Clé : U4.84.44 Révision :

fe525851538f This order creates at exit a concept of the type result EVOL_NOLI, in which one will extract the field

‘SIEF_ELGA‘, then the component SIPXX, or SIPYY or SIPZZ according to the direction of gravity in the grid (see § 4.4).

4.2 Keyword CRITERION

It keyword allows to choose the formula of computation of the criterion.

♦ CRITERION = ‘ DP_SIGV_REF ‘ or ‘ DP_SIGM_REF ‘ or ‘ DP ‘ or ‘ P_SIGM

4.3 Keywords RESU_REF and RESULT

♦ RESULT = resu

It keyword obligatory allows to inform the name of the concept of the type Resultat, for which the calculation of the work was carried out, in which one recovers the pore water pressure at the moment considered, in the form of a field ‘SIEF_ELGA‘.

For the criteria ‘ DP_SIGV_REF ‘ / ‘ DP_SIGM_REF ‘ / ‘ DP ‘ :

♦ RESU_REF = resu_ref

This obligatory operand for the criteria ‘DP_SIGV_REF‘/‘DP_SIGM_REF‘/‘DP‘ allows to inform the name of the concept of the type result, for which the calculation of the work was carried out, in which one recovers the pore water pressure at the moment of reference, in the form of a field ‘ SIEF_ELGA ‘.

Note:

Only a structure result of the type evol_noli can be well informed in these keywords.

4.4 Keyword INST_REF

For the criteria ‘ DP_SIGV_REF ‘ / ‘ DP_SIGM_REF ‘ / ‘ DP ‘ .

♦ INST_REF = inst_ref

This keyword is obligatory for the criteria ‘DP_SIGV_REF‘/‘DP_SIGM_REF‘/‘DP‘. It allows to inform the moment of reference where the value of the component of the effective stress field is taken

veff and of the pore water pressure

p

h .

4.5 Keyword AXIS

♦ AXIS = /‘X’

/‘Y’

/‘Z’

This keyword obligatory allows to inform the direction

x

,

y

or

z

grid according to which gravity is exerted.

Warning : The translation process used on this website is a "Machine Translation". It may be imprecise and inaccurate in whole or in part and is provided as a convenience.

Copyright 2021 EDF R&D - Licensed under the terms of the GNU FDL (http://www.gnu.org/copyleft/fdl.html)

Références

Documents relatifs

ذإ تحبصأ ةرادإ ملع ًف ةٌوٌحلا تاعوضوملا نم ةفرعملا ةرادلإا ، ام نلذ ًف دعاس دل و هترفأ نم ةملوعلا رطاخمو صرف ةفاضلإاب ىلإ ًتلا تلااصتلاا ةروث عسوت

Pour le neuroscientifique, ces événements, ces signaux sont de vexantes provocations, car si l'on crie, si notre cœur s'emballe et si nos mains deviennent moites en tombant nez à

Agathe Billette de Villemeur, Pierre Tattevin, Louis-Rachid Salmi. Hygiene promotion might be better than serological screening to deal with Cytomegalovirus infection during

We also conclude that despite being at a high alpine site, the vast majority of the air observed was extensively influence by the boundary layer during our campaign (diagnosed from

Pour une séance d’improvisation libre, un musicien, ou plus souvent un groupe de musiciens, se réunissent pour jouer ensemble, a priori sans forme préétablie, ni durée fixée,

L’insuffisance des ressources humaines, matérielles et financières des acteurs et institutions en charge de la conservation de la faune dans la forêt d’Ebo justifie la

10.Fire of the Holy Spirit, cancel and completely destroy all the covenants that bring evil things around my spirit, soul, body and family in the Name of Jesus. 11.I cancel and

Swiss Centre for Antibiotic Resistance (ANRESIS) network: Institute for Laboratory Medicine, Cantonal Hospital Aarau; Central Laboratory, Microbiology Section, Cantonal