Documentation

LeanPool.NavierStokesAndEuler.Euler.PacketCoordinateResidual

Exact coordinate normalization of the actual packet residual. The linear, metric, and derivative-free quadratic coefficients are precisely those constructed in PacketSourceCorrectionCoefficients.

Genuine time and spatial derivatives of z = k F⁻¹ W. The inverse derivative is derived from the prescribed deformation, including at the endpoints of the actual time interval.

@[instance_reducible]

Cache the standard NormedAddCommGroup Space instance to shorten typeclass synthesis.

Equations
Instances For
    @[instance_reducible]

    Cache the standard NormedSpace ℝ Space instance to shorten typeclass synthesis.

    Equations
    Instances For

      Inverse time, given by D.inverseDerivative (D.clamp z.1) z.2.1.

      Equations
      Instances For

        Inverse time coefficient, bundling path, orbit, raw_eq.

        Equations
        Instances For

          Coordinate time, defined pointwise by k • (inverseTime D z (W z) + rawInverse D z (Wt z)).

          Equations
          Instances For
            theorem EulerPacketCoordinates.coordinate_hasDerivWithinAt {U : Type u_1} [NormedAddCommGroup U] [InnerProductSpace U] (D : EulerTransversePacketProvider.Data U) (k : ) (W Wt : EulerPacketProfileRecursion.VectorField) (t : (Set.Icc 0 D.T)) (x : EulerSmoothLimit.Space) (θ : ) (hW : HasDerivWithinAt (fun (r : ) => W (r, x, θ)) (Wt (t, x, θ)) (Set.Icc 0 D.T) t) :
            HasDerivWithinAt (fun (r : ) => coordinate D k W (r, x, θ)) (coordinateTime D k W Wt (t, x, θ)) (Set.Icc 0 D.T) t
            theorem EulerPacketCoordinates.coordinate_derivWithin {U : Type u_1} [NormedAddCommGroup U] [InnerProductSpace U] (D : EulerTransversePacketProvider.Data U) (k : ) (W Wt : EulerPacketProfileRecursion.VectorField) (t : (Set.Icc 0 D.T)) (x : EulerSmoothLimit.Space) (θ : ) (hW : HasDerivWithinAt (fun (r : ) => W (r, x, θ)) (Wt (t, x, θ)) (Set.Icc 0 D.T) t) :
            derivWithin (fun (r : ) => coordinate D k W (r, x, θ)) (Set.Icc 0 D.T) t = coordinateTime D k W Wt (t, x, θ)

            Coordinate time field, given by (((inverseTimeCoefficient D).multiply G).add ((inverseCoefficient D).multiply Gt)).smul k.

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

              Cache the standard NormedAddCommGroup Space instance to shorten typeclass synthesis.

              Equations
              Instances For
                @[instance_reducible]

                Cache the standard NormedSpace ℝ Space instance to shorten typeclass synthesis.

                Equations
                Instances For

                  Transport, given by fderiv ℝ (fun y => Z (z.1,y)) z.2 (κ • Z z,⟪D.m₀,Z z⟫_ℝ).

                  Equations
                  Instances For

                    Algebraic, given by ∑ i : Fin 3, (Z z) i • rawQuadratic D κ i z (Z z).

                    Equations
                    Instances For

                      Coordinate pressure, given by k • pressureGradient p z + k^2 • ((pressureJet p z).2 angleDirection • D.m₀).

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