Physlib.FluidDynamics.FluidFlow.Newtonian
Newtonian stress tensors for fluid flows
i. Overview
This module defines the velocity gradient and Newtonian stress tensor associated to a `FluidFlow`.
ii. Key results
- `FluidFlow.velocityGradient` : The spatial velocity-gradient matrix. - `FluidFlow.newtonianStressTensor` : The Newtonian stress tensor determined by pressure and viscosity.
iii. Table of contents
- A. Newtonian stress tensor
iv. References
A. Newtonian stress tensor
2 declarations
Spatial velocity gradient matrix
Given a fluid flow in dimensions with velocity field , the spatial velocity gradient is a function that maps a time and a spatial position to a matrix. The entry in the -th row and -th column of this matrix is the partial derivative of the -th component of the velocity with respect to the -th spatial coordinate, denoted as or .
Newtonian stress tensor
Given a fluid flow in dimensions with velocity field , the Newtonian stress tensor is a field that maps a time and a spatial position to a matrix defined by the expression: where: - is the pressure scalar field. - is the shear viscosity. - is the second viscosity. - is the identity matrix. - is the spatial velocity gradient matrix at . - is the divergence of the velocity field at . - denotes the transpose of the velocity gradient matrix.
