SetRate
The subroutine SetRate
sets the values of rate coefficients
when the rate coefficient equation included in PLASMAKIN and given in Chapter 1
is not appropriate. The user is free to write this routine, but the routine must
have the interface described below.
SetRate( Idx, rIdx, pIdx, Temp, RateValue )
Name | Description | Data type and attributes |
---|---|---|
Idx | Index of desired rate coefficient equation in the routine | INTEGER, INTENT(IN) |
rIdx(NMaxReacSpc) | Array with the vibrational quantum numbers of reactant species | INTEGER, INTENT(IN) |
pIdx(NMaxReacSpc) | Array with the vibrational quantum numbers of product species | INTEGER, INTENT(IN) |
Temp | The electron or gas temperature used in the rate coefficient equation | REAL(double), INTENT(IN) |
RateValue | The rate coefficient value | REAL(double), INTENT(OUT) |