Documentation

LeanPool.NavierStokesAndEuler.Euler.PacketFiniteCoarseBounds

Low packet grades retain fixed polynomial costs; higher grades use one common tail base.

Fixed velocity grade cost, given by (3*H^(2*n))*((4*R)^(highShift n)*((highShift n).factorial : ℝ)^2).

Equations
Instances For
    theorem EulerPacketCylinderField.Field.WordBound.split_fixed_shift {P T : } [Fact (0 < P)] {raw : EulerPacketProfileRecursion.VectorField} {G : Field P T raw} {q d : } {R A : } (hG : G.WordBound q R A d) (hR : 0 R) (hA : 0 A) :
    G.WordBound q (4 * R) (A * ((4 * R) ^ d * d.factorial ^ 2)) 0
    theorem EulerPacketCylinderField.Field.WordBound.fixed_velocity_grade {P T : } [Fact (0 < P)] {raw : EulerPacketProfileRecursion.VectorField} {G : Field P T raw} {q n : } {R H : } (hG : G.WordBound q R (3 * H ^ (2 * n)) (EulerPacketShiftArithmetic.highShift n)) (hR : 0 R) (hH : 0 H) :
    G.WordBound q (4 * R) (fixedVelocityGradeCost R H n) 0
    theorem EulerPacketCylinderField.Field.WordBound.coarse_velocity_grade {P T : } [Fact (0 < P)] {raw : EulerPacketProfileRecursion.VectorField} {G : Field P T raw} {q n : } {R H : } (hG : G.WordBound q R (3 * H ^ (2 * n)) (EulerPacketShiftArithmetic.highShift n)) (hR : 1 R) (hH : 1 H) (C : ) (hC : 1 C) (N : ) (hN : 1 N) (hn : n 2 * N + 2) :
    G.WordBound q (4 * R) (EulerPacketCoarseMajorant.tailBase R H C N ^ (n + 1)) 0