Canoe
Comprehensive Atmosphere N' Ocean Engine
hydrogen_thermo.cpp File Reference
#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
 

Macro Definition Documentation

◆ SQUARE

#define SQUARE (   V)    (V * V)

Definition at line 16 of file hydrogen_thermo.cpp.

◆ JMAX

#define JMAX   20

Definition at line 17 of file hydrogen_thermo.cpp.

Variable Documentation

◆ h_cgs

double const h_cgs = 6.62606957e-27
static

Definition at line 19 of file hydrogen_thermo.cpp.

◆ c_cgs

double const c_cgs = 2.99792458e+10
static

Definition at line 20 of file hydrogen_thermo.cpp.

◆ kBoltz_cgs

double const kBoltz_cgs = 1.3806504e-16
static

Definition at line 21 of file hydrogen_thermo.cpp.

◆ FACT_cgs

double const FACT_cgs = h_cgs * c_cgs / kBoltz_cgs
static

Definition at line 22 of file hydrogen_thermo.cpp.

◆ R_cgs

double const R_cgs
static
Initial value:
=
8.314462e+07

Definition at line 23 of file hydrogen_thermo.cpp.

◆ aH2

Hydrogen aH2

Definition at line 169 of file hydrogen_thermo.cpp.