Difference between revisions of "Oli Engine 9.3 Reference Manual"

From wiki.olisystems.com
Jump to: navigation, search
(Created page with " == Generate and Equilibrium == == Table of Contents == Routine – Function Page SETSYESP – Sets directory path to public databanks 1 SETSYPRO ...")
 
(Table of Contents)
 
(2 intermediate revisions by the same user not shown)
Line 6: Line 6:
  
  
Routine – Function   Page
+
[[File:Reference manual 1.jpg]]
SETSYESP – Sets directory path to public databanks 1
+
 
SETSYPRO – Sets directory path to private databanks 1
+
 
SETWKDIR – Sets working directory path 1
+
[[File:Reference manual 2.jpg]]
GENERATE – Chemistry Model Generation 2
+
 
EQMODEL – Chemistry Model Retrieval and Storage 3
+
 
EQMODI – Model Information - Integers - Single Variable and Vectors 4
+
SETSYESP – Sets directory path to public databanks
EQMODD – Model Information - DP Numbers - Single Variable and Vectors 6
+
SETSYPRO – Sets directory path to private databanks
EQMODC – Model Information - Characters 7
+
SETWKDIR – Sets working directory path
EQMODMI  – Model Information – Integers - Matrices 8
+
 
EQMODMD – Model Information - Double Precision Numbers - Matrices 9
+
Chemistry Model Path Setup
EQSOLVED – Equilibrium Computation 10
+
 
EQSOLVEK – Equilibrium Computation with Kinetics 12
+
Calling SETSYESP sets the directory path to the public databanks.  Calling SETSYPRO sets an alternate directory for finding private databanks.  Calling SETWKDIR sets a directory path for any files created.  These must be called before any other Model Information calls.
EQSOLVEP – Equilibrium Computation – Using True Species as Input 14
+
 
EQSOLVFD – Equilibrium Computation – FIX/FREE 16
+
CALL SETSYESP (PATH)
EQLABAN – Equilibrium Computation – Lab Analysis Reconciliation 17
+
CALL SETSYPRO (PATH)
EQTRACE – Equilibrium Computation – Trace 19
+
CALL SETWKDIR (PATH)
EQESPFILE – Equilibrium Information – Creates ESP-Style Files 20
+
 
EQSOLI – Equilibrium Information – Integers 21
+
Input:
EQSOLD – Equilibrium Information – Double Precision Numbers 22
+
 
EQSOLAD – Equilibrium Information – ASAP Variables 25
+
PATH = Directory path to be set.
EQDERV – Equilibrium Information – Property Derivatives 26
+
GETERR – Error Acquisition 28
+
Output:
GETERRG – Error Acquisition From Generator 28
+
GETERRS – Error Acquisition From Solver 28
+
None
CLRERR – Error Reset 28
+
 
GETWARNG – Get Warnings From Generator 29
+
Example: SETSYESP ("d:\v60dev\esp")
GETWARNS – Get Warnings From Solver 29
 
EQPROPD – Properties Computation without Equilibrium Calculation 30
 
EQPROP – Properties Computation without Equilibrium Calculation 36
 
EQPRDERV – Property Derivatives without Equilibrium 37
 
GVEC – Molecular Stream Description 39
 
EVEC – Aqueous Stream Description 42
 
ASAP Units 43
 

Latest revision as of 08:52, 26 August 2016

Generate and Equilibrium

Table of Contents

Reference manual 1.jpg


Reference manual 2.jpg


SETSYESP – Sets directory path to public databanks SETSYPRO – Sets directory path to private databanks SETWKDIR – Sets working directory path

Chemistry Model Path Setup

Calling SETSYESP sets the directory path to the public databanks. Calling SETSYPRO sets an alternate directory for finding private databanks. Calling SETWKDIR sets a directory path for any files created. These must be called before any other Model Information calls.

CALL SETSYESP (PATH) CALL SETSYPRO (PATH) CALL SETWKDIR (PATH)

Input:

PATH = Directory path to be set.

Output:

None

Example: SETSYESP ("d:\v60dev\esp")