Documentation

LeanPool.NavierStokesAndEuler.Euler.PacketCorrectionOutputPolynomial

Uniform polynomial bounds for the actual correction, pressure and time-derivative amplitudes at the retained radius.

Fixed source constants in the smaller-radius estimates for the actual initialized all-order correction. They do not depend on the cutoff or frequency.

Correction source cost, constructed using sourceBound.

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

    Correction pressure cost, given by 2*Kc.M*correctionSourceCost D P Kc R H C.

    Equations
    Instances For

      Correction time cost, given by (1+2*Kc.M*(448*Kc.B+1))*correctionSourceCost D P Kc R H C.

      Equations
      Instances For

        Base envelope, given by (1+Real.sqrt 5461*X)/2.

        Equations
        Instances For
          noncomputable def EulerPacketCorrectionOutput.sourceEnvelope (P : ) [Fact (0 < P)] (X : ) :

          Source envelope, given by sourceBound P (2*velocity X X X) (48*velocity X X X*X) X X 1 (baseEnvelope X) (8*inverseRadiusEnvelope X*baseEnvelope X).

          Equations
          • One or more equations did not get rendered due to their size.
          Instances For
            noncomputable def EulerPacketCorrectionOutput.outputEnvelope (P : ) [Fact (0 < P)] (X : ) :

            Output envelope, given by 1+baseEnvelope X+2*X*sourceEnvelope P X+(1+2*X*(448*X+1))*sourceEnvelope P X.

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

              Output polynomial as an element of Polynomial.

              Instances For
                noncomputable def EulerPacketCorrectionOutput.outputConstant (P : ) [Fact (0 < P)] :

                Output constant, given by coefficientCost (outputPolynomial P).

                Equations
                Instances For
                  noncomputable def EulerPacketCorrectionOutput.outputPower (P : ) [Fact (0 < P)] :

                  Output power, given by (outputPolynomial P).natDegree.

                  Equations
                  Instances For