| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=pr), | intent(in) | :: | n(:) | |||
| real(kind=pr), | intent(in) | :: | bijk(:,:,:) | |||
| real(kind=pr), | intent(out) | :: | Bmix | |||
| real(kind=pr), | intent(out) | :: | dBi(:) | |||
| real(kind=pr), | intent(out) | :: | dBij(:,:) |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=pr), | public | :: | aux(size(n)) | ||||
| real(kind=pr), | public | :: | auxij(size(n),size(n)) | ||||
| integer, | public | :: | i | ||||
| integer, | public | :: | j | ||||
| integer, | public | :: | k | ||||
| integer, | public | :: | nc | ||||
| real(kind=pr), | public | :: | sqn |
totn^2 |
|||
| real(kind=pr), | public | :: | totn |
Total number of moles |