ISLEC
Version 4.2
|
Perform Gibbs energy minimization of the whole thermodynamic system using the open source IPOPT optimization library function IpoptSolve(). More...
#include "ipopt/IpStdCInterface.h"
#include <stdlib.h>
#include <assert.h>
#include <stdio.h>
Go to the source code of this file.
Functions | |
int | gem_ipopt () |
Perform Gibbs energy minimization (GEM) using the IPOPT algrithium. More... | |
Perform Gibbs energy minimization of the whole thermodynamic system using the open source IPOPT optimization library function IpoptSolve().
Definition in file gem_ipopt.c.
int gem_ipopt | ( | ) |
Perform Gibbs energy minimization (GEM) using the IPOPT algrithium.
Definition at line 180 of file gem_ipopt.c.