Canoe
Comprehensive Atmosphere N' Ocean Engine
|
#include <cmath>
#include <cstdlib>
#include <sstream>
#include <stdexcept>
#include "molecules.hpp"
Go to the source code of this file.
Macros | |
#define | SQUARE(V) (V * V) |
#define | JMAX 20 |
Variables | |
static double const | h_cgs = 6.62606957e-27 |
static double const | c_cgs = 2.99792458e+10 |
static double const | kBoltz_cgs = 1.3806504e-16 |
static double const | FACT_cgs = h_cgs * c_cgs / kBoltz_cgs |
static double const | R_cgs |
Hydrogen | aH2 |
#define SQUARE | ( | V | ) | (V * V) |
Definition at line 16 of file hydrogen_thermo.cpp.
#define JMAX 20 |
Definition at line 17 of file hydrogen_thermo.cpp.
|
static |
Definition at line 19 of file hydrogen_thermo.cpp.
|
static |
Definition at line 20 of file hydrogen_thermo.cpp.
|
static |
Definition at line 21 of file hydrogen_thermo.cpp.
|
static |
Definition at line 22 of file hydrogen_thermo.cpp.
|
static |
Definition at line 23 of file hydrogen_thermo.cpp.
Hydrogen aH2 |
Definition at line 169 of file hydrogen_thermo.cpp.