OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
AluminaAL2O3.h
Go to the documentation of this file.
1 #ifndef ALUMINAAL2O3_H
2 #define ALUMINAAL2O3_H
3 
4 #include "Physics/Material.h"
5 
6 #include <cmath>
7 
8 namespace Physics {
9  class AluminaAL2O3: public Material {
10  public:
12  Material(50,
13  101.96,
14  3.97,
15  27.94,
16  145.2,
17  {{7.227, 1.121e4, 3.864e2, 4.474e-3}})
18  { }
19  };
20 }
21 #endif