Documentation

LeanPool.NavierStokesAndEuler.Euler.CorrectionDifferencePDE

The exact viscosity-difference equation of two genuine nonlinear mild corrections.

Every actual continued mild correction obeys the literal viscous PDE with its genuine coercive pressure.

The literal PDE follows at every interior time from any actual correction mild solution.

@[instance_reducible]

The existing Sobolev normed-group instance, fixed explicitly for difference-equation elaboration.

Equations
Instances For
    @[instance_reducible]

    The existing real Sobolev module instance, fixed explicitly for difference-equation elaboration.

    Equations
    Instances For
      noncomputable def EulerCorrectionDifferencePDE.differenceRhs (period : ) [Fact (0 < period)] {q : } {T : Type u_1} [TopologicalSpace T] (D : EulerCorrectionOperators.CorrectionData period q T) (hq : 6 q) (ν μ : ) (t : T) (u v : (EulerCylinderSobolevSpace.SobolevSpace period (q + 1))) :

      The literal right side of the viscosity-difference equation, including its genuine pressure difference.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For
        theorem EulerCorrectionDifferencePDE.vector_difference_identity {H : Type u_1} [AddCommGroup H] [Module H] (ν μ : ) (a b ru rv top rem pu pv : H) (hraw : ru - rv = top + rem) :
        ν (a - b) + (ν - μ) b - top - rem - (pu - pv) = ν a - ru - pu - (μ b - rv - pv)

        Exact vector subtraction for a bilinear evolution with two viscosities.

        The exposed difference equation is exactly the subtraction of the two actual PDE right sides.

        theorem EulerCorrectionDifferencePDE.correction_difference_hasDerivAt (period : ) [Fact (0 < period)] {q : } (hq : 6 q) (ν μ : ) ( : 0 < ν) ( : 0 < μ) (T : ) (hT : 0 T) (D : EulerCorrectionOperators.CorrectionData period q (Set.Icc 0 T)) (u v : C((Set.Icc 0 T), (EulerCylinderSobolevSpace.SobolevSpace period (q + 1)))) (hu : ∀ (t : (Set.Icc 0 T)), u t = EulerQuadraticSource.quadraticDuhamel period ν hT (EulerCorrectionOperators.CorrectionData.coefficients period D hq) 0 u t) (hv : ∀ (t : (Set.Icc 0 T)), v t = EulerQuadraticSource.quadraticDuhamel period μ hT (EulerCorrectionOperators.CorrectionData.coefficients period D hq) 0 v t) (t : ) (ht : t Set.Ioo 0 T) :

        Subtracting two actual mild correction equations gives the literal transport-pressure-heat difference equation.