| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | Curr | |||
| real(kind=dp), | intent(in) | :: | CritCurr | |||
| integer, | intent(in) | :: | n | |||
| real(kind=dp), | intent(in) | :: | V0 | |||
| real(kind=dp), | intent(in) | :: | Area | |||
| real(kind=dp), | intent(in) | :: | Cond | |||
| real(kind=dp), | intent(out) | :: | ratio | |||
| real(kind=dp), | intent(out) | :: | derImpFunctdRatio |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(strand_t), | intent(inout) | :: | me | |||
| integer, | intent(in) | :: | i | |||
| real(kind=dp), | intent(in) | :: | Qext | |||
| real(kind=dp), | intent(out) | :: | Spoint | |||
| real(kind=dp), | intent(out) | :: | DerSpoint | |||
| real(kind=dp), | intent(out) | :: | SJoule | |||
| real(kind=dp), | intent(out) | :: | DerSJoule | |||
| real(kind=dp), | intent(out) | :: | Joule | |||
| type(simulation_t), | intent(in) | :: | sim |