PLASMAKIN_DATA
&PLASMAKIN_DATA [Cte_p = Lvalue [,]]
{ pressure = Rvalue
[, 'Cvalue'] [,]
gas_T = Rvalue [,'Cvalue'] | [,] gas_n = Rvalue
[, 'Cvalue']} [ [,] electron_T = Rvalue
[, 'Cvalue'] ] /
Name | Description | Data type and attributes | Default value | Units or values supported |
---|---|---|---|---|
Cte_p | Constant pressure system | LOGICAL | .TRUE. | .T, T, .t, t, .F, F, .f, f |
Pressure | Total pressure | PHYS_PROPERTY | 0,'Pa' | 'Pa', 'Nm-2', 'bar', 'mbar', 'torr', 'atm' |
Gas_T | Gas temperature | PHYS_PROPERTY | 300,'K' | 'K', 'C' |
Gas_n | Total gas density | PHYS_PROPERTY | 0,'m-3' | 'm-3', 'cm-3' |
electron_T | Electron temperature | PHYS_PROPERTY | 0,'eV' | 'eV', 'K', 'C' |
This NAMELIST is usually used only once in the data input file. The
Cte_p
value is used to distinguish between constant pressure and constant
volume conditions. The initial gas density can be indicated explicitly -
specifying its value - or implicitly indicating the pressure and gas temperature.
However even in the later case the user can be interested in indicate the gas
density units if he prefers to use 'cm-3' instead of the default
S.I. value. The electron temperature is only necessary if electron temperature
dependent rate coefficients are used. Note that °C is just written C.
Example E-21. PLASMAKIN_DATA
: Examples of
PLASMAKIN_DATA
NAMELIST syntax.
&PLASMAKIN_DATA Gas_n = 1.e+22 / &PLASMAKIN_DATA Gas_n = ,'cm-3' Pressure = 1,'mbar' Gas_T = 25,'C' / &PLASMAKIN_DATA Cte_p = F, Pressure = 1,'torr', electron_T = 3,'eV' /