Documentation

LeanPool.NavierStokesAndEuler.Euler.PacketCylinderKnownForce

Literal recursive forcing is an actual smooth cylinder L² path #

Only the already constructed prefix fields, the true time derivative of the previous corrector, its scalar-pressure gradient, and the actual coefficient paths enter. No equation or cancellation for the new profile is assumed.

Both finite nonlinear convolutions are formed from the actual earlier fields.

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    noncomputable def EulerPacketCylinderField.PrefixFields.knownForce {P T : } [Fact (0 < P)] {O : EulerPacketProfileRecursion.Operators} {p : } {a : EulerPacketProfileRecursion.Profile} (F : PrefixFields P T p a) (C : CoefficientData P T O) (hp : 1 p) (hT : 0 < T) {correctorT : EulerPacketProfileRecursion.VectorField} (Ct : Field P T correctorT) (hCt : TimeDerivative (F.corrector (p - 1) ) Ct) (pressure : Field P T (pressureGradient (a (p - 1)).highPressure)) :

    The manuscript's exact knownForce expression has a genuine path and all spatial derivatives.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      noncomputable def EulerPacketCylinderField.PrefixFields.meanForce {P T : } [Fact (0 < P)] {O : EulerPacketProfileRecursion.Operators} {p : } {a : EulerPacketProfileRecursion.Profile} (F : PrefixFields P T p a) (C : CoefficientData P T O) (hp : 1 p) (hT : 0 < T) {correctorT : EulerPacketProfileRecursion.VectorField} (Ct : Field P T correctorT) (hCt : TimeDerivative (F.corrector (p - 1) ) Ct) (pressure : Field P T (pressureGradient (a (p - 1)).highPressure)) :

      The actual mean-force raw field is also represented in cylinder L².

      Equations
      Instances For
        noncomputable def EulerPacketCylinderField.PrefixFields.highForce {P T : } [Fact (0 < P)] {O : EulerPacketProfileRecursion.Operators} {p : } {a : EulerPacketProfileRecursion.Profile} (F : PrefixFields P T p a) (C : CoefficientData P T O) (hp : 2 p) (hT : 0 < T) {correctorT : EulerPacketProfileRecursion.VectorField} (Ct : Field P T correctorT) (hCt : TimeDerivative (F.corrector (p - 1) ) Ct) (pressure : Field P T (pressureGradient (a (p - 1)).highPressure)) (newMean : Field P T (EulerPacketProfileRecursion.meanResult O p a).1) :

        Once the actual new mean has been supplied, the exact high-force expression is admissible as a path.

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