Documentation

LeanPool.NavierStokesAndEuler.Euler.PacketCorrectionConstants

Fixed source costs for the normalized packet and its smaller transport drift.

Velocity, given by C*(fixedVelocityGradeCost R H 1+fixedVelocityGradeCost R H 2+1).

Equations
Instances For

    Normal, given by C*(fixedVelocityGradeCost R H 2+2).

    Equations
    Instances For

      Drift, given by 2*(3*velocity R H C+normal R H C).

      Equations
      Instances For
        theorem EulerPacketCorrectionConstants.velocity_nonneg (R H C : ) (hR : 0 R) (hC : 0 C) :
        0 velocity R H C
        theorem EulerPacketCorrectionConstants.normal_nonneg (R H C : ) (hR : 0 R) (hC : 0 C) :
        0 normal R H C
        theorem EulerPacketCorrectionConstants.drift_nonneg (R H C : ) (hR : 0 R) (hC : 0 C) :
        0 drift R H C
        theorem EulerPacketCorrectionConstants.drift_div_frequency (R H C k : ) (hk : 0 < k) :
        2 * (3 * |k⁻¹| * velocity R H C + normal R H C / k) = drift R H C / k