Cantera  2.0
Namespaces | Functions
CKReader.cpp File Reference
#include <fstream>
#include <string>
#include "CKParser.h"
#include "CKReader.h"
#include "thermoFunctions.h"
#include <cstring>
#include <cstdlib>
#include <ctime>
#include <iomanip>
#include "writelog.h"
#include <cstdio>
#include "ckr_defs.h"
Include dependency graph for CKReader.cpp:

Go to the source code of this file.

Namespaces

namespace  ckr
 the namespace for the CKReader packaage
 

Functions

bool checkThermo (std::ostream &log, speciesList &sp, double tol)
 Check the thermodynamic property parameterizations for all species.
 
bool checkBalance (std::ostream &f, speciesTable &speciesData, reactionList &r, std::vector< int > &unbalanced, double tolerance)
 Check that all reactions balance.