So, this curiosity has arisen for a fun project I thought I'd tackle, where I'm attempting create a crude simulation of an internal combustion cylinder.
I wanted to explore the particle level interactions of a 4 step methane reaction, and see how they effect macroscopic properties like cylinder wall and force on the piston head. So the initial thought was simulate a set of particles modeled as hard spheres bouncing around, which I've found, are the general assumptions in kinetic theory. My background is with the macroscopic (engineering) and I'm trying to understand how these particle interactions of these relate to my existing macro knowledge.
I've read up on the Maxwell-Boltzmann distribution, which makes sense that for a collection of particles at a given temperature there is a probability of finding particles at a given speed in a small box.
$$ f(v) = \sqrt{\frac{m}{2\pi KT}^{3}} 4\pi v^2 e^{\frac{-mv^2}{2kT}} $$
But how is temperature defined for an individual particle, is there such a thing? I was also looking into other definitions of temperature which don't seem to apply to individual particles such as:
$$ 1/T = \frac{\delta S}{\delta U} $$
If anything this even more confusing because, again I'm not sure how these terms are defined for individual particles. So is temperature some type of scalar property in addition to velocity information? My understanding is particle velocity and temperature are independent properties.
Finally, I was hoping to take some properties of my particle and on collision have some model to determine if a reaction would or wouldd not occur. How is activation energy related to velocity and temperature on a particle level, or can individual reactions not be modeled from a Newtonian stand point?