|
203 | 203 | </CLaw> |
204 | 204 |
|
205 | 205 | <!--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"> |
207 | 207 | <inputs> |
208 | 208 | <parameter n="DENSITY" pn="Density" unit_magnitude="Density" units="kg/m^3" v="2400"/> |
209 | 209 | <parameter n="YOUNG_MODULUS" pn="Young Modulus" unit_magnitude="P" units="Pa" v="30.0e9" /> |
|
215 | 215 | <outputs></outputs> |
216 | 216 | </CLaw> |
217 | 217 |
|
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"> |
219 | 219 | <inputs> |
220 | 220 | <parameter n="DENSITY" pn="Density" unit_magnitude="Density" units="kg/m^3" v="2400"/> |
221 | 221 | <parameter n="YOUNG_MODULUS" pn="Young Modulus" unit_magnitude="P" units="Pa" v="30.0e9" /> |
|
228 | 228 | </CLaw> |
229 | 229 |
|
230 | 230 | <!--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"> |
232 | 232 | <inputs> |
233 | 233 | <parameter n="DENSITY" pn="Density" unit_magnitude="Density" units="kg/m^3" v="2400"/> |
234 | 234 | <parameter n="YOUNG_MODULUS" pn="Young Modulus" unit_magnitude="P" units="Pa" v="30.0e9" /> |
|
243 | 243 | </CLaw> |
244 | 244 |
|
245 | 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"> |
| 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"> |
247 | 247 | <inputs> |
248 | 248 | <parameter n="DENSITY" pn="Density" unit_magnitude="Density" units="kg/m^3" v="2400"/> |
249 | 249 | <parameter n="YOUNG_MODULUS" pn="Young Modulus" unit_magnitude="P" units="Pa" v="30.0e9" /> |
|
260 | 260 | </CLaw> |
261 | 261 |
|
262 | 262 | <!--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"> |
264 | 264 | <inputs> |
265 | 265 | <parameter n="DENSITY" pn="Density" unit_magnitude="Density" units="kg/m^3" v="2400"/> |
266 | 266 | <parameter n="YOUNG_MODULUS" pn="Young Modulus" unit_magnitude="P" units="Pa" v="30.0e9" /> |
|
275 | 275 | </CLaw> |
276 | 276 |
|
277 | 277 | <!--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"> |
279 | 279 | <inputs> |
280 | 280 | <parameter n="DENSITY" pn="Density" unit_magnitude="Density" units="kg/m^3" v="2400"/> |
281 | 281 | <parameter n="YOUNG_MODULUS" pn="Young Modulus" unit_magnitude="Pa" units="Pa" v="30.0e9" /> |
|
315 | 315 | </CLaw> |
316 | 316 |
|
317 | 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"> |
| 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"> |
319 | 319 | <inputs> |
320 | 320 | <parameter n="DENSITY" pn="Density" unit_magnitude="Density" units="kg/m^3" v="2400"/> |
321 | 321 | <parameter n="YOUNG_MODULUS" pn="Young Modulus" unit_magnitude="P" units="Pa" v="30.0e9" /> |
|
0 commit comments