From c1daa19f71dbf4908e11a81f8d36e2ded97143e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20Iraz=C3=A1bal=20Gonz=C3=A1lez?= Date: Thu, 4 Jul 2024 13:25:07 +0200 Subject: [PATCH] [Dam] Correct joint constitutive law name (#983) * Minor changes in joints description * Correct variable name --- kratos.gid/apps/Dam/write/write.tcl | 2 +- kratos.gid/apps/Dam/xml/ConstitutiveLaws.xml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/kratos.gid/apps/Dam/write/write.tcl b/kratos.gid/apps/Dam/write/write.tcl index a6b2f3169..2531d49e0 100644 --- a/kratos.gid/apps/Dam/write/write.tcl +++ b/kratos.gid/apps/Dam/write/write.tcl @@ -81,7 +81,7 @@ proc ::Dam::write::UpdateMaterials { } { dict set matdict $mat THICKNESS 1.0 set newconstlaw "IsotropicDamageCohesive2DLaw" } - if {$constlaw eq "IsotropicDamageCohesive2DLawPlaneStrain"} { + if {$constlaw eq "IsotropicDamageCohesive2DPlaneStrain"} { dict set matdict $mat THICKNESS 1.0 set newconstlaw "IsotropicDamageCohesive2DLaw" } diff --git a/kratos.gid/apps/Dam/xml/ConstitutiveLaws.xml b/kratos.gid/apps/Dam/xml/ConstitutiveLaws.xml index 4401fb4eb..2aef9f45a 100644 --- a/kratos.gid/apps/Dam/xml/ConstitutiveLaws.xml +++ b/kratos.gid/apps/Dam/xml/ConstitutiveLaws.xml @@ -61,7 +61,7 @@ + help="Elastic Cohesive law (no breakage) for joints in 3D problems" Dimension="3D" LargeDeformation="False" RequiresLocalAxes="False" HybridType="False" AllowsAnisotropy="False" DamageType="Local,NonLocal" > @@ -199,8 +199,8 @@ - + @@ -210,8 +210,8 @@ - +