Metafor

ULiege - Aerospace & Mechanical Engineering

User Tools

Site Tools


doc:user:general:syntaxchange

Syntactic changes

This page records the evolution of the syntax of the python input files.

Version 3484

MR 33 sur GitLab

unification des sens des normales pour les éléments de presssion (2D/3D),

  • en 2D : inverser (*-1) les valeurs de la pression et du cisaillement
  • en 3D : inverser (*-1) les valeurs du cisaillement mais conserver la valeur de la pression

Par raison d'unité : j'ai renommé TractionXXXElement en PressureXXXElement (ce qui a aussi l'avantage de “forcer” la modification des tests et donc d'attirer l'attention sur la nécessité de corriger les valeurs imposées)

Version 2859

Commit 2017-02-23 For mass and damping elements only!!!

Old syntax New syntax
FieldApplicator Mechanism0DInteraction

Version 2622

Commit 2016-04-25

Old syntax New syntax
GapValueExtractor NormalGapValueExtractor

Version 2418

Commit 2015-10-07, Commit 2015-09-24

Old syntax New syntax
metafor.setIntegerData(MDE_NDYN,0) ti = QuasiStaticTimeIntegration(metafor)
metafor.setTimeIntegration(ti)
metafor.setIntegerData(MDE_NDYN,1) ti = CentralDifferenceTimeIntegration(metafor)
metafor.setTimeIntegration(ti)
metafor.setIntegerData(MDE_NDYN,2) ti = AlphaGeneralizedIntegration(metafor)
metafor.setRealData(MDR_ALPM,alphaM) ti.setAlphaM(alphaM)
metafor.setRealData(MDR_ALPF,alphaM) ti.setAlphaF(alphaF)
metafor.setRealData(MDR_BET0,beta0) ti.setBeta0(beta0)
metafor.setRealData(MDR_GAM0,gamma0) ti.setGamma0(gamma0)
metafor.setTimeIntegration(ti)

Version 2404 (student 2015)

Version 2267

Commit 2015-05-22

Old syntax New syntax
DbValueExtractor DbNodalValueExtractor
NodalInternalFieldValueExtractor IFNodalValueExtractor
ElementInternalFieldValueExtractor IFElementValueExtractor
GaussPointInternalFieldValueExtractor IFGaussPointValueExtractor

Romain BOMAN 2016/01/25 09:44

doc/user/general/syntaxchange.txt · Last modified: 2021/07/06 08:44 by boman

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki