Documentation

LeanPool.NavierStokesAndEuler.Euler.SourceCylinderForcing

Actual source forcing and physical velocity on cylinder L² #

The projected forcing uses the constructed Gram left inverse. The physical velocity uses the actual frame. Both preserve the closed spatial support, actual mixed-orbit smoothness, and the external-word radius at fixed Hq.

noncomputable def EulerSourceCylinderForcing.projectedForcing (period : ) [Fact (0 < period)] {K : Type u_1} {U : Type u_2} {E : Type u_3} [TopologicalSpace K] [CompactSpace K] [NormedAddCommGroup U] [InnerProductSpace U] [CompleteSpace U] [NormedAddCommGroup E] [InnerProductSpace E] [CompleteSpace E] (S : Set EulerSmoothLimit.Space) (hS : MeasurableSet S) (Q : EulerMeanCoefficients.SmoothCoefficientPath K (U →L[] E)) (c : ) (hc : 0 < c) (hQ : ∀ (t : K) (x : EulerSmoothLimit.Space) (v : U), c * v ^ 2 ((Q.field t) x) v ^ 2) (f : C(K, (EulerLpCylinderPaths.Supported period E S hS))) :

The actual projected forcing on the supported cylinder.

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

    The actual physical velocity associated with the coordinate field.

    Equations
    Instances For
      theorem EulerSourceCylinderForcing.projectedForcing_block_bound (period : ) [Fact (0 < period)] {K : Type u_1} {U : Type u_2} {E : Type u_3} {ι : Type u_4} [TopologicalSpace K] [CompactSpace K] [NormedAddCommGroup U] [InnerProductSpace U] [CompleteSpace U] [NormedAddCommGroup E] [InnerProductSpace E] [CompleteSpace E] [Fintype ι] (S : Set EulerSmoothLimit.Space) (hS : MeasurableSet S) (Q : EulerMeanCoefficients.SmoothCoefficientPath K (U →L[] E)) (c : ) (hc : 0 < c) (hQ : ∀ (t : K) (x : EulerSmoothLimit.Space) (v : U), c * v ^ 2 ((Q.field t) x) v ^ 2) (directions : ιEulerLiftedGradientSpace.LiftTangent) (hd : ∀ (i : ι), directions i 1) (q : ) (f : C(K, (EulerLpCylinderPaths.Supported period E S hS))) (hf : ContDiff fun (a : EulerLiftedGradientSpace.LiftTangent) => (EulerLpCylinderTranslation.pathTranslate period a) ((EulerLpCylinderPaths.includePath period S hS) f)) (Rc C Ri R D : ) (hRc : 0 Rc) (hC : 0 C) (hD : 0 D) (hRi : 2 * EulerTimeLpGramGevrey.gramCost c C 1 * (Rc + 1) Ri) (hR : EulerParameterWordGevrey.sobolevCoefficientRadius ι (4 * Ri) R) (hbQ : ∀ (n : ) (t : K) (x : EulerSmoothLimit.Space), iteratedFDeriv n (⇑(Q.field t)) x C * EulerGevrey.majorant Rc 0 n) (d : ) (hbf : ∀ (n : ), EulerParameterWordGevrey.block directions q (fun (a : EulerLiftedGradientSpace.LiftTangent) => (EulerLpCylinderTranslation.pathTranslate period a) ((EulerLpCylinderPaths.includePath period S hS) f)) n 0 D * EulerGevrey.majorant R d n) (n : ) :

      The source forcing multiplication costs an explicit coefficient polynomial, with no change to the forcing's radius or shift.

      theorem EulerSourceCylinderForcing.physicalVelocity_block_bound (period : ) [Fact (0 < period)] {K : Type u_1} {U : Type u_2} {E : Type u_3} {ι : Type u_4} [TopologicalSpace K] [CompactSpace K] [NormedAddCommGroup U] [InnerProductSpace U] [NormedAddCommGroup E] [InnerProductSpace E] [Fintype ι] (S : Set EulerSmoothLimit.Space) (hS : MeasurableSet S) (Q : EulerMeanCoefficients.SmoothCoefficientPath K (U →L[] E)) (directions : ιEulerLiftedGradientSpace.LiftTangent) (hd : ∀ (i : ι), directions i 1) (q : ) (u : C(K, (EulerLpCylinderPaths.Supported period U S hS))) (hu : ContDiff fun (a : EulerLiftedGradientSpace.LiftTangent) => (EulerLpCylinderTranslation.pathTranslate period a) ((EulerLpCylinderPaths.includePath period S hS) u)) (Rc C R D : ) (hRc : 0 Rc) (hC : 0 C) (hD : 0 D) (hR : EulerParameterWordGevrey.sobolevCoefficientRadius ι Rc R) (hbQ : ∀ (n : ) (t : K) (x : EulerSmoothLimit.Space), iteratedFDeriv n (⇑(Q.field t)) x C * EulerGevrey.majorant Rc 0 n) (d : ) (hbu : ∀ (n : ), EulerParameterWordGevrey.block directions q (fun (a : EulerLiftedGradientSpace.LiftTangent) => (EulerLpCylinderTranslation.pathTranslate period a) ((EulerLpCylinderPaths.includePath period S hS) u)) n 0 D * EulerGevrey.majorant R d n) (n : ) :

      Reconstruction by the physical frame also preserves the same external radius.