From 4b0b4cb99ee81b15e9f436a9320b3c0448ce8a64 Mon Sep 17 00:00:00 2001 From: maxence-wz <91597548+maxence-wz@users.noreply.github.com> Date: Wed, 26 Jun 2024 07:58:27 +0200 Subject: [PATCH] Describes the changes made by closing issue 582 for release-notes Closes 582 --- docs/web/release-notes-5.0.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/docs/web/release-notes-5.0.md b/docs/web/release-notes-5.0.md index a097d1ab0..11d90223d 100644 --- a/docs/web/release-notes-5.0.md +++ b/docs/web/release-notes-5.0.md @@ -215,6 +215,25 @@ use the `TFEL` libraries in `C++` projects, using either the # Issues fixed +## Issue 582: [cast3m interface] add explicit names and 4-letter mapping of internal variables to the castem file + +Adds the correspondence between variable names and the 4-letter +names used in castem to the example `.dgibi` file, generated by `MFront` +with castem interfaces. The mapping is written in the file as a comment, +for example in the form : + +``` +** List of material properties: +** +** - YOUN: YoungModulus +** - NU: PoissonRatio +** - RHO: MassDensity +** - H: HardeningSlope +** - SO: Yield strength +``` + +For more details, see + ## Issue 585: [mfront] Allow to override inputs in material properties ~~~{.bash} @@ -259,4 +278,4 @@ For more details, see ## Issue 476: [generic interface] Add support for arrays of thermodynamic forces -For more details, see \ No newline at end of file +For more details, see