Loading...
Searching...
No Matches
Parameters.h
Go to the documentation of this file.
1/*
2** This file is part of eOn.
3**
4** SPDX-License-Identifier: BSD-3-Clause
5**
6** Copyright (c) 2010--present, eOn Development Team
7** All rights reserved.
8**
9** Repo:
10** https://github.com/TheochemUI/eOn
11*/
12#pragma once
13#define NPARAMS 3
14
16 /*
17 * These are the definitions for element parameters and look like:
18 * { Z, Dm, alphaM, Rm, beta1, beta2, r_cut, func_coeff[] }
19 */
20
21 /* Aluminum -- 13 */
22 {13,
23 3.63262,
24 1.49303,
25 2.12396,
26 3.45762,
27 3.54208,
28 5.555,
29 {-0.0847305, 17.0887, 60.7909, -75.8412, 39.9948, -6.21563, -3.07993,
30 1.51365, -0.196034}},
31 /* Palladium -- 46 */
32 {46,
33 1.6054,
34 1.55083,
35 2.35604,
36 3.35148,
37 3.34715,
38 5.4120,
39 {0.0992627, 4.8356, -0.368647, 17.2739, -18.450, 9.5018, -2.69876,
40 0.405341, -0.0251768}},
41 /* Gold -- 79 */
42 {79,
43 0.669134,
44 1.89707,
45 2.57021,
46 3.69785,
47 3.69674,
48 5.5155,
49 {-0.198791, -27.7663, 224.068, -594.101, 1316.31, -2070.62, 1973.14,
50 -1012.02, 214.373}}};
static const element_parameters el_params[]
Definition EAM.h:15
#define NPARAMS
Definition Parameters.h:13