OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
BoronCarbide.h
Go to the documentation of this file.
1 #ifndef BORONCARBIDE_H
2 #define BORONCARBIDE_H
3 
4 #include "Physics/Material.h"
5 
6 #include <cmath>
7 
8 namespace Physics {
9  class BoronCarbide: public Material {
10  public:
12  Material(26,
13  55.25,
14  2.48,
15  50.14,
16  84.7,
17  {{3.963, 6065.0, 1243.0, 7.782e-3}})
18  { }
19  };
20 }
21 #endif