#include "typedefs.hpp"#include "cl_Map.hpp"#include "cl_Cell.hpp"#include "cl_Spline.hpp"#include "cl_GT_GasData.hpp"#include "cl_GT_HeatPoly.hpp"#include "cl_GT_TransportPoly.hpp"Go to the source code of this file.
Classes | |
| class | belfem::gastables::RefGas |
| A single chemical species with its caloric and transport properties. More... | |
Namespaces | |
| namespace | belfem |
| USER GUIDES: | |
| namespace | belfem::gastables |
Enumerations | |
| enum class | belfem::gastables::RefGasMode { belfem::gastables::POLY = 0 , belfem::gastables::SPLINE = 1 , belfem::gastables::UNDEFINED = 2 } |
| how a RefGas evaluates its properties More... | |