|
•
|
It is possible to use model variables to define expressions. The following keywords can be used: TE is the electron temperature in eV, NE is the electron density in m−3, TGAS is the gas temperature in K, and EN is the reduced electric field in V·m2.
|
|
•
|
It is also possible to use any variable in the model using the scope plasma before the variable. As an example, if the variable plas.rho or plas2.rho is to be used, write plasma.rho. The correct physics interface scope will replace plasma. The instructions below show two equivalent ways to define the same ionization rate constant using TE and plasma.Te:
|
|
•
|
Data blocks with the same label and same type (electron impact reactions or heavy species reactions) will be combined in the same Reaction Table of the same Reaction Group feature.
|
|
•
|
All the unlabeled reaction group blocks will be combined into at maximum two Reaction Group features with the suffix “All unlabeled” in the feature names.
|
|
•
|
A regular reaction line can be turned into a generic reaction line by appending keywords GenericCombination or GenericPair to the end of the line, separated by delimiter “!”.
|
|
•
|
GenericCombination is like permutation, all possible combinations of all the wild card variables are generated. Therefore a GenericCombination reaction with “$X = SF6 SF5 SF4” and “$Y = SF3 SF2” will generate 3*2=6 regular reactions.
|
|
•
|
GenericPair is straightforward, where the pairs are generated column-based and the number of actual values for all the wild card variables need to be equal. Therefore a GenericPair reaction with “$X = SF6 SF5 SF4” and “$Y = SF3 SF2 SF” will generate 3 regular reactions.
|