SPECIES
SPECIES [species name]*24 [stoichiometric formula] !
This keyword defines species in the data structure. Every species name (maximum 24 characters) must be unique. The species are built from the predefined set of elements in the stoichiometric formula. If an undefined element is referenced, DATA displays an error message and the data structure is probably damaged.
The species names do not have to be the same as the stoichiometry formula, although in general this is recommended. The elements are automatically entered as species using the same names of the elements.
You can define a species name as a mixture of UPPER-case and lower-case letters in a database, but the DATA module automatically converts all lower-case to UPPER-case because the GIBBS module only recognizes UPPER-case species names.
When naming the species in a database, use special characters (such as +, -, _, / and .) in species names. Avoid using other special characters (such as (
and )
).
The stoichiometric formula is written with a simplified chemical notation, in which the chemical elements should always be given in UPPER-case and in any preferred order, and the stoichiometric coefficients are written in either real numerical factors or integer digits.
It is important that the numerical factor of 1
is not left out. Subgroups are not allowed in a stoichiometry formula; however, while specifying the stoichiometry formula for a specific species in a database, you can specify it in a way that some elements (always together with the corresponding partial stoichiometric coefficients) are repeated (as in the examples below).

SPECIES AL2O3 AL2O3 !
SPECIES Silica SI1O2 !
SPECIES NaSb_6OH NA1SB1O6H6 !
SPECIES FE+2 FE/+2 !
SPECIES SB-3 SB/-3 !
SPECIES AlCl2/3 AL.33333CL.666667 !
SPECIES AL1CL1H2O2 AL1CL1H2O2 !
SPECIES AlCl3_3H2O AL1CL3H6O3 !
SPECIES AlO2H2Cl.H6O3 AL1O2H2CL1H6O3 !
SPECIES AlCl2-OH.3H2O AL1CL2O1H1H6O3 !
SPECIES AlCl2OH.3Water AL1O1H1CL2H6O3 !