Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New implementation for getting cross-section property results, fixes #272.
New behaviour can be summarised as follows:
get_mass()
(composite only), if geometric suggests to useget_area()
get_ea()
(composite only), if geometric suggests to useget_area()
get_q()
(geometric only), if composite suggests to useget_eq()
get_eq()
(composite only), if geometric suggests to useget_q()
get_ig()
(geometric only), if composite suggests to useget_eig()
get_eig()
(composite only), if geometric suggests to useget_ig()
get_ic()
(geometric only), if composite suggests to useget_eic()
get_eic()
(composite only), if geometric suggests to useget_ic()
get_z()
(geometric only), if composite suggests to useget_ez()
get_ez()
(composite only), if geometric suggests to useget_z()
get_ip()
(geometric only), if composite suggests to useget_eip()
get_eip()
(composite only), if geometric suggests to useget_ip()
get_zp()
(geometric only), if composite suggests to useget_ezp()
get_ezp()
(composite only), if geometric suggests to useget_zp()
get_nu_eff()
,get_e_eff()
,get_g_eff()
(composite only)get_j()
(geometric only), if composite suggests to useget_ej()
get_ej()
(composite only), if geometric suggests to useget_j()
get_gamma()
(geometric only), if composite suggests to useget_egamma()
get_egamma()
(composite only), if geometric suggests to useget_gamma()
get_as()
(geometric only), if composite suggests to useget_eas()
get_eas()
(composite only), if geometric suggests to useget_as()
get_as_p()
(geometric only), if composite suggests to useget_eas_p()
get_eas_p()
(composite only), if geometric suggests to useget_as_p()
get_s()
(geometric only), if composite suggests to useget_mp()
get_mp()
(composite only), if geometric suggests to useget_s()
get_sp()
(geometric only), if composite suggests to useget_mp_p()
get_mp_p()
(composite only), if geometric suggests to useget_sp()
get_sf()
,get_sf_p()
(geometric only)