Transient Nano-Dense Molecular State Hypothesis and Persistence–Stabilization Closure for Combustion Nanoparticle Inception
A reproducible conceptual and mathematical framework for investigating whether transient precursor association, finite persistence, dissociation, competing losses, and chemical or structural stabilization can provide a structured closure between gas-phase molecular chemistry and the formation of persistent incipient nanoparticles.
Evidence status
- E4 — Scientific hypothesis: the proposed transient nano-dense molecular state (NDMS) is testable but is not established as a universal physical state or nanoparticle-inception mechanism.
- E3 — Research prototype: the zero-dimensional Python model and Jupyter notebook demonstrate the mathematical behaviour of the persistence–stabilization closure using illustrative parameters; they are not validated predictive models for a specific flame, fuel, pressure, temperature, or particle system.
Nanoparticle inception remains one of the least constrained stages in predictive combustion-particle modelling.
Detailed chemical mechanisms can describe many relevant processes, including:
- fuel decomposition;
- aromatic and polycyclic aromatic hydrocarbon growth;
- radical chemistry;
- oxidation;
- molecular association;
- surface growth;
- coagulation.
However, the transition from molecular precursors or reversible molecular clusters to the first persistent particles often still requires an empirical or semi-empirical modelling closure.
This repository develops and demonstrates the transient nano-dense molecular state (NDMS) hypothesis as one possible framework for representing that transition. It is intended to support:
- transparent scientific communication;
- reproducible conceptual-model demonstrations;
- mathematical formulation of persistence and stabilization;
- sensitivity analysis;
- comparison with alternative inception closures;
- definition of testable and falsifiable scientific questions;
- future coupling to detailed chemistry and population-balance models.
The NDMS framework separates nanoparticle inception into distinguishable processes:
- precursor formation;
- reversible precursor association;
- formation of a transient locally dense molecular ensemble;
- dissociation;
- non-stabilizing loss;
- chemical or structural stabilization;
- formation of persistent incipient particles.
The central proposition is:
Transient molecular association alone is not sufficient for particle inception.
A transient associated ensemble contributes to persistent particle formation only when stabilization competes successfully with dissociation and other losses.
The transient nano-dense molecular state is proposed as a non-equilibrium, scale-local modelling descriptor for an ensemble of associated molecular or molecular-cluster precursor units.
It is intended to represent conditions involving:
- enhanced local precursor density;
- repeated molecular encounters;
- reversible association;
- finite cluster residence time;
- competition between dissociation, non-stabilizing loss, and stabilization;
- conditional transition toward persistent particle formation.
The NDMS is not presented as:
- an established equilibrium thermodynamic phase;
- a directly confirmed universal physical state;
- a replacement for detailed gas-phase chemistry;
- a complete particle-dynamics model;
- a universally validated nanoparticle-inception mechanism.
The hypothesis should therefore be interpreted as a falsifiable scientific proposition and modelling closure under development.
The reduced model distinguishes:
- formation of a transient associated reservoir;
- dissociation from that reservoir;
- non-stabilizing loss;
- stabilization into persistent incipient-particle matter.
The transient reservoir formation rate is represented as:
R_form = k_on * C_assoc^m
A minimal reservoir balance is:
dZ/dt = R_form - (k_off + k_loss + k_stab) * Z
The bounded stabilization probability is:
P_stab = k_stab / (k_off + k_loss + k_stab)
The persistent-particle source is:
S_NDMS = k_stab * Z
Under the quasi-steady approximation used in the current zero-dimensional demonstration:
S_NDMS = k_stab * k_on * C_assoc^m
--------------------------------
k_off + k_loss + k_stab
where:
Z = transient NDMS reservoir
P_stab = probability that a transient associated state becomes stabilized
S_NDMS = simplified source term for persistent incipient particles
k_on = effective precursor-association coefficient
k_off = effective dissociation coefficient
k_loss = coefficient for non-stabilizing losses
k_stab = chemical or structural stabilization coefficient
C_assoc = concentration or availability of associating precursors
m = effective association order
For non-negative rate coefficients:
0 <= P_stab <= 1
This bounded form prevents the stabilization probability from exceeding its physical probability range.
These equations constitute a reduced closure for conceptual and numerical investigation. They are not yet a quantitatively validated inception law for a specific combustion or aerosol system.
Detailed notation and interpretation are provided in:
The standalone script uses the Python standard library.
Run:
python scripts/ndms_zero_dimensional_model.pyThe demonstration compares illustrative regimes in which:
- dissociation and loss dominate;
- stabilization competes with removal;
- stabilization dominates.
It reports:
- the bounded stabilization probability;
- the quasi-steady NDMS inception source.
Install the notebook dependencies:
pip install -r requirements.txtThen open:
notebooks/01_persistence_stabilization_demo.ipynb
The notebook provides:
- the reduced closure equations;
- illustrative parameter regimes;
- calculation of
P_stab; - calculation of
S_NDMS; - stabilization-probability plots;
- sensitivity of the predicted source to the stabilization coefficient.
Complete installation and usage guidance is available in:
The numerical parameters are illustrative. They are not fitted predictions for a specific experiment.
ndms-nanoparticle-inception/
├── docs/
│ ├── how-to-use.md
│ ├── model-equations.md
│ └── scientific-summary.md
├── figures/
│ ├── README.md
│ ├── ndms_modeling_closure.png
│ └── ndms_soot_inorganic_pathways.png
├── notebooks/
│ ├── README.md
│ └── 01_persistence_stabilization_demo.ipynb
├── scripts/
│ └── ndms_zero_dimensional_model.py
├── 2026-03-ndms-hypothesis-bridging-clustering-chemical-stabilization.pdf
├── 2026-05-ndms-persistence-stabilization-closure-framework.pdf
├── CITATION.cff
├── LICENSE
├── README.md
└── requirements.txt
The framework is intended to support questions such as:
- Under which conditions can reversible molecular association persist long enough for stabilization?
- Which chemical or structural processes may provide stabilization?
- How sensitive is the predicted inception source to association, dissociation, and competing loss rates?
- Can the same mathematical architecture represent different precursor families without assuming identical chemistry?
- How should detailed precursor chemistry be coupled to the closure?
- Which observables could distinguish transient clustering from persistent particle formation?
- How can the closure be incorporated into sectional, moment, or population-balance models?
- Which experimental or molecular-simulation results would support, modify, or reject the hypothesis?
- Does a constrained NDMS closure improve inception-specific predictions relative to simpler empirical source terms?
The hypothesis is being considered primarily in relation to:
- soot nanoparticle inception;
- hydrocarbon-flame particle formation;
- PAH and molecular-cluster association;
- carbonaceous nanoparticle formation;
- selected inorganic flame-aerosol systems;
- chemically stabilized molecular-cluster growth.
Transfer between these systems must not be assumed automatically. Each application requires system-specific precursor chemistry, stabilization pathways, characteristic timescales, and validation evidence.
| Layer | Classification | Current interpretation |
|---|---|---|
| NDMS physical proposition | E4 — Hypothesis | A testable description of a possible transient molecular-to-particle regime; not experimentally established as universal. |
| Persistence–stabilization equations | E3 — Research prototype | A reduced mathematical closure suitable for transparent analysis and model-development studies. |
| Python script | E3 — Research prototype | Executable zero-dimensional demonstration using illustrative parameters. |
| Jupyter notebook | E3 — Research prototype | Reproducible sensitivity and visualization environment; not a validated predictive tool. |
| Industrial or regulatory application | Not established | Requires system-specific mechanisms, data, uncertainty analysis, and independent validation. |
The repository currently provides:
- a clearly stated nanoparticle-inception hypothesis;
- a reduced persistence–stabilization formulation;
- executable Python code;
- a reproducible Jupyter notebook;
- illustrative parameter studies;
- explanatory documentation;
- companion scientific papers.
The repository does not currently provide:
- direct experimental proof of a distinct NDMS;
- validated universal values for
k_on,k_off,k_loss, ork_stab; - complete detailed-chemistry coupling;
- molecular-dynamics validation;
- quantitative prediction of particle-number density;
- validated particle-size distributions;
- a complete population-balance model;
- validated soot-volume-fraction prediction;
- demonstrated universality across carbonaceous and inorganic systems;
- industrial design, emissions-compliance, or regulatory predictions.
The executable demonstration shows the mathematical behaviour of the proposed closure. It does not independently establish that the hypothesized physical state exists.
Further scientific development should focus on:
- defining candidate precursor families;
- connecting precursor production to detailed chemical kinetics;
- identifying physically interpretable stabilization pathways;
- estimating association, dissociation, loss, and stabilization timescales;
- evaluating pressure and temperature dependence;
- comparing the closure with molecular-simulation results;
- coupling the model to population-balance descriptions;
- comparing predictions with particle-inception measurements;
- testing alternative mathematical formulations;
- identifying observations capable of supporting or falsifying the hypothesis.
Useful validation targets may include:
- molecular-cluster distributions;
- cluster lifetimes;
- precursor-depletion rates;
- onset of persistent particle signals;
- particle-number density;
- particle-size distributions;
- pressure dependence;
- temperature dependence;
- fuel and precursor dependence;
- isotope or chemical-marker evidence;
- distinctions between reversible association and stabilized particle formation.
The NDMS framework may be used as:
- a scientific hypothesis;
- a reduced mathematical closure;
- a source of testable questions;
- a tool for sensitivity analysis;
- a possible bridge between molecular chemistry and particle models;
- a basis for comparison with alternative inception descriptions.
It must not currently be presented as:
- a confirmed universal mechanism;
- a fully validated soot or aerosol model;
- proof of a new thermodynamic phase;
- a substitute for experimental evidence;
- an industrial particle-emissions predictor;
- a regulatory or process-design model.
Application to a real combustion or aerosol system requires independent scientific validation and explicit documentation of the model applicability domain.
1. A Transient Nano-Dense Molecular State in Nanoparticle Inception: Bridging Physical Clustering and Chemical Stabilization
Zenodo, March 2026
- DOI: 10.5281/zenodo.19730735
- Repository copy: 2026-03-ndms-hypothesis-bridging-clustering-chemical-stabilization.pdf
This paper introduces the NDMS hypothesis as a possible bridge between reversible molecular clustering and chemically or structurally stabilized particle inception.
2. Transient Nano-Dense Molecular States as a Persistence–Stabilization Closure for Combustion Nanoparticle Inception
Zenodo, May 2026
- DOI: 10.5281/zenodo.20258147
- Repository copy: 2026-05-ndms-persistence-stabilization-closure-framework.pdf
This paper develops the hypothesis into a reduced modelling architecture that separates association, dissociation, non-stabilizing loss, and stabilization.
Zenodo concept DOI covering all archived versions:
Current archived release identified in the repository documentation:
For reproducible use, cite the exact version-specific DOI used together with the relevant companion paper.
Citation metadata is also provided in:
- The software license in
LICENSEis the MIT License and applies to the repository's code and software components. - The companion papers remain subject to the licenses stated in their respective Zenodo records.
- Documentation and figures should be reused only according to explicit file-level notices or with the author's permission.
- Third-party material remains subject to its original licence and attribution requirements.
This separation avoids treating scientific publications, figures, or third-party material as automatically covered by the software licence.
The repository is intended for open scientific communication, conceptual-model development, and reproducibility.
It does not intentionally include:
- confidential industrial data;
- proprietary client information;
- restricted project documentation;
- employer-owned operational information;
- unpublished third-party material without permission.
Prof. Dr. Ahmad Saylam
R&D & Technology Development Leader
Scientific & Engineering Consultant
Duisburg, Germany
Email: saylamah@gmail.com
Nanoparticle inception · soot formation · combustion · flame aerosols · transient nano-dense molecular state · NDMS · persistence–stabilization · molecular clustering · PAH association · chemical kinetics · population balance · inception closure · thermochemical processes
