thelfer/tfel

[cast3m interface] add explicit names and 4-letter mapping of internal variables to the castem file

maxence-wz opened this issue · 3 comments

[cast3m interface] add explicit names and 4-letter mapping of internal variables to the castem file

@maxence-wz what about treating material properties and external state variables

My proposal:

** Tridimensional example
** 'OPTION' 'DIMENSION' 3 'MODELISER' 'TRID' ;

** List of material properties:
**
** - YOUN: YoungModulus
** - NU: PoissonRatio
** - RHO: MassDensity
** - H: HardeningSlope
** - SO: Yield strength
 coel = 'MOTS' 'YOUN' 'NU' 'RHO' 'ALPH' 'H' 'S0';

** List of state variables:
**
** - EXX: first component of the ElasticStrain
** - EYY: second component of the ElasticStrain
** - P: EquivalentPlasticStrain
 statev = 'MOTS' 'EEXX' 'EEYY' 'EEZZ' 'EEXY' 'EEXZ' 'EEYZ' 'P';

** List of external state variables:
**
** - T: Temperature
params = 'MOTS' 'T' ;

 MO = 'MODELISER' v 'MECANIQUE' 'ELASTIQUE' 'NON_LINEAIRE'
'UTILISATEUR' 'LIB_LOI' 'libUmatBehaviour.so' 'FCT_LOI'
'umatplasticity' 'C_MATERIAU' coel 'C_VARINTER' statev 'PARA_LOI'
params 'CONS' M;

@maxence-wz please update the release notes and close the issue.

@maxence-wz please update the release notes and close the issue.

done: 4b0b4cb