Documentation

LeanPool.NavierStokesAndEuler.Euler.PacketSlicedResidual

Exact residual expansion with genuine derivatives within the prescribed time interval.

Sliced momentum residual, constructed using linearPart.

Equations
  • One or more equations did not get rendered due to their size.
Instances For

    Sliced momentum grade, constructed using coefficient.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      theorem EulerPacketPointJets.slicedMomentum_fieldSum_eq (s : Set ) (N : ) (κ : ) ( : κ 0) (FInv M : EulerSmoothLimit.Space →L[] EulerSmoothLimit.Space) (m : EulerSmoothLimit.Space) (u : DomainEulerSmoothLimit.Space) (p : Domain) (z : Domain) (hs : UniqueDiffWithinAt s z.1) (hut : iN, DifferentiableWithinAt (fun (t : ) => u i (t, z.2)) s z.1) (hux : iN, DifferentiableAt (fun (y : EulerSmoothLimit.Space × ) => u i (z.1, y)) z.2) (hpx : iN, DifferentiableAt (fun (y : EulerSmoothLimit.Space × ) => p i (z.1, y)) z.2) (hu0 : slicedJet s (u 0) z = 0) (hp0 : (fastPressure m) (pressureJet (p 0) z) = 0) :
      slicedMomentumResidual s κ FInv M m (fieldSum N κ u) (fieldSum N κ p) z = EulerFiniteGrades.evaluate (2 * N) κ (slicedMomentumGrade s N FInv M m u p z)
      theorem EulerPacketPointJets.slicedMomentum_fieldSum_tail (s : Set ) (N : ) (κ : ) ( : κ 0) (FInv M : EulerSmoothLimit.Space →L[] EulerSmoothLimit.Space) (m : EulerSmoothLimit.Space) (u : DomainEulerSmoothLimit.Space) (p : Domain) (z : Domain) (hs : UniqueDiffWithinAt s z.1) (hut : iN + 1, DifferentiableWithinAt (fun (t : ) => u i (t, z.2)) s z.1) (hux : iN + 1, DifferentiableAt (fun (y : EulerSmoothLimit.Space × ) => u i (z.1, y)) z.2) (hpx : iN + 1, DifferentiableAt (fun (y : EulerSmoothLimit.Space × ) => p i (z.1, y)) z.2) (hu0 : slicedJet s (u 0) z = 0) (hp0 : (fastPressure m) (pressureJet (p 0) z) = 0) (hcancel : nN, slicedMomentumGrade s (N + 1) FInv M m u p z n = 0) :
      slicedMomentumResidual s κ FInv M m (fieldSum (N + 1) κ u) (fieldSum (N + 1) κ p) z = nFinset.Ico (N + 1) (2 * N + 3), κ ^ n slicedMomentumGrade s (N + 1) FInv M m u p z n

      This identity is valid at both endpoints when s=[0,T] and T>0.