Driver for the system call to the python executable that converts cti files to ctml files (see Input File Handling). More...
#include "ct_defs.h"#include "ctexceptions.h"#include "ctml.h"#include <string>#include <vector>#include <iostream>#include "utilities.h"#include "global.h"#include <fstream>#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 | |
| 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.
1.6.3