mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Move remaining functions in mgxs_data.F90
This commit is contained in:
parent
06751d5373
commit
eb576a6fd2
6 changed files with 57 additions and 147 deletions
|
|
@ -33,17 +33,13 @@ extern std::vector<double> rev_energy_bins;
|
|||
|
||||
void read_mgxs();
|
||||
|
||||
extern "C" void
|
||||
add_mgxs_c(hid_t file_id, const std::string& name,
|
||||
void
|
||||
add_mgxs(hid_t file_id, const std::string& name,
|
||||
const std::vector<double>& temperature);
|
||||
|
||||
extern "C" bool
|
||||
query_fissionable_c(int n_nuclides, const int i_nuclides[]);
|
||||
void create_macro_xs();
|
||||
|
||||
extern "C" void
|
||||
create_macro_xs_c(const char* mat_name, int n_nuclides, const int i_nuclides[],
|
||||
int n_temps, const double temps[], const double atom_densities[],
|
||||
double tolerance, int& method);
|
||||
std::vector<std::vector<double>> get_mat_kTs();
|
||||
|
||||
extern "C" void read_mg_cross_sections_header_c(hid_t file_id);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue