changa 3.5
Loading...
Searching...
No Matches
physconst.h
1/*
2 * Collection of physical constants.
3 */
4 /* bolzman constant in cgs */
5#define KBOLTZ 1.38e-16
6 /* mass of hydrogen atom in grams */
7#define MHYDR 1.67e-24
8 /* solar mass in grams */
9#define MSOLG 1.99e33
10 /* G in cgs */
11#define GCGS 6.67e-8
12 /* kiloparsec in centimeters */
13#define KPCCM 3.085678e21
14 /* Thompson cross-section (cm^2) */
15#define SIGMAT 6.6524e-25
16 /* Speed of Light cm/s */
17#define LIGHTSPEED 2.9979e10
18
19 /* Centimeters per AU */
20#define CMPERAU 1.496e13
21
22#define SECONDSPERYEAR 31557600.