Go to the source code of this file.
|
class | SalehaniIrani3DCTraction |
| Implementation of the non-stateful exponential traction separation law proposed by Salehani, Mohsen Khajeh and Irani, Nilgoon 2018. More...
|
|
◆ validParams< SalehaniIrani3DCTraction >()
Definition at line 16 of file SalehaniIrani3DCTraction.C.
19 params.addClassDescription(
"3D Coupled (3DC) cohesive law of Salehani and Irani with no damage");
20 params.addRequiredParam<Real>(
21 "normal_gap_at_maximum_normal_traction",
22 "The value of normal gap at which maximum normal traction is achieved");
23 params.addRequiredParam<Real>(
24 "tangential_gap_at_maximum_shear_traction",
25 "The value of tangential gap at which maximum shear traction is achieved");
26 params.addRequiredParam<Real>(
"maximum_normal_traction",
27 "The maximum normal traction the interface can sustain");
28 params.addRequiredParam<Real>(
"maximum_shear_traction",
29 "The maximum shear traction the interface can sustain");