Skip to content

Commit b8e247e

Browse files
plastic damage
1 parent 0f7b041 commit b8e247e

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,4 +314,21 @@
314314
<outputs></outputs>
315315
</CLaw>
316316

317+
<!--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">
319+
<inputs>
320+
<parameter n="DENSITY" pn="Density" unit_magnitude="Density" units="kg/m^3" v="2400"/>
321+
<parameter n="YOUNG_MODULUS" pn="Young Modulus" unit_magnitude="Pa" units="Pa" v="30.0e9" />
322+
<parameter n="POISSON_RATIO" pn="Poisson Ratio" v="0.2"/>
323+
<parameter n="YIELD_STRESS" pn="Yield stress" v="1.0e6" unit_magnitude="Pa" units="Pa" />
324+
<parameter n="FRACTURE_ENERGY" pn="Fracture energy" v="100" unit_magnitude="J/m^2" units="J/m^2" />
325+
<parameter n="HARDENING_CURVE" pn="Hardening type" v="0" help="Defines the flow rule to use (LinearSoft=0, ExpSoft=1)" />
326+
</inputs>
327+
<outputs></outputs>
328+
</CLaw>
329+
330+
331+
332+
333+
317334
</ConstitutiveLaws>

0 commit comments

Comments
 (0)