Skip to content

Commit

Permalink
Fixing material parameter description in computeLRIslatorElasticity. C…
Browse files Browse the repository at this point in the history
…loses #326.
  • Loading branch information
cbolisetti committed Jun 12, 2021
1 parent 1fd37bd commit 217598f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/materials/ComputeLRIsolatorElasticity.C
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,10 @@ ComputeLRIsolatorElasticity::validParams()
"Switch for modeling strength degradation due to lead core heating."); // Strength degradation
// due to heating
// Material properties
params.addRequiredParam<Real>("fy", "Yield stress of the bearing.");
params.addRequiredParam<Real>("alpha", "Yield displacement of the bearing.");
params.addRequiredParam<Real>("fy", "Yield strength of the bearing.");
params.addRequiredParam<Real>("alpha",
"Ratio of post-yield shear stiffness to the initial elastic shear "
"stiffness of the bearing. This is dimensionless");
params.addRequiredParam<Real>("G_rubber", "Shear modulus of rubber.");
params.addRequiredParam<Real>("K_rubber", "Bulk modulus of rubber.");
params.addRequiredParam<Real>("D1", "Diameter of lead core.");
Expand Down

0 comments on commit 217598f

Please sign in to comment.