Raw physical stage estimates from native wave and mean data #
The data below describe the actual copy families and coherent native mean
fields. Physical derivative estimates are consequences of their native
classes, support and chart identities. No RawStageBounds is an input.
Small physical q automatically restricts time to the interval on which the existing physical-copy estimates are uniform.
A native source and its actual physical copy representation. All regularity is confined to the valid native patches. The number of harmonics and the cover gap may vary between stages.
- lowerRadius : ℝ
Lower radius of
WaveData, of typeℝ. - upperRadius : ℝ
Upper radius of
WaveData, of typeℝ. - nativeWidth : ℝ
Native width of
WaveData, of typeℝ. - slowBound : ℝ
Slow bound of
WaveData, of typeℝ. - frequencyBound : ℝ
Frequency bound of
WaveData, of typeℝ. - alpha : ℝ
Alpha of
WaveData, of typeℝ. - shift : ℝ
Shift of
WaveData, of typeℝ. - harmonics : ℕ
Harmonics of
WaveData, of typeℕ. - gapBound : ℕ
Gap bound of
WaveData, of typeℕ. - strip : WeightedClasses.StripData D
- source_bounds : LocalPhysicalCopyBounds.LocalSourceBounds self.strip h self.alpha self.weight self.source
- copies : J → PhysicalCopyBounds.CopyFamily self.harmonics K
- cells (i : J) : PhysicalCopyBounds.SupportCells (self.copies i)
Cells of
WaveData, of type∀ i, PhysicalCopyBounds.SupportCells (copies i). - chart (i : J) : LocalPhysicalCopyBounds.CommonChart (self.copies i) (self.cells i) self.lowerRadius self.upperRadius h self.nativeWidth self.shift self.source
Chart supplied by
WaveData. - chart_maps (i : J) (k : K) (L : PhysicalWaveSum.WaveIndex self.harmonics) : Set.MapsTo ((self.chart i).map k L) ((self.chart i).domain k L) self.strip.domain
- carrier (i : J) : PhysicalCopyBounds.CarrierBounds (self.copies i) (self.cells i) self.lowerRadius self.upperRadius h self.nativeWidth
Carrier supplied by
WaveData. - support (i : J) : LocalPhysicalCopyBounds.SupportData (self.copies i) self.lowerRadius self.upperRadius h self.nativeWidth self.slowBound self.gapBound
- smooth (i : J) : LocalPhysicalCopyBounds.SmoothData (self.copies i) self.lowerRadius h self.nativeWidth
Instances For
Scalar, given by (W.copies i).sum W.lowerRadius h W.nativeWidth.
Equations
- W.scalar i = (W.copies i).sum W.lowerRadius h W.nativeWidth
Instances For
The physical exponent and loss are obtained from the native weighted source and actual chart map, not from a physical-bound hypothesis.
Vector, given by PhysicalCopyBounds.vectorSum W.copies W.lowerRadius h W.nativeWidth.
Equations
Instances For
Pressure, defined pointwise by (W.scalar () w).re.
Instances For
Actual coherent mean fields with native local-band classes. The construction keeps a single physical field represented by all valid bands.
- firstBand : ℕ
First band of
MeanData, of typeℕ. - gapBound : ℕ
Gap bound of
MeanData, of typeℕ. - region : Set PhysicalGraphBounds.Plane
- lowerRadius : ℝ
Lower radius of
MeanData, of typeℝ. - upperRadius : ℝ
Upper radius of
MeanData, of typeℝ. - alpha : ℝ
Alpha of
MeanData, of typeℝ. Slow of
MeanData, of typeℕ → ℝ.- family : PhysicalMeanJetBounds.CoherentFamily h degree self.firstBand self.gapBound self.region ℝ
- region_covers : PhysicalMeanDomain.normalizedSlowDomain (2 * h) (1 / 4) 4 ⊆ self.region
- smooth (n : ℕ) : n ≥ self.firstBand → ContDiffOn ℝ (↑⊤) (self.family.native n) (PhysicalMeanDomain.slowDomain self.region)
- support : PhysicalMeanJetBounds.NativeSupport h self.lowerRadius self.upperRadius self.firstBand self.region self.family.native
- native_class : PhysicalMeanDomain.LocalBandJets self.region (ChartScales.epsilon h) self.slow self.alpha self.family.native
Instances For
Potential increment, defined pointwise by W.vector w + M.family.angularField w.
Equations
Instances For
Pressure increment, defined pointwise by W.pressure w + M.family.field w.
Instances For
These losses depend only on fixed physical parameters and jet order. The five offsets are fixed once for the whole stage sequence.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Direct loss, given by PhysicalMeanJetBounds.loss (CoordinateAlgebra.A h) m + meanOffset.
Equations
- NavierStokes.PhysicalStageBounds.directLoss h meanOffset m = NavierStokes.PhysicalMeanJetBounds.loss (NavierStokes.CoordinateAlgebra.A h) m + meanOffset
Instances For
Pressure loss, given by max (PhysicalGraphBounds.waveLoss h m + waveOffset) (PhysicalMeanJetBounds.loss (2 * CoordinateAlgebra.A h) m + meanOffset).
Equations
- One or more equations did not get rendered due to their size.
Instances For
The zeroth increment is the base plus finite initialization. Positive indices keep the supplied correction increments exactly.
Equations
Instances For
Potential stages, given by addBaseAtZero base (fun j => potentialIncrement (W j) (M j)).
Equations
- NavierStokes.PhysicalStageBounds.potentialStages base W M = NavierStokes.PhysicalStageBounds.addBaseAtZero base fun (j : ℕ) => NavierStokes.PhysicalStageBounds.potentialIncrement (W j) (M j)
Instances For
Direct stages, defined pointwise by (M j).family.angularField.
Equations
Instances For
Pressure stages, given by addBaseAtZero base (fun j => pressureIncrement (W j) (M j)).
Equations
- NavierStokes.PhysicalStageBounds.pressureStages base W M = NavierStokes.PhysicalStageBounds.addBaseAtZero base fun (j : ℕ) => NavierStokes.PhysicalStageBounds.pressureIncrement (W j) (M j)
Instances For
All potential-stage raw estimates are derived from the actual wave copies and azimuthal stream representations.
The six raw-stage inputs needed by the mixed diagonal construction, derived together for one gain sequence. The losses contain only the fixed five offsets and the derivative order. Initialization remains in stage zero. No finite-residual estimate or choice of the gain sequence is hidden here.
Actual field equality on the valid open physical domain identifies all ambient derivatives. No regularity of either totalization outside the domain is required.
Transfer the proved raw estimates to a separately defined family by its literal representation on the valid physical neighborhood.