Physlib

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 Dtf=tf+ufD_t f = \partial_t f + \mathbf{u} \cdot \nabla f of a scalar field

Given a fluid flow in dd-dimensional space with velocity field u(t,x)\mathbf{u}(t, \mathbf{x}) and a time-dependent scalar field f(t,x)f(t, \mathbf{x}), the material derivative DtfD_t f is a scalar field defined by: (Dtf)(t,x)=ft(t,x)+u(t,x)f(t,x)(D_t f)(t, \mathbf{x}) = \frac{\partial f}{\partial t}(t, \mathbf{x}) + \mathbf{u}(t, \mathbf{x}) \cdot \nabla f(t, \mathbf{x}) where ft\frac{\partial f}{\partial t} is the partial derivative of the scalar field with respect to time tt, f\nabla f is the spatial gradient of the field at a fixed time, and \cdot denotes the standard Euclidean inner product.

definition

Specific kinetic energy 12u2\frac{1}{2} |\mathbf{u}|^2 of a fluid flow

Given a fluid flow in dd-dimensional space with velocity field u(t,x)\mathbf{u}(t, \mathbf{x}), the specific kinetic energy is the scalar field defined by mapping each point in time tt and space x\mathbf{x} to the value 12u(t,x)2\frac{1}{2} \|\mathbf{u}(t, \mathbf{x})\|^2, where \|\cdot\| denotes the standard Euclidean norm.