#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"
Go to the source code of this file.
|
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.
|
|