MathiasCopeman alpha function definition
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(AlphaMathiasCopeman), | intent(in) | :: | self | |||
| real(kind=pr), | intent(in) | :: | Tr(:) | |||
| real(kind=pr), | intent(out) | :: | a(:) | |||
| real(kind=pr), | intent(out) | :: | dadt(:) | |||
| real(kind=pr), | intent(out) | :: | dadt2(:) |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=pr), | public | :: | dudt(size(Tr)) | ||||
| real(kind=pr), | public | :: | dudt2(size(Tr)) | ||||
| real(kind=pr), | public | :: | sqrt_Tr(size(Tr)) | ||||
| real(kind=pr), | public | :: | u(size(Tr)) |