Canoe
Comprehensive Atmosphere N' Ocean Engine
|
#include <array>
#include <cmath>
#include <iostream>
#include <memory>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | Molecule |
class | Hydrogen |
class | Helium |
class | Methane |
Macros | |
#define | NSHOMATE 7 |
Molecule stored the necessary information for calculating the thermodynamic properties of an air parcel. More... | |
#define | MAXSHOMATE 3 |
#define NSHOMATE 7 |
Molecule stored the necessary information for calculating the thermodynamic properties of an air parcel.
This class has the following private members storing the properties:
The following members store coefficients in thermodynamic expressions:
Definition at line 43 of file molecules.hpp.
#define MAXSHOMATE 3 |
Definition at line 46 of file molecules.hpp.