Physlib.FluidDynamics.FluidFlow.Kinematics
Kinematic quantities for fluid flows
i. Overview
This module defines basic kinematic scalar quantities associated to `FluidFlow`.
ii. Key results
- `FluidFlow.materialDerivative` : The material derivative along a fluid velocity field.
- `FluidFlow.specificKineticEnergy` : The specific kinetic energy `|u|^2 / 2`.
iii. Table of contents
- A. Flow-derived scalar quantities
iv. References
A. Flow-derived scalar quantities
2 declarations
definition
Material derivative of a scalar field
Given a fluid flow in -dimensional space with velocity field and a time-dependent scalar field , the material derivative is a scalar field defined by: where is the partial derivative of the scalar field with respect to time , is the spatial gradient of the field at a fixed time, and denotes the standard Euclidean inner product.
definition
Specific kinetic energy of a fluid flow
Given a fluid flow in -dimensional space with velocity field , the specific kinetic energy is the scalar field defined by mapping each point in time and space to the value , where denotes the standard Euclidean norm.
