OPALX (Object Oriented Parallel Accelerator Library for Exascal)
master (dc2a29eed580)
OPALX
Loading...
Searching...
No Matches
AluminaAL2O3.h
Go to the documentation of this file.
1
//
2
// Class AluminaAL2O3
3
// Defines Alumina as a material for particle-matter interactions
4
//
5
// Data taken from Standard Atomic Weight 2019 (https://www.qmul.ac.uk/sbcs/iupac/AtWt/),
6
// atomic properties from PDG database (https://pdg.lbl.gov/2020/AtomicNuclearProperties)
7
// and fit coefficients from ICRU Report 49.
8
//
9
// Copyright (c) 2019 - 2021, Paul Scherrer Institut, Villigen PSI, Switzerland
10
// All rights reserved
11
//
12
// This file is part of OPAL.
13
//
14
// OPAL is free software: you can redistribute it and/or modify
15
// it under the terms of the GNU General Public License as published by
16
// the Free Software Foundation, either version 3 of the License, or
17
// (at your option) any later version.
18
//
19
// You should have received a copy of the GNU General Public License
20
// along with OPAL. If not, see <https://www.gnu.org/licenses/>.
21
//
22
#ifndef ALUMINAAL2O3_H
23
#define ALUMINAAL2O3_H
24
25
#include "
Physics/Material.h
"
26
27
#include <cmath>
28
29
namespace
Physics
{
30
class
AluminaAL2O3
:
public
Material
{
31
public
:
32
AluminaAL2O3
()
33
:
Material
(
34
50, 101.9600768, 3.97, 27.94, 145.2,
35
{{1.187e1, 1.343e1, 1.069e4, 7.723e2, 2.153e-2, 5.4, 0.53, 103.1, 3.931,
36
7.767}}) {}
37
};
38
}
// namespace Physics
39
#endif
Material.h
Physics::AluminaAL2O3
Definition
AluminaAL2O3.h:30
Physics::AluminaAL2O3::AluminaAL2O3
AluminaAL2O3()
Definition
AluminaAL2O3.h:32
Physics::Material
Definition
Material.h:28
Physics
Definition
Air.h:27
src
Physics
AluminaAL2O3.h
Generated on Mon Jun 1 2026 10:40:53 for OPALX (Object Oriented Parallel Accelerator Library for Exascal) by
1.9.8