PyNE C++
pyne.h
1 #ifndef JSON_IS_AMALGAMATION
2  #define JSON_IS_AMALGAMATION
3 #endif
4 
5 #ifndef PYNE_IS_AMALGAMATED
6 #include "json-forwards.h"
7 #include "json.h"
8 //#include "dagmc_bridge.h" // figure this out later...
9 extern "C" {
10 #include "cram.hpp"
11 }
12 #include "transmuters.h"
13 #include "data.h"
14 #include "decay.h"
15 #include "enrichment_cascade.h"
16 #include "enrichment.h"
17 #include "enrichment_symbolic.h"
18 #include "extra_types.h"
19 #include "h5wrap.h"
20 #include "material.h"
21 #include "nucname.h"
22 #include "rxname.h"
23 #include "tally.h"
24 #include "utils.h"
25 #endif
Implements basic nuclear data functions.
Provides some HDF5 helper functionality in its own namespace.
A multicomponent enrichment cascade solver using a symbolic solution to the mass flow rate equations...
Top-level enrichment functionality.