| Next || Previous || Top |

DATABASE

This keyword data block is used to specify a database for the simulations.

Example data block
Line 0: DATABASE ../../database/pitzer.dat
Explanation

Line 0: DATABASE database_file_name

DATABASE is the keyword for the data block.

database_file_name --File name for the database. If the database is not in the working directory, then a path name relative to the working directory or an absolute path name must be given.

Notes

DATABASE must be the first keyword data block in an input file. It may be preceded by comment lines, but not by other keyword data blocks. The file specified in the DATABASE data block is used for the simulations regardless of other default or command-line-argument definition of the database file.

Example problems

The keyword DATABASE is used in example problems 14, 15, 17, and 20.


| Next || Previous || Top |