#include "Nemesis/gtest/nemesis_gtest.hh"#include "Origen/Core/dc/FakeFactory.h"#include "Origen/Core/fn/print.h"#include "Origen/Core/fn/tabulate.h"#include "Origen/Core/xf/Solver_Fake.h"Classes | |
| class | TabulateMaterial |
Functions | |
| TEST (Tabulate, Append) | |
| TEST_F (TabulateMaterial, Isotopics) | |
| TEST_F (TabulateMaterial, TransitionRate) | |
| TEST_F (TabulateMaterial, LossRate) | |
| TEST_F (TabulateMaterial, FissionRate) | |
Function Documentation
| TEST | ( | Tabulate | , |
| Append | |||
| ) |
- Examples:
- tsttabulate.cpp.
References FakeFactory::newspLibrary_10nuclide(), and Origen::tabulateLossXs().
| TEST_F | ( | TabulateMaterial | , |
| Isotopics | |||
| ) |
- Examples:
- tsttabulate.cpp.
References Origen::printTable(), and Origen::tabulateMaterialIsotopics().
| TEST_F | ( | TabulateMaterial | , |
| TransitionRate | |||
| ) |
References Origen::printTable(), and Origen::tabulateMaterialTransitionRates().
| TEST_F | ( | TabulateMaterial | , |
| LossRate | |||
| ) |
References Origen::printTable(), and Origen::tabulateMaterialLossRate().
| TEST_F | ( | TabulateMaterial | , |
| FissionRate | |||
| ) |
References Origen::printTable(), and Origen::tabulateMaterialFissionRate().

1.8.10