Cantera
2.0
|
Implementation file that contains the main algorithm for finding an equilibrium. More...
#include <cstdio>
#include <cstdlib>
#include <cmath>
#include <cassert>
#include "cantera/equil/vcs_solve.h"
#include "cantera/equil/vcs_internal.h"
#include "cantera/equil/vcs_VolPhase.h"
#include "vcs_species_thermo.h"
#include "vcs_Exception.h"
#include "cantera/base/clockWC.h"
#include "cantera/base/stringUtils.h"
Go to the source code of this file.
Macros | |
#define | MAX(x, y) (( (x) > (y) ) ? (x) : (y)) |
Functions | |
static void | print_space (size_t num) |
Implementation file that contains the main algorithm for finding an equilibrium.
Definition in file vcs_solve_TP.cpp.