OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Molybdenum.h
Go to the documentation of this file.
1 #ifndef MOLYBDENUM_H
2 #define MOLYBDENUM_H
3 
4 #include "Physics/Material.h"
5 
6 #include <cmath>
7 
8 namespace Physics {
9  class Molybdenum: public Material {
10  public:
12  Material(42,
13  95.94,
14  10.22,
15  9.8,
16  424.0,
17  {{7.248, 9.545e3, 4.802e2, 5.376e-3}})
18  { }
19  };
20 }
21 #endif