Skip to content

Latest commit

 

History

History
88 lines (64 loc) · 3.66 KB

README.md

File metadata and controls

88 lines (64 loc) · 3.66 KB

Charge mosaics on contact-electrified dielectrics result from polarity-inverting discharges

This is a repository of code accompanying the research article

Yaroslav I. Sobolev, Witold Adamkiewicz, Marta Siek, Bartosz A. Grzybowski, "Charge mosaics on contact-electrified dielectrics result from polarity-inverting discharges", Nature Physics (2022).

Experimental data and results of numerical calculations are too large (~16 Gb) for Github and are available from separate repository in Harvard Dataverse:

Installation

This code is compatible with Python 3.7

The primary Python dependencies are:

Other Python dependencies are standard -- come pre-installed with Anaconda distribution.

Running custom code controlling the experimental setups (Scanning Kelvin probe and setup for controlled delamination, see custom_code_for_experimental_setups folder) additionally requires:

Running the numerical model (see macro-scale-model folder) requires:

Reproducing methods and figures from the paper

For constructing Paschen's law interpolator from literature data (Supplementary Figure S26-S27) see paschen_curve_approximating/paschen_curve_processing.py and paschen_curve_approximating/paschen_curve_processing_for_argon.py

For reproducing Scanning Kelvin Probe (SKP) (Figure 2c,f, Figure 3b, Supplementary Figure 5) see folder data_processing/kelvinprobe_viewer

For plotting sections of SKP maps see data_processing/kelvinprobe_sections folder

For reproducing Supplementary Figures S14-S18 see data_processing/kelvinprobe_viewer/moving_averages.py

For processing electrometer data (Figure 4d, Figure 3b, Supplementary Figures S10d, S11d, S12c, S6d) see scripts named data_processing/process_electrometer*.py

For evaluating net charge from electrometer data (Figure 3b, Supplementary Figure S6d) see data_processing/net_charge_extraction.py

For processing direct optical detection os sparks see (Figure 4b,c), see scripts data_processing/sparks_camera_processing*.py

For detecting motion of delamination front (Supplementary Figures S10b, S11b, S12c) see scripts data_processing/delamination_front_finder*.py and data_processing/delamination_front_plotter*.py

For XPS data plotting (Figure S8, S9) see data_processing/plot-all-XPS.py

For hygrometer calibration (Supplementary Figure S33) see data_processing/hygrometer_calibration

For evaluation of adhesion work (Figure 3c, Supplementary Figures S6c,e) see data_processing/adhesion_work_extraction.py