|
77 | 77 | </outputs> |
78 | 78 | </CLaw> |
79 | 79 |
|
80 | | - <CLaw n="SimplifiedBilinear3DLaw" pn="Simplified Bilinear Cohesive 3D" ProductionReady="ProductionReady" Type="SimplifiedInterface3D" behaviour="Elastic" |
| 80 | + <CLaw n="JointCohesionDriven3DLaw" pn="Joint Cohesion Driven" ProductionReady="ProductionReady" Type="SimplifiedInterface3D" behaviour="Elastic" |
81 | 81 | StrainSize="6" AnalysisType="Linear,Non-Linear" |
82 | | - help="Simplified Bilinear Cohesive law for problems in 3D" Dimension="3D" LargeDeformation="False" RequiresLocalAxes="False" HybridType="False" AllowsAnisotropy="False" DamageType="Local,NonLocal" > |
| 82 | + help="Simplified joint cohesion driven law for problems in 3D" Dimension="3D" LargeDeformation="False" RequiresLocalAxes="False" HybridType="False" AllowsAnisotropy="False" DamageType="Local,NonLocal" > |
83 | 83 | <inputs> |
84 | 84 | <parameter n="DENSITY" pn="Density" unit_magnitude="Density" units="kg/m^3" v="2400"/> |
85 | 85 | <parameter n="YOUNG_MODULUS" pn="Young Modulus" unit_magnitude="P" units="Pa" v="2.6e10" /> |
86 | 86 | <parameter n="POISSON_RATIO" pn="Poisson Ratio" v="0.20"/> |
| 87 | + <parameter n="FRICTION_COEFFICIENT" pn="Friction Coefficient" v="0.6"/> |
| 88 | + <parameter n="COHESION" pn="Cohesion" unit_magnitude="P" units="Pa" v="1e6"/> |
| 89 | + </inputs> |
| 90 | + <outputs> |
| 91 | + </outputs> |
| 92 | + </CLaw> |
| 93 | + |
| 94 | + <CLaw n="JointStressDriven3DLaw" pn="Joint Stress Driven" ProductionReady="ProductionReady" Type="SimplifiedInterface3D" behaviour="Elastic" |
| 95 | + StrainSize="6" AnalysisType="Linear,Non-Linear" |
| 96 | + help="Simplified joint stress driven law for problems in 3D" Dimension="3D" LargeDeformation="False" RequiresLocalAxes="False" HybridType="False" AllowsAnisotropy="False" DamageType="Local,NonLocal" > |
| 97 | + <inputs> |
| 98 | + <parameter n="DENSITY" pn="Density" unit_magnitude="Density" units="kg/m^3" v="2400"/> |
| 99 | + <parameter n="YOUNG_MODULUS" pn="Young Modulus" unit_magnitude="P" units="Pa" v="2.6e10" /> |
| 100 | + <parameter n="POISSON_RATIO" pn="Poisson Ratio" v="0.20"/> |
| 101 | + <parameter n="FRICTION_COEFFICIENT" pn="Friction Coefficient" v="0.4"/> |
87 | 102 | <parameter n="MAX_COMPRESSIVE_STRESS" pn="Maximum Compressive Stress" unit_magnitude="P" units="Pa" v="20e06"/> |
88 | 103 | <parameter n="MAX_TENSILE_STRESS" pn="Maximum Tensile Stress" unit_magnitude="P" units="Pa" v="2e06"/> |
89 | 104 | <parameter n="FRICTION_COEFFICIENT" pn="Friction Coefficient" v="0.7"/> |
|
238 | 253 | </outputs> |
239 | 254 | </CLaw> |
240 | 255 |
|
241 | | - <CLaw n="SimplifiedBilinear2DPlaneStrain" pn="Simplified Bilinear Cohesive Plane Strain" ProductionReady="ProductionReady" Type="SimplifiedInterfaceStrain" behaviour="Elastic" StrainSize="3" DamageType="Local,NonLocal" |
242 | | - help="Simplified Bilinear Cohesive law for Plane Strain problems" Dimension="2D" LargeDeformation="False" RequiresLocalAxes="False" HybridType="False" AnalysisType="Linear,Non-Linear"> |
| 256 | + <CLaw n="JointCohesionDriven2DLaw" pn="Joint Cohesion Driven" ProductionReady="ProductionReady" Type="SimplifiedInterface" behaviour="Elastic" StrainSize="3" DamageType="Local,NonLocal" |
| 257 | + help="Simplified joint cohesion driven law for problems in 2D" Dimension="2D" LargeDeformation="False" RequiresLocalAxes="False" HybridType="False" AnalysisType="Linear,Non-Linear"> |
243 | 258 | <inputs> |
244 | 259 | <parameter n="DENSITY" pn="Density" unit_magnitude="Density" units="kg/m^3" v="2400"/> |
245 | 260 | <parameter n="YOUNG_MODULUS" pn="Young Modulus" unit_magnitude="P" units="Pa" v="2.6e10" /> |
246 | 261 | <parameter n="POISSON_RATIO" pn="Poisson Ratio" v="0.20"/> |
247 | | - <parameter n="MAX_COMPRESSIVE_STRESS" pn="Maximum Compressive Stress" unit_magnitude="P" units="Pa" v="20e06"/> |
248 | | - <parameter n="MAX_TENSILE_STRESS" pn="Maximum Tensile Stress" unit_magnitude="P" units="Pa" v="2e06"/> |
249 | | - <parameter n="FRICTION_COEFFICIENT" pn="Friction Coefficient" v="0.7"/> |
250 | | - |
| 262 | + <parameter n="FRICTION_COEFFICIENT" pn="Friction Coefficient" v="0.6"/> |
| 263 | + <parameter n="COHESION" pn="Cohesion" unit_magnitude="P" units="Pa" v="1e6"/> |
| 264 | + <parameter n="THICKNESS" pn="Thickness" v="1.0" unit_magnitude="L" units="m" /> |
251 | 265 | </inputs> |
252 | 266 | <outputs> |
253 | 267 | </outputs> |
254 | 268 | </CLaw> |
255 | 269 |
|
256 | | - <CLaw n="SimplifiedBilinear2DPlaneStress" pn="Simplified Bilinear Cohesive Plane Stress" ProductionReady="ProductionReady" Type="SimplifiedInterfaceStress" behaviour="Elastic" StrainSize="3" DamageType="Local,NonLocal" |
257 | | - help="Simplified Bilinear Cohesive law for Plane Stress problems" Dimension="2D" LargeDeformation="False" RequiresLocalAxes="False" HybridType="False" AnalysisType="Linear,Non-Linear"> |
| 270 | + <CLaw n="JointStressDriven2DLaw" pn="Joint Stress Driven" ProductionReady="ProductionReady" Type="SimplifiedInterface" behaviour="Elastic" StrainSize="3" DamageType="Local,NonLocal" |
| 271 | + help="Simplified joint stress driven law for problems in 2D" Dimension="2D" LargeDeformation="False" RequiresLocalAxes="False" HybridType="False" AnalysisType="Linear,Non-Linear"> |
258 | 272 | <inputs> |
259 | 273 | <parameter n="DENSITY" pn="Density" unit_magnitude="Density" units="kg/m^3" v="2400"/> |
260 | 274 | <parameter n="YOUNG_MODULUS" pn="Young Modulus" unit_magnitude="P" units="Pa" v="2.6e10" /> |
261 | 275 | <parameter n="POISSON_RATIO" pn="Poisson Ratio" v="0.20"/> |
| 276 | + <parameter n="FRICTION_COEFFICIENT" pn="Friction Coefficient" v="0.83"/> |
262 | 277 | <parameter n="MAX_COMPRESSIVE_STRESS" pn="Maximum Compressive Stress" unit_magnitude="P" units="Pa" v="20e06"/> |
263 | 278 | <parameter n="MAX_TENSILE_STRESS" pn="Maximum Tensile Stress" unit_magnitude="P" units="Pa" v="2e06"/> |
264 | | - <parameter n="FRICTION_COEFFICIENT" pn="Friction Coefficient" v="0.7"/> |
265 | 279 | <parameter n="THICKNESS" pn="Thickness" v="1.0" unit_magnitude="L" units="m" /> |
266 | 280 | </inputs> |
267 | 281 | <outputs> |
|
0 commit comments