Physlib.FluidDynamics.CauchyFlow.Momentum
Cauchy momentum equations
i. Overview
This module defines the conservative and convective Cauchy momentum equations for a fluid flow with stress and specific body-force fields. The stress tensor is left as an input field, so this is the balance-law layer before specializing to a constitutive law, such as Euler or Navier-Stokes.
ii. Key results
- `CauchyFlow.CauchyMomentumEquation` : Conservation of momentum using `Space.matrixDiv`. - `CauchyFlow.ConvectiveCauchyMomentumEquation` : The Cauchy momentum equation in convective form. - `CauchyFlow.cauchyMomentumEquation_iff_convectiveCauchyMomentumEquation` : Equivalence of the two Cauchy momentum equations when continuity holds and the fields are differentiable.
iii. Table of contents
- A. Cauchy momentum equations
- B. Equivalence of conservative and convective Cauchy momentum
iv. References
A. Cauchy momentum equations
B. Equivalence of conservative and convective Cauchy momentum
3 declarations
Cauchy momentum equation:
A -dimensional Cauchy flow satisfies the **Cauchy momentum equation** in conservative form if, for every time and position , the following balance holds: where: - is the mass density and is the velocity field, such that is the momentum density. - is the convective momentum flux tensor, where . - is the stress tensor field. - is the specific body-force field (force per unit mass). - (or `matrixDiv`) denotes the matrix divergence, defined as the vector whose -th component is the divergence of the -th row of the matrix field: .
Convective Cauchy momentum equation
For a Cauchy flow in dimensions, this proposition states that the convective Cauchy momentum equation holds at all times and positions : where: - is the mass density field. - is the velocity field. - is the stress tensor field. - is the specific body force field. - is the divergence of the stress tensor (the vector whose components are the divergences of the rows of ). - is the material acceleration of the fluid.
Equivalence of Conservative and Convective Cauchy Momentum Equations
For a -dimensional Cauchy flow, suppose the classical continuity equation holds. Assuming that the density and velocity are differentiable with respect to time, and that the momentum density and the velocity are spatially differentiable, then the Cauchy momentum equation in conservative form is equivalent to the Cauchy momentum equation in convective form where is the mass density, is the velocity field, is the stress tensor field, and is the specific body-force field.
