During simulation, particles are absorbed and desorbed from surfaces and/or flowing through transparent membranes. In order to better track the current state of the simulation run, these processes are time averaged over physical surfaces and put into ASCII logfiles. The following log files are automatically created during simulation:
absorption_log.txt
- Particle absorption on surfacesdesorption_log.txt
- Particle desorption from surfacestransmission_log.txt
- Particle flow through transparent membranespressure_log.txt
- Kinetic pressure due to particle impingement on surfaces
By default, 100 log entries are created per simulation run. This number can be modified with the global variable NCOUNTS
in the parameter file, e.g.
NCOUNTS = 1000;
Each of the log files has the physical time in the first column. The other columns contain particle fluxes / pressures according to the headlines given in the file. The choice of columns is performed automatically according to the absorption / desorption mechanisms defined within the wall reactions.
Depending on if the particles are charged/neutral, absorption, desorption and transmission are given in [A] / [sccm]. Both units are proportional to the total number of particles per second:
For the kinetic pressure , the average momentum transfer on surfaces by particle collision is accumulated:
The variables are
This only works correctly, if the whole area of the physical surface is in contact with the gas volume. If there is additional area which is not in contact with the gas, the pressure number in the log file is normalized with respect to the whole area and will therefore be lower than the actual pressure in the gas volume.
For transparent membranes pressure logging currently is omitted because the contribution of the net flow through a membrane has to be handled separately, which is not yet working properly.
The electric potentials for conductive electrodes are being logged into a TXT file potentials_log.txt
as a function of time. The time resolution is the same as for the particle-balance related log files such as absorption_log.txt
etc. and can be controlled via the NOUNTS
parameter. There are the following cases of electrodes:
Dielectric insulating electrodes | Since the electric potential on dielectrics is not unique, such surfaces are ignored. |
Electrodes with fixed voltage | The time-dependent evaluation of the vf parameter is logged. |
Single floating electrodes | The floating potential is logged. |
Double floating electrodes with relative bias | The absolute potentials of both electrodes are logged. |
RF electrode with self bias | Only the self bias is logged. |