Skip to content

Commit 07f8ce2

Browse files
kin plast
1 parent 9448f41 commit 07f8ce2

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
@@ -242,4 +242,21 @@
242242
<outputs></outputs>
243243
</CLaw>
244244

245+
<!--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">
247+
<inputs>
248+
<parameter n="DENSITY" pn="Density" unit_magnitude="Density" units="kg/m^3" v="2400"/>
249+
<parameter n="YOUNG_MODULUS" pn="Young Modulus" unit_magnitude="P" units="Pa" v="30.0e9" />
250+
<parameter n="POISSON_RATIO" pn="Poisson Ratio" v="0.2"/>
251+
<parameter n="YIELD_STRESS" pn="Yield stress" v="1.0e6" unit_magnitude="Pa" units="Pa" />
252+
<parameter n="FRACTURE_ENERGY" pn="Fracture energy" v="100" unit_magnitude="J/m^2" units="J/m^2" />
253+
<parameter n="HARDENING_CURVE" pn="Hardening type" v="0" help="Defines the flow rule to use (LinearSoft=0, ExpSoft=1, Hardening=2, PerfPlast=3)" />
254+
<parameter n="MAXIMUM_STRESS_POSITION" pn="Peak stress position" v="0.3" help="ONLY FOR CURVE 2, Defines the position of the peak strength (value ranging 0-1)" />
255+
<parameter n="MAXIMUM_STRESS" pn="Peak stress" v="2.0e6" help="ONLY FOR CURVE 2, Defines the peak strength value" />
256+
<parameter n="KINEMATIC_HARDENING_TYPE" pn="Kinematic hardening type" v="0" help="0: Linear kinematic hardening; 1: Armstrong-Frederick; 2: Araujo-Voyiadjis" />
257+
<parameter n="KINEMATIC_PLASTICITY_PARAMETERS" pn="Kinematic hardening type" type="vector" vectorType="double" v="0.0" help="Vector of parameters for the kinematic hardening" />
258+
</inputs>
259+
<outputs></outputs>
260+
</CLaw>
261+
245262
</ConstitutiveLaws>

0 commit comments

Comments
 (0)