Advection Coefficient (v·L) advection_coefficient
🧮 Unit Definition
📘 Description
Advection Coefficient (advection_coefficient)
Formula: velocity * meter (m²/s)
Category: Transport
The advection coefficient is the product of a characteristic velocity and length scale: v·L. It has units of m²/s, the same dimension key as diffusion coefficient, but represents a completely different transport mechanism (bulk convection rather than random spreading).
This node is deliberately introduced as a separate concept (no aliasing) because it enables clean construction of Peclet number using only binary relations: Pe = (v·L)/D. It is a powerful scaffold node for transport coverage.
Dimensional Analysis
[vL] = [m/s] · [m] = [m²/s]
Summary
Advection coefficient is the canonical “bulk-transport intensity” scale in advection–diffusion physics. It is the perfect intermediate node for building Peclet-style similarity coordinates.
🚀 Potential Usages
Formulas and Usages of Advection Coefficient (v·L)
1) Definition
A_adv = v · L
v : velocity (m/s)
L : characteristic length (m)
A_adv : m²/s
2) Why it matters
- Acts as the numerator scale in Peclet number.
- Useful for transport time-scale comparisons (advective vs diffusive dominance).
- Builds a bridge from velocity/geometry into transport similarity analysis.
🔬 Formula Breakdown to SI Units
-
advection_coefficient
=
velocity×meter -
velocity
=
meter×second
🧪 SI-Level Breakdown
advection coefficient (v·l) = meter × second × meter
📜 Historical Background
Historical Background
Similarity analysis in transport physics repeatedly produces v·L as a natural scaling group. Exposing it as an explicit node makes dimensionless transport numbers easier to generate and navigate.