The API syntax for creating surface species has changed. Running Java® files from previous versions may fail due to the new default name indexes, including
ads for surface species and
s for solids in the Reaction Engineering and Chemistry interfaces. The surface species names and solid species names need to be changed accordingly in any Java
® code:
The internal variable names of vector and tensor components have changed in the Transport of Concentrated Species interface. In most cases, users will not be affected by this change. When opening a model file created in a previous version, the previous variable definitions remain. However, when updating or recomputing the solution, new variable names will be generated. This means that if any of these variable names have been used in a user-defined expression or plot, they need to be updated manually as described below.
In version 5.1, the spatial direction indicator string (x,
xy, and so on) has been moved to the end of the variable name. This applies to all vector and tensor variables generated by the interface.
The bulk species name needs to be included in the first argument of the setIndex method. Apply the Java
® API syntax changes as shown in the example below:
Apply the Java® API syntax changes as shown in the example below: