forked from precious/dr_program
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconstants.cpp
More file actions
29 lines (17 loc) · 964 Bytes
/
constants.cpp
File metadata and controls
29 lines (17 loc) · 964 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#include "constants.h"
velocity ORBITAL_VELOCITY = 7907.343098064;
//velocity ION_VELOCITY = 9090.364708796;
//velocity ELECTRON_VELOCITY = 389206.742021674;
int ELECTRONS_GENERATIVE_SPHERE_RADIUS = 332;
int IONS_GENERATIVE_SPHERE_RADIUS = 136;
real ELECTRON_VELOCITY_M = 110901445.521404395; // 2×√(2×1.6×10^−19×27.5×10^3÷(9.11×10^−31×π))
real ELECTRON_VELOCITY_D = 69497174.760350449; // √(1.6×10^−19×27.5×10^3÷(9.11×10^−31))
real ION_VELOCITY_M = 2613670.454744482; // 2×√(2×1.6×10^−19×28×10^3÷(1.67×10^−27×π))
real ION_VELOCITY_D = 1637875.065607546; // √(1.6×10^−19×28×10^3÷(1.67×10^−27))
double ELECTRON_ELECTRIC_CHARGE = -0.000000002; // *10^-10
double ION_ELECTRIC_CHARGE = 0.000000002; // *10^-10
int ELECTRONS_CONSISTENCE = 1200000;
int IONS_CONSISTENCE = 1300000;
//2×√(2×1.6×10^−19×27.5×10^3÷(9.11×10^−31×π))
//2
//2×√(2×1.6×10^−19×0.4×10^3÷(9.11×10^−31×π))