Skip to content

Commit 1e00c50

Browse files
more comments in the help
1 parent 1fbaadb commit 1e00c50

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
</CLaw>
204204

205205
<!--Damage isotropic-->
206-
<CLaw n="SmallStrainIsotropicDamage3DVonMisesVonMises" pn="Small Strain Isotropic damage" Type="3D" Behaviour="Damage" StrainSize="6" ImplementedInApplication="StructuralMechanicsApplication" help="Isotropic damage for 3d solids" Dimension="3D" LargeDeformation="False" RequiresLocalAxes="False" HybridType="False">
206+
<CLaw n="SmallStrainIsotropicDamage3DVonMisesVonMises" pn="Small Strain Isotropic damage" Type="3D" Behaviour="Damage" StrainSize="6" ImplementedInApplication="StructuralMechanicsApplication" help="Isotropic damage for 3d solids. This CL computes a certain damage which degrades the stiffness of the material." Dimension="3D" LargeDeformation="False" RequiresLocalAxes="False" HybridType="False">
207207
<inputs>
208208
<parameter n="DENSITY" pn="Density" unit_magnitude="Density" units="kg/m^3" v="2400"/>
209209
<parameter n="YOUNG_MODULUS" pn="Young Modulus" unit_magnitude="P" units="Pa" v="30.0e9" />
@@ -215,7 +215,7 @@
215215
<outputs></outputs>
216216
</CLaw>
217217

218-
<CLaw n="SmallStrainIsotropicDamage2DVonMisesVonMises" pn="Small Strain Isotropic damage" Type="PlaneStrain" Behaviour="Damage" StrainSize="3" ImplementedInApplication="StructuralMechanicsApplication" help="Isotropic damage for 2d solids" Dimension="2D" LargeDeformation="False" RequiresLocalAxes="False" HybridType="False">
218+
<CLaw n="SmallStrainIsotropicDamage2DVonMisesVonMises" pn="Small Strain Isotropic damage" Type="PlaneStrain" Behaviour="Damage" StrainSize="3" ImplementedInApplication="StructuralMechanicsApplication" help="Isotropic damage for 2d solids. This CL computes a certain damage which degrades the stiffness of the material." Dimension="2D" LargeDeformation="False" RequiresLocalAxes="False" HybridType="False">
219219
<inputs>
220220
<parameter n="DENSITY" pn="Density" unit_magnitude="Density" units="kg/m^3" v="2400"/>
221221
<parameter n="YOUNG_MODULUS" pn="Young Modulus" unit_magnitude="P" units="Pa" v="30.0e9" />
@@ -228,7 +228,7 @@
228228
</CLaw>
229229

230230
<!--Plasticity isotropic-->
231-
<CLaw n="SmallStrainIsotropicPlasticity3DVonMisesVonMises" pn="Generic Small Strain Isotropic plasticity" Type="3D" Behaviour="Plasticity" StrainSize="6" ImplementedInApplication="StructuralMechanicsApplication" help="Isotropic plasticity for 3d solids" Dimension="3D" LargeDeformation="False" RequiresLocalAxes="False" HybridType="False">
231+
<CLaw n="SmallStrainIsotropicPlasticity3DVonMisesVonMises" pn="Generic Small Strain Isotropic plasticity" Type="3D" Behaviour="Plasticity" StrainSize="6" ImplementedInApplication="StructuralMechanicsApplication" help="Isotropic plasticity for 3d solids. This CL computes plastic strains in a rate-independent way based on the normalized plastic dissipation internal variable" Dimension="3D" LargeDeformation="False" RequiresLocalAxes="False" HybridType="False">
232232
<inputs>
233233
<parameter n="DENSITY" pn="Density" unit_magnitude="Density" units="kg/m^3" v="2400"/>
234234
<parameter n="YOUNG_MODULUS" pn="Young Modulus" unit_magnitude="P" units="Pa" v="30.0e9" />
@@ -243,7 +243,7 @@
243243
</CLaw>
244244

245245
<!--Plasticity kinematic-->
246-
<CLaw n="SmallStrainKinematicPlasticity3DVonMisesVonMises" pn="Generic Small Strain Kinematic-Isotropic plasticity" Type="3D" Behaviour="Plasticity" StrainSize="6" ImplementedInApplication="StructuralMechanicsApplication" help="Combined Isotropic-Kinematic plasticity for 3d solids" Dimension="3D" LargeDeformation="False" RequiresLocalAxes="False" HybridType="False">
246+
<CLaw n="SmallStrainKinematicPlasticity3DVonMisesVonMises" pn="Generic Small Strain Kinematic-Isotropic plasticity" Type="3D" Behaviour="Plasticity" StrainSize="6" ImplementedInApplication="StructuralMechanicsApplication" help="Combined Isotropic-Kinematic plasticity for 3d solids. This CL computes plastic strains and back stress vector in a rate-independent way based on the normalized plastic dissipation internal variable" Dimension="3D" LargeDeformation="False" RequiresLocalAxes="False" HybridType="False">
247247
<inputs>
248248
<parameter n="DENSITY" pn="Density" unit_magnitude="Density" units="kg/m^3" v="2400"/>
249249
<parameter n="YOUNG_MODULUS" pn="Young Modulus" unit_magnitude="P" units="Pa" v="30.0e9" />
@@ -260,7 +260,7 @@
260260
</CLaw>
261261

262262
<!--Plasticity isotropic-->
263-
<CLaw n="FiniteStrainIsotropicPlasticity3DVonMisesVonMises" pn="Generic Finite Strain Isotropic plasticity" Type="3D" Behaviour="Isotropic Plasticity" StrainSize="6" ImplementedInApplication="StructuralMechanicsApplication" help="Isotropic plasticity for 3d solids in finite strains" Dimension="3D" LargeDeformation="True" RequiresLocalAxes="False" HybridType="False">
263+
<CLaw n="FiniteStrainIsotropicPlasticity3DVonMisesVonMises" pn="Generic Finite Strain Isotropic plasticity" Type="3D" Behaviour="Isotropic Plasticity" StrainSize="6" ImplementedInApplication="StructuralMechanicsApplication" help="Isotropic plasticity for 3d solids in finite strains. This CL computes plastic strains in a rate-independent way based on the normalized plastic dissipation internal variable" Dimension="3D" LargeDeformation="True" RequiresLocalAxes="False" HybridType="False">
264264
<inputs>
265265
<parameter n="DENSITY" pn="Density" unit_magnitude="Density" units="kg/m^3" v="2400"/>
266266
<parameter n="YOUNG_MODULUS" pn="Young Modulus" unit_magnitude="P" units="Pa" v="30.0e9" />
@@ -275,7 +275,7 @@
275275
</CLaw>
276276

277277
<!--Plasticity kinematic-->
278-
<CLaw n="FiniteStrainKinematicPlasticity3DVonMisesVonMises" pn="Generic Finite Strain Kinematic-Isotropic plasticity" Type="3D" Behaviour="Combined Kinematic and Isotropic Plasticity in Finite Strains" StrainSize="6" ImplementedInApplication="StructuralMechanicsApplication" help="Combined Isotropic-Kinematic plasticity for 3d solids in Finite strains" Dimension="3D" LargeDeformation="True" RequiresLocalAxes="False" HybridType="False">
278+
<CLaw n="FiniteStrainKinematicPlasticity3DVonMisesVonMises" pn="Generic Finite Strain Kinematic-Isotropic plasticity" Type="3D" Behaviour="Combined Kinematic and Isotropic Plasticity in Finite Strains" StrainSize="6" ImplementedInApplication="StructuralMechanicsApplication" help="Combined Isotropic-Kinematic plasticity for 3d solids in Finite strains. This CL computes plastic strains and back stress tensor in a rate-independent way based on the normalized plastic dissipation internal variable" Dimension="3D" LargeDeformation="True" RequiresLocalAxes="False" HybridType="False">
279279
<inputs>
280280
<parameter n="DENSITY" pn="Density" unit_magnitude="Density" units="kg/m^3" v="2400"/>
281281
<parameter n="YOUNG_MODULUS" pn="Young Modulus" unit_magnitude="Pa" units="Pa" v="30.0e9" />
@@ -315,7 +315,7 @@
315315
</CLaw>
316316

317317
<!--Associative plastic damage model-->
318-
<CLaw n="AssociativePlasticDamageModel3DVonMises" pn="Associative Plastic-Damage model" Type="3D" Behaviour="Small Strain Plastic-Damage model" StrainSize="6" ImplementedInApplication="StructuralMechanicsApplication" Dimension="3D" LargeDeformation="False" RequiresLocalAxes="False" HybridType="False" help="Small Strain Plastic-Damage model">
318+
<CLaw n="AssociativePlasticDamageModel3DVonMises" pn="Associative Plastic-Damage model" Type="3D" Behaviour="Small Strain Plastic-Damage model" StrainSize="6" ImplementedInApplication="StructuralMechanicsApplication" Dimension="3D" LargeDeformation="False" RequiresLocalAxes="False" HybridType="False" help="Small Strain Plastic-Damage model, this model is able to simulate damage (loss of stiffness) and plasticity (irrecoverable strains) in a fully coupled way">
319319
<inputs>
320320
<parameter n="DENSITY" pn="Density" unit_magnitude="Density" units="kg/m^3" v="2400"/>
321321
<parameter n="YOUNG_MODULUS" pn="Young Modulus" unit_magnitude="P" units="Pa" v="30.0e9" />

0 commit comments

Comments
 (0)