Returns the Firestone Abbott’s curve as well as some ISO 25178 parameters
Function that returns the Abbott’s curve in a svg file as well as smrk1, smrk2, spk, svk, sk
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=R8), | intent(inout), | dimension(1:lg ) | :: | tab |
surface in a 1D vector |
|
integer(kind=I4), | intent(in) | :: | lg |
surface total number of points |
||
character(len=*), | intent(in) | :: | nom |
output generic name |
||
logical(kind=I4), | intent(in), | dimension(1:3) | :: | curves |
if true, generates a svg drawing 1: histogram 2: Abbott 3: tangent fit |
|
real(kind=R8), | intent(out), | dimension(1:11 ) | :: | results |
surface parameters output |
|
logical(kind=I4), | intent(in) | :: | omp |
if true, openmp used |