Cantera
2.0
|
Driver for the system call to the python executable that converts cti files to ctml files (see Input File Handling). More...
#include "cantera/base/ct_defs.h"
#include "cantera/base/ctexceptions.h"
#include "cantera/base/ctml.h"
#include "cantera/base/global.h"
#include "cantera/base/stringUtils.h"
#include "../../ext/libexecstream/exec-stream.h"
#include <fstream>
#include <sstream>
#include <cstdlib>
#include <ctime>
Go to the source code of this file.
Namespaces | |
namespace | ctml |
The ctml namespace adds functionality to the XML object, by providing standard functions that read, write, and interpret XML files and object trees. | |
Functions | |
static string | pypath () |
return the full path to the Python interpreter. | |
void | ct2ctml (const char *file, const int debug=0) |
Convert a cti file into a ctml file. | |
void | get_CTML_Tree (Cantera::XML_Node *node, const std::string file, const int debug=0) |
Read an ctml file from a file and fill up an XML tree. | |
Driver for the system call to the python executable that converts cti files to ctml files (see Input File Handling).
Definition in file ct2ctml.cpp.