Cantera
2.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
src
converters
writelog.h
Go to the documentation of this file.
1
/**
2
* @file writelog.h
3
*
4
*/
5
6
// Copyright 2001 California Institute of Technology
7
8
9
#ifndef CKR_WRITELOG_H
10
#define CKR_WRITELOG_H
11
12
#include <string>
13
#include <vector>
14
#include <iostream>
15
16
#include "
Species.h
"
17
#include "
Reaction.h
"
18
19
20
namespace
ckr
21
{
22
std::string
newTask
(std::string msg);
23
bool
writeFalloff
(
int
type,
const
vector_fp& c, std::ostream& log);
24
bool
writeRateCoeff
(
const
RateCoeff& k, std::ostream& log);
25
void
printReactionEquation
(std::ostream& f,
const
Reaction& r);
26
void
writeSpeciesData
(std::ostream& log,
const
Species& spec);
27
std::string
reactionEquation
(
const
Reaction& r);
28
}
29
30
#endif
Generated by
1.8.2