Skip to content

Commit 0f7b041

Browse files
adding HELP
1 parent 00d8770 commit 0f7b041

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

kratos.gid/apps/Structural/xml/ConstitutiveLaws.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@
292292
</CLaw>
293293

294294
<!--ViscousGeneralizedMaxwell3D-->
295-
<CLaw n="ViscousGeneralizedMaxwell3D" pn="Generalized Maxwell" Type="3D" Behaviour="Small strain generalized Maxwell" StrainSize="6" ImplementedInApplication="StructuralMechanicsApplication" Dimension="3D" LargeDeformation="False" RequiresLocalAxes="False" HybridType="False">
295+
<CLaw n="ViscousGeneralizedMaxwell3D" pn="Generalized Maxwell" Type="3D" Behaviour="Small strain generalized Maxwell" StrainSize="6" ImplementedInApplication="StructuralMechanicsApplication" Dimension="3D" LargeDeformation="False" RequiresLocalAxes="False" HybridType="False" help="This viscoelastic model has been widely used when simulating the stress relaxation of materials subjected to a constant strain rate (like in pre-stressing tendons used in civil engineering).">
296296
<inputs>
297297
<parameter n="DENSITY" pn="Density" unit_magnitude="Density" units="kg/m^3" v="2400"/>
298298
<parameter n="YOUNG_MODULUS" pn="Young Modulus" unit_magnitude="Pa" units="Pa" v="30.0e9" />
@@ -304,12 +304,12 @@
304304
</CLaw>
305305

306306
<!--ViscousGeneralizedKelvin3D-->
307-
<CLaw n="ViscousGeneralizedKelvin3D" pn="Generalized Kelvin" Type="3D" Behaviour="Small strain generalized Kelvin" StrainSize="6" ImplementedInApplication="StructuralMechanicsApplication" Dimension="3D" LargeDeformation="False" RequiresLocalAxes="False" HybridType="False">
307+
<CLaw n="ViscousGeneralizedKelvin3D" pn="Generalized Kelvin" Type="3D" Behaviour="Small strain generalized Kelvin" StrainSize="6" ImplementedInApplication="StructuralMechanicsApplication" Dimension="3D" LargeDeformation="False" RequiresLocalAxes="False" HybridType="False" help="This viscous model has been used in general to simulate delayed strains in materials such as the creep in concrete and soils">
308308
<inputs>
309309
<parameter n="DENSITY" pn="Density" unit_magnitude="Density" units="kg/m^3" v="2400"/>
310310
<parameter n="YOUNG_MODULUS" pn="Young Modulus" unit_magnitude="Pa" units="Pa" v="30.0e9" />
311311
<parameter n="DELAY_TIME" pn="Delay time" v="1.0" />
312-
<parameter n="POISSON_RATIO" pn="Poisson Ratio" v="0.2" />
312+
<parameter n="POISSON_RATIO" pn="Poisson Ratio" v="0.2"/>
313313
</inputs>
314314
<outputs></outputs>
315315
</CLaw>

0 commit comments

Comments
 (0)