Physlib.FluidDynamics.CauchyFlow.BodyForce
Body-force predicates for Cauchy flows
i. Overview
This module defines predicates for conservative specific body forces on `CauchyFlow`.
ii. Key results
- `CauchyFlow.HasBodyForcePotential` : Predicate encoding the convention `specificBodyForce = -grad Phi`. - `CauchyFlow.HasConservativeBodyForce` : Predicate saying the specific body force has some potential.
iii. Table of contents
- A. Conservative-force convention
iv. References
A. Conservative-force convention
2 declarations
`CauchyFlow` has body-force potential when
A `CauchyFlow` in dimensions is said to have a body-force potential if its specific body force satisfies the condition for all times and spatial positions . Here, denotes the gradient of the potential function .
`CauchyFlow` has conservative body force when for some potential
A `CauchyFlow` in dimensions is said to have a conservative body force if there exists a scalar potential function such that the specific body force of the flow satisfies for all times and spatial positions , where denotes the gradient of the potential.
