Retrieve rational damping parameters from functional name or ID
Retrieve rational damping parameters from functional name
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | functional |
Functional name for which to retrieve the damping parameters |
||
class(damping_param), | intent(out), | allocatable | :: | param |
Damping parameters for the functional |
|
real(kind=wp), | intent(in), | optional | :: | s9 |
Scaling factor for the three-body term |
Retrieve rational damping parameters from functional ID
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | id |
Functional ID for which to retrieve the damping parameters |
||
class(damping_param), | intent(out), | allocatable | :: | param |
Damping parameters for the functional |
|
real(kind=wp), | intent(in), | optional | :: | s9 |
Scaling factor for the three-body term |