origen_stateinfo_m Module Reference
Data Types | |
| type | origen_stateinfo |
Functions/Subroutines | |
| subroutine | origen_stateinfo_getptr_tag_manager (this, tag_manager) |
| subroutine | origen_stateinfo_manageptr_tag_manager (this, tag_manager) |
| subroutine | origen_stateinfo_get_tag_manager (this, tag_manager) |
| subroutine | origen_stateinfo_set_tag_manager (this, tag_manager) |
| logical(c_bool) function | origen_stateinfo_has_tag_manager (this) |
| integer(c_int) function | origen_stateinfo_case_number (this) |
| integer(c_int) function | origen_stateinfo_step_number (this) |
| integer(c_int) function | origen_stateinfo_library_position (this) |
| real(c_float) function | origen_stateinfo_power (this) |
| real(c_float) function | origen_stateinfo_flux (this) |
| real(c_float) function | origen_stateinfo_energy (this) |
| real(c_float) function | origen_stateinfo_fluence (this) |
| real(c_float) function | origen_stateinfo_time (this) |
| real(c_float) function | origen_stateinfo_burnup (this) |
| subroutine | origen_stateinfo_set_case_number (this, case_number) |
| subroutine | origen_stateinfo_set_step_number (this, step_number) |
| subroutine | origen_stateinfo_set_library_position (this, library_position) |
| subroutine | origen_stateinfo_set_power (this, power) |
| subroutine | origen_stateinfo_set_flux (this, flux) |
| subroutine | origen_stateinfo_set_fluence (this, fluence) |
| subroutine | origen_stateinfo_set_energy (this, energy) |
| subroutine | origen_stateinfo_set_time (this, time) |
| subroutine | origen_stateinfo_set_burnup (this, burnup) |
| subroutine | origen_stateinfo_initialize (this) |
| subroutine | origen_stateinfo_destroy (this) |
Function/Subroutine Documentation
| subroutine origen_stateinfo_m::origen_stateinfo_getptr_tag_manager | ( | class(origen_stateinfo) | this, |
| class(origen_tagmanager) | tag_manager | ||
| ) |
| subroutine origen_stateinfo_m::origen_stateinfo_manageptr_tag_manager | ( | class(origen_stateinfo) | this, |
| class(origen_tagmanager) | tag_manager | ||
| ) |
| subroutine origen_stateinfo_m::origen_stateinfo_get_tag_manager | ( | class(origen_stateinfo) | this, |
| class(origen_tagmanager) | tag_manager | ||
| ) |
| subroutine origen_stateinfo_m::origen_stateinfo_set_tag_manager | ( | class(origen_stateinfo) | this, |
| class(origen_tagmanager) | tag_manager | ||
| ) |
| logical(c_bool) function origen_stateinfo_m::origen_stateinfo_has_tag_manager | ( | class(origen_stateinfo) | this | ) |
| integer(c_int) function origen_stateinfo_m::origen_stateinfo_case_number | ( | class(origen_stateinfo) | this | ) |
| integer(c_int) function origen_stateinfo_m::origen_stateinfo_step_number | ( | class(origen_stateinfo) | this | ) |
| integer(c_int) function origen_stateinfo_m::origen_stateinfo_library_position | ( | class(origen_stateinfo) | this | ) |
| real(c_float) function origen_stateinfo_m::origen_stateinfo_power | ( | class(origen_stateinfo) | this | ) |
| real(c_float) function origen_stateinfo_m::origen_stateinfo_flux | ( | class(origen_stateinfo) | this | ) |
| real(c_float) function origen_stateinfo_m::origen_stateinfo_energy | ( | class(origen_stateinfo) | this | ) |
| real(c_float) function origen_stateinfo_m::origen_stateinfo_fluence | ( | class(origen_stateinfo) | this | ) |
| real(c_float) function origen_stateinfo_m::origen_stateinfo_time | ( | class(origen_stateinfo) | this | ) |
| real(c_float) function origen_stateinfo_m::origen_stateinfo_burnup | ( | class(origen_stateinfo) | this | ) |
| subroutine origen_stateinfo_m::origen_stateinfo_set_case_number | ( | class(origen_stateinfo) | this, |
| integer(c_int) | case_number | ||
| ) |
| subroutine origen_stateinfo_m::origen_stateinfo_set_step_number | ( | class(origen_stateinfo) | this, |
| integer(c_int) | step_number | ||
| ) |
| subroutine origen_stateinfo_m::origen_stateinfo_set_library_position | ( | class(origen_stateinfo) | this, |
| integer(c_int) | library_position | ||
| ) |
| subroutine origen_stateinfo_m::origen_stateinfo_set_power | ( | class(origen_stateinfo) | this, |
| real(c_float) | power | ||
| ) |
| subroutine origen_stateinfo_m::origen_stateinfo_set_flux | ( | class(origen_stateinfo) | this, |
| real(c_float) | flux | ||
| ) |
| subroutine origen_stateinfo_m::origen_stateinfo_set_fluence | ( | class(origen_stateinfo) | this, |
| real(c_float) | fluence | ||
| ) |
| subroutine origen_stateinfo_m::origen_stateinfo_set_energy | ( | class(origen_stateinfo) | this, |
| real(c_float) | energy | ||
| ) |
| subroutine origen_stateinfo_m::origen_stateinfo_set_time | ( | class(origen_stateinfo) | this, |
| real(c_float) | time | ||
| ) |
| subroutine origen_stateinfo_m::origen_stateinfo_set_burnup | ( | class(origen_stateinfo) | this, |
| real(c_float) | burnup | ||
| ) |
| subroutine origen_stateinfo_m::origen_stateinfo_initialize | ( | class(origen_stateinfo) | this | ) |
| subroutine origen_stateinfo_m::origen_stateinfo_destroy | ( | class(origen_stateinfo) | this | ) |

1.8.10