When calling a function that returns one or more properties the user has the option to have the function either a user defined set of values spanning one row or a fixed output spanning a number of rows.
This is controlled by the parameter:
•Output
Below is a table that gives the options for Output:
NR.
|
Value of "Output"
Note: Only the short name is currently active.
|
Returning:
|
Notes
|
1
|
Bonding fraction (BF)
|
Fraction of sites not bonded
|
Only relevant when the association scheme is used.
|
2
|
Temperature (T)
|
Temperature given or found depending of calculation
|
|
3
|
Pressure (P)
|
Pressure given or found depending of calculation
|
|
4
|
Volume (V)
|
Volume of the given phase
|
|
5
|
Density (D)
|
Density of the given phase
|
|
6
|
Enthalpy (H)
|
Enthalpy in the given phase
|
|
7
|
Entropy (S)
|
Entropy in the given phase
|
|
8
|
Cp
|
Heat capacity in the given phase
|
|
9
|
Molar mass (M)
|
Average molar mass of the phase
|
|
10
|
Mn
|
Mn for the distribution
|
Only active for a system with a polymer
|
11
|
Mw
|
Mw for the distribution
|
Only active for a system with a polymer
|
12
|
Mz
|
Mz for the distribution
|
Only active for a system with a polymer
|
Example
#1
We want to return volume and density:
Output = "V, D"
#2
We want to return temperature, pressure and enthalpy
Output = "T, P, H"
|