Cartesian Navier--Stokes residual in regular axisymmetric coordinates #
Every derivative below is an ordinary Fréchet derivative. The coordinate is
s=(x₀²+x₁²)/2, so none of the formulas divide by the cylindrical radius.
Pack, given by a • coordinateVector 0 + b • coordinateVector 1 + c • coordinateVector 2.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Pack derivative, given by `a.smulRight (coordinateVector 0) + b.smulRight (coordinateVector
- c.smulRight (coordinateVector 2)`.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Direction, given by fderiv ℝ g x (coordinateVector i).
Equations
Instances For
Scalar laplacian, given by ∑ i : Fin 3, direction (fun y => direction g i y) i x.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Vector laplacian, given by ∑ i : Fin 3, fderiv ℝ (fun y => fderiv ℝ g y (coordinateVector i)) x (coordinateVector i).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Lift, given by G (profilePoint t x).
Equations
Instances For
Joint differentiability is needed only along the spatial slice being evaluated.
Equations
Instances For
No smooth extension across the singular time is required by this hypothesis.
Equations
Instances For
Partial T, given by fderiv ℝ G p (1, (0, 0)).
Instances For
Laplace scalar, given by 2 * p.2.1 * partialS (partialS G) p + 2 * partialS G p + partialZ (partialZ G) p.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Laplace weighted, given by 2 * p.2.1 * partialS (partialS G) p + 4 * partialS G p + partialZ (partialZ G) p.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Component X, given by -(x 0 * lift B t x + x 1 * lift F t x).
Equations
- NavierStokes.AxisymmetricResidual.componentX B F t x = -(x.ofLp 0 * NavierStokes.AxisymmetricResidual.lift B t x + x.ofLp 1 * NavierStokes.AxisymmetricResidual.lift F t x)
Instances For
Component Y, given by x 0 * lift F t x - x 1 * lift B t x.
Equations
- NavierStokes.AxisymmetricResidual.componentY B F t x = x.ofLp 0 * NavierStokes.AxisymmetricResidual.lift F t x - x.ofLp 1 * NavierStokes.AxisymmetricResidual.lift B t x
Instances For
Convention: radial velocity -r B, angular velocity r F, axial velocity U.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Pressure, defined pointwise by lift P w.1 w.2.
Equations
Instances For
Velocity jacobian, constructed using packDerivative.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Advection radial, given by (B p) ^ 2 - (F p) ^ 2 + 2 * p.2.1 * B p * partialS B p - U p * partialZ B p.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Advection angular, given by 2 * B p * F p + 2 * p.2.1 * B p * partialS F p - U p * partialZ F p.
Equations
- NavierStokes.AxisymmetricResidual.advectionAngular B F U p = 2 * B p * F p + 2 * p.2.1 * B p * NavierStokes.AxisymmetricFields.partialS F p - U p * NavierStokes.AxisymmetricFields.partialZ F p
Instances For
Advection axial, given by -2 * p.2.1 * B p * partialS U p + U p * partialZ U p.
Equations
- NavierStokes.AxisymmetricResidual.advectionAxial B U p = -2 * p.2.1 * B p * NavierStokes.AxisymmetricFields.partialS U p + U p * NavierStokes.AxisymmetricFields.partialZ U p
Instances For
Time profile derivative, given by (fderiv ℝ G p).comp timeProfileJacobian.
Equations
Instances For
Residual radial, given by -partialT B p + advectionRadial B F U p + laplaceWeighted B p + partialS P p.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Residual angular, given by -partialT F p + advectionAngular B F U p + laplaceWeighted F p.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Residual axial, given by partialT U p + advectionAxial B U p - laplaceScalar U p + partialZ P p.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Exact physical Navier--Stokes residual, at viscosity one, including radial,
angular, and axial viscosity. Its hypotheses need no continuation past time t.
The three explicit coefficient equations imply the actual Cartesian PDE.
From potential B, given by partialZ H p / 2.
Equations
Instances For
From potential F, given by -partialS K p.
Equations
Instances For
From potential U, given by H p + p.2.1 * partialS H p.
Equations
Instances For
Connect the residual convention to the already constructed curl field.