Documentation

LeanPool.NavierStokesAndEuler.Euler.OrdinaryHelmholtzField

The genuine Helmholtz projection preserves ordinary smooth L² fields and continuous paths of all their jets. Euler pressure and time derivatives are recovered from velocity, not supplied as estimates.

theorem EulerOrdinarySobolev.advectionField_continuous {K : Type u_1} [TopologicalSpace K] [CompactSpace K] (A : KEulerLpTranslation.SmoothL2Field EulerSmoothLimit.Space) (hA : ∀ (n : ), Continuous fun (t : K) => (A t).jetLp n) (n : ) :
Continuous fun (t : K) => (advectionField (A t) (A t)).jetLp n
theorem EulerOrdinarySobolev.projectedRhs_continuous {K : Type u_1} [TopologicalSpace K] [CompactSpace K] (A : KEulerLpTranslation.SmoothL2Field EulerSmoothLimit.Space) (hA : ∀ (n : ), Continuous fun (t : K) => (A t).jetLp n) (n : ) :
Continuous fun (t : K) => (projectedRhs (A t)).jetLp n
theorem EulerOrdinarySobolev.Evolution.derivative_toLp_projected {T : } {hT : 0 T} (U : Evolution T hT) (hpos : 0 < T) (t : (Set.Icc 0 T)) :
noncomputable def EulerOrdinarySobolev.Evolution.projectedPath {T : } {hT : 0 T} (U : Evolution T hT) :

Projected path, given by fieldPath (fun t => projectedRhs (U.velocity t)) (projectedRhs_continuous U.velocity U.velocity_continuous).

Equations
Instances For