![]() |
network_init_module contains network_init and supplementary functions to set up and initialize the network More...
Go to the source code of this file.
Modules | |
module | network_init_module |
Module to prepare the reaction network. | |
Functions/Subroutines | |
subroutine, private | network_init_module::network_init () |
Main initialising subroutine. calls reading subroutines and fills the reactionrate array. More... | |
subroutine, public | network_init_module::prepare_simulation |
All the necessary initializations and settings before the main loop. More... | |
subroutine | network_init_module::create_rate_folder (path) |
Create a folder with binary files that contain all necessary reaction data. More... | |
subroutine, public | network_init_module::switch_evolution_mode (init) |
Switches between NSE and network modes (EM_NSE / EM_NETHOT / EM_NETCOLD) More... | |
subroutine, private | network_init_module::print_reactions () |
Print an overview of the reactions involved in the calculation. More... | |
subroutine, private | network_init_module::print_debug () |
Print a debug file of the reaction. More... | |
subroutine, private | network_init_module::getnames (ind, names) |
Get the names of a certain reaction. More... | |
network_init_module contains network_init and supplementary functions to set up and initialize the network
The error file code for this file is W30.
Created: 23.02.09 Edited:
Definition in file network_init_module.f90.