Common definitions for whole-space comparison #
These are the ordinary volume energies and differential expressions. No comparison estimate or pressure representation is assumed in this module.
Slab: an abbreviation for Icc a b ×ˢ univ.
Equations
- NavierStokesR3.Comparison.slab a b = Set.Icc a b ×ˢ Set.univ
Instances For
Partial D: an abbreviation for NavierStokes.SolutionDifference.spatialPartial i f x.
Equations
Instances For
Comparison Lᵖ norm, given by (eLpNorm f p (volume : Measure Space)).toReal.
Equations
Instances For
L2 sq, given by ∫ x : Space, ‖f x‖ ^ 2.
Equations
Instances For
Gradient sq, given by ∑ i : Fin 3, ‖partialD i f x‖ ^ 2.
Equations
- NavierStokesR3.Comparison.gradientSq f x = ∑ i : Fin 3, ‖NavierStokesR3.Comparison.partialD i f x‖ ^ 2
Instances For
Weighted energy, given by ∫ x : Space, χ x * ‖w (t, x)‖ ^ 2.
Equations
Instances For
Weighted energy rate, given by ∫ x : Space, χ x * (2 * ⟪w (t, x), NavierStokes.ProblemStatement.temporalDerivative w t x⟫_ℝ).
Equations
- NavierStokesR3.Comparison.weightedEnergyRate χ w t = ∫ (x : NavierStokesR3.ProblemStatement.Space), χ x * (2 * inner ℝ (w (t, x)) (NavierStokes.ProblemStatement.temporalDerivative w t x))
Instances For
Weighted dissipation, given by ∫ x : Space, χ x * gradientSq (fun y => w (t, y)) x.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Dissipation root, given by Real.sqrt (weightedDissipation (fun x => φ x ^ 8) w t).
Equations
- NavierStokesR3.Comparison.dissipationRoot φ w t = √(NavierStokesR3.Comparison.weightedDissipation (fun (x : NavierStokesR3.ProblemStatement.Space) => φ x ^ 8) w t)
Instances For
Cutoff L6, given by comparisonLpNorm 6 (fun x => (φ x ^ 4) • w (t, x)).
Equations
- NavierStokesR3.Comparison.cutoffL6 φ w t = NavierStokesR3.Comparison.comparisonLpNorm 6 fun (x : NavierStokesR3.ProblemStatement.Space) => φ x ^ 4 • w (t, x)
Instances For
Tensor diff, given by u (t, x) i * u (t, x) j - v (t, x) i * v (t, x) j.