This subroutine obtains the limit line constants for an oil.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | scn_nc |
integer input variable set to the total number of single cuts being considered in the oil |
||
integer, | intent(in), | allocatable | :: | scn(:) |
set of singles cuts being considered in the oil |
|
real(kind=pr), | intent(in) | :: | plus_z |
composition of residual fraction from input file |
||
real(kind=pr), | intent(in) | :: | a_blr |
input constant from the Best linear regression |
||
real(kind=pr), | intent(in) | :: | b_blr |
input constant from the Best linear regression |
||
real(kind=pr), | intent(out) | :: | a_lim |
output real variable. Slope of the limit line |
||
real(kind=pr), | intent(out) | :: | b_lim |
output real variable. Intercept of the limit line. |
||
integer, | intent(out) | :: | c_max_lim |
output CN at which plus_z is reached, as the summation of single z(i) from the limit distribution (blr) |
||
real(kind=pr), | intent(out) | :: | half |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=pr), | public | :: | cross_cn | ||||
integer, | public | :: | x_aux | ||||
real(kind=pr), | public | :: | z_aux | ||||
real(kind=pr), | public | :: | z_cross | ||||
real(kind=pr), | public | :: | z_lim |