Skip to content

Commit 15d91e7

Browse files
adding viscous
1 parent a48bb35 commit 15d91e7

1 file changed

Lines changed: 8 additions & 10 deletions

File tree

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

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@
278278
<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">
279279
<inputs>
280280
<parameter n="DENSITY" pn="Density" unit_magnitude="Density" units="kg/m^3" v="2400"/>
281-
<parameter n="YOUNG_MODULUS" pn="Young Modulus" unit_magnitude="P" units="Pa" v="30.0e9" />
281+
<parameter n="YOUNG_MODULUS" pn="Young Modulus" unit_magnitude="Pa" units="Pa" v="30.0e9" />
282282
<parameter n="POISSON_RATIO" pn="Poisson Ratio" v="0.2"/>
283283
<parameter n="YIELD_STRESS" pn="Yield stress" v="1.0e6" unit_magnitude="Pa" units="Pa" />
284284
<parameter n="FRACTURE_ENERGY" pn="Fracture energy" v="100" unit_magnitude="J/m^2" units="J/m^2" />
@@ -291,24 +291,22 @@
291291
<outputs></outputs>
292292
</CLaw>
293293

294-
<!--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">
294+
<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">
296295
<inputs>
297296
<parameter n="DENSITY" pn="Density" unit_magnitude="Density" units="kg/m^3" v="2400"/>
298-
<parameter n="YOUNG_MODULUS" pn="Young Modulus" unit_magnitude="P" units="Pa" v="30.0e9" />
299-
<parameter n="VISCOUS_PARAMETER" pn="Viscous parameter" v="0.15" help="Is the ratio between the stiffnesses C1/Cinf"/>
300-
<parameter n="DELAY_TIME" pn="Delay time" v="1.0" help="Defines the initial slope of the curve" />
301-
<parameter n="POISSON_RATIO" pn="Poisson Ratio" v="0.2"/>
297+
<parameter n="YOUNG_MODULUS" pn="Young Modulus" unit_magnitude="Pa" units="Pa" v="30.0e9" />
298+
<parameter n="POISSON_RATIO" pn="Poisson Ratio" v="0.2" />
299+
<parameter n="VISCOUS_PARAMETER" pn="Viscous parameter" v="0.15" />
300+
<parameter n="DELAY_TIME" pn="Delay time" v="100" unit_magnitude="time" units="time" />
302301
</inputs>
303302
<outputs></outputs>
304303
</CLaw>
305304

306-
<!--ViscousGeneralizedKelvin3D-->
307305
<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">
308306
<inputs>
309307
<parameter n="DENSITY" pn="Density" unit_magnitude="Density" units="kg/m^3" v="2400"/>
310-
<parameter n="YOUNG_MODULUS" pn="Young Modulus" unit_magnitude="P" units="Pa" v="30.0e9" />
311-
<parameter n="DELAY_TIME" pn="Delay time" v="1.0" help="Defines the initial slope of the curve" />
308+
<parameter n="YOUNG_MODULUS" pn="Young Modulus" unit_magnitude="Pa" units="Pa" v="30.0e9" />
309+
<parameter n="DELAY_TIME" pn="Delay time" v="1.0" />
312310
<parameter n="POISSON_RATIO" pn="Poisson Ratio" v="0.2"/>
313311
</inputs>
314312
<outputs></outputs>

0 commit comments

Comments
 (0)