Physlib.FluidDynamics.FluidFlow.Momentum
Momentum fields for fluid flows
i. Overview
This module defines generic momentum fields for fluid flow and relates conservative momentum transport to mass density times material acceleration. The definitions do not choose a particular force law or stress model, so they can be reused by Navier-Stokes, Euler, and related systems.
ii. Key results
- `FluidFlow.momentumDensity` : The vector momentum density `rho u`. - `FluidFlow.momentumFlux` : The convective momentum flux `rho u ⊗ u`. - `FluidFlow.convectiveTerm` : The nonlinear transport term `(u · ∇)u`. - `FluidFlow.materialAcceleration` : The material acceleration `∂ₜ u + (u · ∇)u`. - `FluidFlow.momentumTransport_eq_materialAcceleration_add_continuityResidual` : The momentum-transport identity relating conservative and convective quantities.
iii. Table of contents
- A. Momentum fields
- B. Momentum transport identity
iv. References
A. Momentum fields
B. Momentum transport identity
9 declarations
Momentum density
For a fluid flow in dimensions, the momentum density is the vector field defined at each time and position by the product , where is the mass density and is the velocity of the fluid.
Convective momentum flux
Given a fluid flow in dimensions with mass density field and velocity field , the convective momentum flux is the matrix-valued field defined by the tensor product . At a given time and position , the -th entry of this matrix is for .
Convective term
For a fluid flow in dimensions with velocity field , the convective term is the vector field defined at each time and position by where is the -th component of the velocity vector and is the partial derivative of the velocity field with respect to the -th spatial coordinate. This term represents the nonlinear transport of velocity by the flow itself.
Material acceleration
For a fluid flow in dimensions with velocity field , the material acceleration is the vector field defined at each time and position by the sum of the partial time derivative of the velocity and the convective term: where denotes the derivative of the velocity field with respect to time at a fixed position, and is the convective term representing the nonlinear transport of velocity by the flow.
Product Rule for the Time Derivative of Scalar-Velocity Multiplication
Let be a natural number representing the spatial dimension. Let be a scalar field and be a velocity field, both evaluated at a fixed position. If and are differentiable at time , then the time derivative of their product at follows the product rule: where denotes the derivative with respect to time.
Product rule for the time derivative of momentum density
For a fluid flow in dimensions with mass density and velocity field , the momentum density is defined as . If the density and velocity are differentiable with respect to time at , then the time derivative of the momentum density at that point satisfies the product rule: where denotes the partial derivative with respect to time.
Product rule for the spatial derivative of momentum flux components
For a fluid flow in dimensions, let denote the mass density field and denote the velocity field. The momentum density is the vector field , and the convective momentum flux is the matrix field , where the -th component is . For any time , position , and indices , if the momentum density and velocity fields are spatially differentiable, then the partial derivative of the -th component of the momentum flux with respect to the -th spatial coordinate satisfies: where denotes the partial derivative .
Matrix Divergence of Momentum Flux equals
For a fluid flow in dimensions with mass density and velocity field , let the momentum density be and the convective momentum flux be the tensor field . If the momentum density and the velocity field are spatially differentiable at time and position , then the matrix divergence of the convective momentum flux decomposes into continuity and convective parts as follows: where denotes the divergence operator and is the convective term.
Momentum Transport Identity: Relation between Conservative Transport, Material Acceleration, and Continuity Residual
For a fluid flow in dimensions, let denote the mass density field and denote the velocity field. Suppose that and are differentiable with respect to time at , and that the momentum density and the velocity are spatially differentiable. Then the conservative momentum transport terms satisfy the following identity: where is the convective momentum flux, is the material acceleration, and is the continuity residual.
