Cantera  2.0
Namespaces | Functions
writelog.h File Reference
#include <string>
#include <vector>
#include <iostream>
#include "Species.h"
#include "Reaction.h"
Include dependency graph for writelog.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  ckr
 the namespace for the CKReader packaage
 

Functions

string newTask (std::string msg)
 format a string for the log file message printed when starting a new task
 
bool writeFalloff (int type, const vector_fp &c, std::ostream &log)
 print the falloff parameters for a pressure-dependent reaction
 
bool writeRateCoeff (const RateCoeff &k, std::ostream &log)
 print the rate coefficient parameters
 
void printReactionEquation (std::ostream &f, const Reaction &r)
 Write onto an output stream the chemical equation for a reaction.
 
void writeSpeciesData (std::ostream &log, const Species &spec)
 Write a summary of the properties of one species to the log file.
 
string reactionEquation (const Reaction &r)
 Write to a string the chemical equation for a reaction.