origen_state_m Module Reference

Data Types

type  origen_state
 

Functions/Subroutines

logical(c_bool) function origen_state_equals (this, obj)
 
logical(c_bool) function origen_state_has_definition (this)
 
subroutine origen_state_get_definition (this, definition)
 
subroutine origen_state_set_definition (this, definition)
 
subroutine origen_state_manageptr_definition (this, definition)
 
subroutine origen_state_getptr_definition (this, definition)
 
logical(c_bool) function origen_state_has_concs (this)
 
subroutine origen_state_get_concs (this, concs)
 
subroutine origen_state_set_concs (this, concs)
 
subroutine origen_state_manageptr_concs (this, concs)
 
subroutine origen_state_getptr_concs (this, concs)
 
logical(c_bool) function origen_state_has_alpha_spectra (this)
 
subroutine origen_state_get_alpha_spectra (this, alpha_spectra)
 
subroutine origen_state_set_alpha_spectra (this, alpha_spectra)
 
subroutine origen_state_manageptr_alpha_spectra (this, alpha_spectra)
 
subroutine origen_state_getptr_alpha_spectra (this, alpha_spectra)
 
logical(c_bool) function origen_state_has_beta_spectra (this)
 
subroutine origen_state_get_beta_spectra (this, beta_spectra)
 
subroutine origen_state_set_beta_spectra (this, beta_spectra)
 
subroutine origen_state_manageptr_beta_spectra (this, beta_spectra)
 
subroutine origen_state_getptr_beta_spectra (this, beta_spectra)
 
logical(c_bool) function origen_state_has_gamma_spectra (this)
 
subroutine origen_state_get_gamma_spectra (this, gamma_spectra)
 
subroutine origen_state_set_gamma_spectra (this, gamma_spectra)
 
subroutine origen_state_manageptr_gamma_spectra (this, gamma_spectra)
 
subroutine origen_state_getptr_gamma_spectra (this, gamma_spectra)
 
logical(c_bool) function origen_state_has_neutron_spectra (this)
 
subroutine origen_state_get_neutron_spectra (this, neutron_spectra)
 
subroutine origen_state_set_neutron_spectra (this, neutron_spectra)
 
subroutine origen_state_manageptr_neutron_spectra (this, neutron_spectra)
 
subroutine origen_state_getptr_neutron_spectra (this, neutron_spectra)
 
integer(c_size_t) function origen_state_total_nuclides (this)
 
integer(c_size_t) function origen_state_num_neutron_groups (this)
 
integer(c_size_t) function origen_state_num_gamma_groups (this)
 
integer(c_size_t) function origen_state_num_alpha_groups (this)
 
integer(c_size_t) function origen_state_num_beta_groups (this)
 
subroutine origen_state_initialize (this)
 
subroutine origen_state_destroy (this)
 

Function/Subroutine Documentation

logical(c_bool) function origen_state_m::origen_state_equals ( class(origen_state this,
class(origen_state obj 
)
logical(c_bool) function origen_state_m::origen_state_has_definition ( class(origen_state this)
subroutine origen_state_m::origen_state_get_definition ( class(origen_state this,
class(origen_stateinfo)  definition 
)
subroutine origen_state_m::origen_state_set_definition ( class(origen_state this,
class(origen_stateinfo)  definition 
)
subroutine origen_state_m::origen_state_manageptr_definition ( class(origen_state this,
class(origen_stateinfo)  definition 
)
subroutine origen_state_m::origen_state_getptr_definition ( class(origen_state this,
class(origen_stateinfo)  definition 
)
logical(c_bool) function origen_state_m::origen_state_has_concs ( class(origen_state this)
subroutine origen_state_m::origen_state_get_concs ( class(origen_state this,
class(origen_concentrations)  concs 
)
subroutine origen_state_m::origen_state_set_concs ( class(origen_state this,
class(origen_concentrations)  concs 
)
subroutine origen_state_m::origen_state_manageptr_concs ( class(origen_state this,
class(origen_concentrations)  concs 
)
subroutine origen_state_m::origen_state_getptr_concs ( class(origen_state this,
class(origen_concentrations)  concs 
)
logical(c_bool) function origen_state_m::origen_state_has_alpha_spectra ( class(origen_state this)
subroutine origen_state_m::origen_state_get_alpha_spectra ( class(origen_state this,
class(origen_alphaspectra)  alpha_spectra 
)
subroutine origen_state_m::origen_state_set_alpha_spectra ( class(origen_state this,
class(origen_alphaspectra)  alpha_spectra 
)
subroutine origen_state_m::origen_state_manageptr_alpha_spectra ( class(origen_state this,
class(origen_alphaspectra)  alpha_spectra 
)
subroutine origen_state_m::origen_state_getptr_alpha_spectra ( class(origen_state this,
class(origen_alphaspectra)  alpha_spectra 
)
logical(c_bool) function origen_state_m::origen_state_has_beta_spectra ( class(origen_state this)
subroutine origen_state_m::origen_state_get_beta_spectra ( class(origen_state this,
class(origen_betaspectra)  beta_spectra 
)
subroutine origen_state_m::origen_state_set_beta_spectra ( class(origen_state this,
class(origen_betaspectra)  beta_spectra 
)
subroutine origen_state_m::origen_state_manageptr_beta_spectra ( class(origen_state this,
class(origen_betaspectra)  beta_spectra 
)
subroutine origen_state_m::origen_state_getptr_beta_spectra ( class(origen_state this,
class(origen_betaspectra)  beta_spectra 
)
logical(c_bool) function origen_state_m::origen_state_has_gamma_spectra ( class(origen_state this)
subroutine origen_state_m::origen_state_get_gamma_spectra ( class(origen_state this,
class(origen_gammaspectra)  gamma_spectra 
)
subroutine origen_state_m::origen_state_set_gamma_spectra ( class(origen_state this,
class(origen_gammaspectra)  gamma_spectra 
)
subroutine origen_state_m::origen_state_manageptr_gamma_spectra ( class(origen_state this,
class(origen_gammaspectra)  gamma_spectra 
)
subroutine origen_state_m::origen_state_getptr_gamma_spectra ( class(origen_state this,
class(origen_gammaspectra)  gamma_spectra 
)
logical(c_bool) function origen_state_m::origen_state_has_neutron_spectra ( class(origen_state this)
subroutine origen_state_m::origen_state_get_neutron_spectra ( class(origen_state this,
class(origen_neutronspectra)  neutron_spectra 
)
subroutine origen_state_m::origen_state_set_neutron_spectra ( class(origen_state this,
class(origen_neutronspectra)  neutron_spectra 
)
subroutine origen_state_m::origen_state_manageptr_neutron_spectra ( class(origen_state this,
class(origen_neutronspectra)  neutron_spectra 
)
subroutine origen_state_m::origen_state_getptr_neutron_spectra ( class(origen_state this,
class(origen_neutronspectra)  neutron_spectra 
)
integer(c_size_t) function origen_state_m::origen_state_total_nuclides ( class(origen_state this)
integer(c_size_t) function origen_state_m::origen_state_num_neutron_groups ( class(origen_state this)
integer(c_size_t) function origen_state_m::origen_state_num_gamma_groups ( class(origen_state this)
integer(c_size_t) function origen_state_m::origen_state_num_alpha_groups ( class(origen_state this)
integer(c_size_t) function origen_state_m::origen_state_num_beta_groups ( class(origen_state this)
subroutine origen_state_m::origen_state_initialize ( class(origen_state this)
subroutine origen_state_m::origen_state_destroy ( class(origen_state this)