Physlib.FluidDynamics.FluidFlow.Incompressible
Incompressible fluid flows
i. Overview
This module defines general incompressibility predicates for fluid flows. These predicates are not tied to a particular equation of motion, so they can be reused later by incompressible Navier-Stokes, incompressible Euler, and Bernoulli-style developments.
ii. Key results
- `FluidFlow.incompressibilityResidual` : The divergence of the velocity field. - `FluidFlow.ClassicalIncompressible` : Incompressibility guarded by velocity differentiability. - `FluidFlow.SmoothIncompressible` : Incompressibility with globally differentiable velocity. - `FluidFlow.classicalIncompressible_of_smoothIncompressible` : Smooth incompressibility implies classical incompressibility.
iii. Table of contents
- A. Incompressibility predicates
iv. References
A. Incompressibility predicates
4 declarations
Incompressibility residual
For a given fluid flow in dimensions, the incompressibility residual is a scalar-valued function of time and position . It is defined as the divergence of the velocity field at that time and position: where is the velocity vector field at time , and denotes the divergence operator.
Classical Incompressibility:
A fluid flow in dimensions is defined as **classically incompressible** if, for every time and position , the differentiability of the velocity field at implies that the incompressibility residual (the divergence of the velocity field) is zero:
Smooth Incompressibility of a Fluid Flow ()
A fluid flow in dimensions is defined to be smooth incompressible if for every time , the velocity field is differentiable, and the incompressibility residual (defined as the divergence of the velocity field) vanishes for all times and positions :
Smooth Incompressible Classical Incompressible
For a fluid flow in dimensions, if the flow is smooth incompressible, then it is also classically incompressible. Specifically, if for every time the velocity field is globally differentiable and its divergence vanishes ( for all ), then it satisfies the classical incompressibility condition where holds at any point where the velocity field is differentiable.
