A module which contains methods for checking whether nonlinear runs have reached a saturated steady state
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | trin_istep | = | 0 | ||
integer, | private | :: | conv_isteps_converged | = | 0 | ||
real, | private, | save, allocatable, dimension(:) | :: | conv_heat | |||
real, | private, | save | :: | heat_sum_av | = | 0 | |
real, | private, | save | :: | heat_av | = | 0 | |
real, | private, | save | :: | heat_av_test | = | 0 |
FIXME : Add documentation
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(diagnostics_type), | intent(in) | :: | gnostics |
FIXME : Add documentation
FIXME : Add documentation
Trinity convergence condition - simple and experimental look for the averaged differential of the summed averaged heat flux to drop below a threshold
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(diagnostics_type), | intent(inout) | :: | gnostics |