ISLEC  Version 4.2
Functions
gem_ipopt.c File Reference

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...
 

Detailed Description

Perform Gibbs energy minimization of the whole thermodynamic system using the open source IPOPT optimization library function IpoptSolve().

Author
Dongdong Li ddong.nosp@m._li@.nosp@m.hotma.nosp@m.il.c.nosp@m.om
Date
2018-05-26
Version
4.2.0.1

Definition in file gem_ipopt.c.

Function Documentation

◆ gem_ipopt()

int gem_ipopt ( )

Perform Gibbs energy minimization (GEM) using the IPOPT algrithium.

Author
Dongdong Li ddong.nosp@m._li@.nosp@m.hotma.nosp@m.il.c.nosp@m.om
Returns
status of the optimization generated from the function IpoptSolve
Since
4.0.0.0

Definition at line 180 of file gem_ipopt.c.