Advanced Multi-Physics (AMP)
On-Line Documentation
MaterialList.h
Go to the documentation of this file.
1// Define the materials in AMP
2#ifndef included_AMP_MaterialList
3#define included_AMP_MaterialList
4
5#include "AMP/materials/Material.h"
6
7
8namespace AMP::Materials {
9
10
12{
13public:
15 std::string materialName() const override { return "CylindricallySymmetric"; }
16};
17
18class Dr_nonlinear : public Material
19{
20public:
22 std::string materialName() const override { return "Dr_nonlinear"; }
23};
24
25class FixedClad : public Material
26{
27public:
29 std::string materialName() const override { return "FixedClad"; }
30};
31
32class FixedFuel : public Material
33{
34public:
36 std::string materialName() const override { return "FixedFuel"; }
37};
38
39class Independent : public Material
40{
41public:
43 std::string materialName() const override { return "Independent"; }
44};
45
46class Ox_MSRZC_09 : public Material
47{
48public:
50 std::string materialName() const override { return "Ox_MSRZC_09"; }
51};
52
54{
55public:
57 std::string materialName() const override { return "Steel316_MSRZC_09"; }
58};
59
60class UO2_MSRZC_09 : public Material
61{
62public:
64 std::string materialName() const override { return "UO2_MSRZC_09"; }
65};
66
67class WaterLibrary : public Material
68{
69public:
71 std::string materialName() const override { return "WaterLibrary"; }
72};
73
74
75} // namespace AMP::Materials
76
77#endif
std::string materialName() const override
Return the name of the material.
std::string materialName() const override
Return the name of the material.
std::string materialName() const override
Return the name of the material.
std::string materialName() const override
Return the name of the material.
std::string materialName() const override
Return the name of the material.
std::string materialName() const override
Return the name of the material.
std::string materialName() const override
Return the name of the material.
std::string materialName() const override
Return the name of the material.
std::string materialName() const override
Return the name of the material.



Advanced Multi-Physics (AMP)
Oak Ridge National Laboratory
Idaho National Laboratory
Los Alamos National Laboratory
This page automatically produced from the
source code by doxygen
Last updated: Tue Mar 10 2026 13:06:40.
Comments on this page