Number of impacts on the wall from area and speed¶
The number of impacts of molecules against the wall in a specified direction is proportional to the number density of the molecules, the area of the wall, the projection of velocity in said direction and time.
Conditions:
Gas is ideal.
Wall is flat and perpendicular to specified axis.
Links:
- impact_count¶
Impact count.
- Symbol:
N
- Latex:
\(N\)
- Dimension:
dimensionless
- number_density¶
number_density
of particles.
- Symbol:
n
- Latex:
\(n\)
- Dimension:
1/volume
- Symbol:
A
- Latex:
\(A\)
- Dimension:
area
- Symbol:
v
- Latex:
\(v\)
- Dimension:
velocity
- Symbol:
t
- Latex:
\(t\)
- Dimension:
time
- law¶
N = n * A * v * t / 2
- Latex:
- \[N = \frac{n A v t}{2}\]