Physical residual fields from the literal mixed prefixes #
Local per-stage polar identities are converted to cylindrical germs. The angle-branch conversion uses the actual harmonic periodicity of the stored correction state. Exterior statements use pointwise identities on an open past sublevel, not global topological support.
Exterior identities for the actual finite physical prefixes #
The assumptions concern the primitive potential, direct velocity, and pressure stages on the genuine past exterior sublevel. Openness turns their pointwise identities into the germs needed by the spatial curl. No global support condition or final velocity identity is assumed.
The open physical exterior on which the raw stages are constructed.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Local primitive equality gives an ambient germ at every exterior point.
Primitive stage data on the valid exterior. The direct angular field vanishes also at stage zero; the potential and pressure retain their actual slow-base stage zero.
- potential_succ (k : ℕ) : Set.EqOn (A (k + 1)) 0 (exteriorDomain Nr)
- direct_zero (k : ℕ) : Set.EqOn (D k) 0 (exteriorDomain Nr)
- pressure_succ (k : ℕ) : Set.EqOn (P (k + 1)) 0 (exteriorDomain Nr)
Instances For
The spatial curl sees the actual potential germ, so the finite velocity prefix agrees with the slow base without any differentiability premise on the totalized raw stages.
The exterior part of the physical realization required for each finite cycle follows solely from the primitive stage identities.
Cylinder: an abbreviation for PhysicalResidualBridge.Cylinder.
Equations
Instances For
Scaled graph: an abbreviation for PhysicalResidualBridge.ScaledGraph.
Equations
Instances For
Forward, given by (z.1, CylindricalResidual.chart z.2).
Equations
Instances For
Replace angle, given by (z.1, AxisymmetricResidual.pack (z.2 0) theta (z.2 2)).
Equations
- NavierStokes.ActualPhysicalPrefixFields.replaceAngle z theta = (z.1, NavierStokes.AxisymmetricResidual.pack (z.2.ofLp 0) theta (z.2.ofLp 2))
Instances For
Angular periodic, given by ∀ z, Function.Periodic (fun theta => f (replaceAngle z theta)) (2 * Real.pi).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Periodicity comes from the stored harmonic representation #
Actual finite prefixes retain local stage agreement #
Open valid charts and the honest residual floor #
Source, given by PhysicalResidualTZ.graphSourceTZ (ActualCycleResidualBounds.actualBandGraph n) ActualPolarCoverage.nativeDomain.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Cartesian chart domain, constructed using CutStageEstimates.physicalSublevel.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Every input is an individual stage agreement on its concrete valid polar chart. No finite-prefix or germ equality is a field of this record.
- potential (n : ℕ) : Nr ≤ n → ∀ (a : ℝ), 0 < a → ∀ (i : PolarCharts.Index) (k : ℕ), Set.EqOn (SpatialCurl.spatialCurl (A k)) (CyclePhysicalPrefixes.potentialParts p (CorrectionInitialization.ActualPrimary.commonContext B) (ActualInitialization.initialCycleState B N0) a i (ActualCycleResidualBounds.actualBandGraph n) n k) (cartesianChartDomain qbig n a i)
- direct (n : ℕ) : Nr ≤ n → ∀ (a : ℝ), 0 < a → ∀ (i : PolarCharts.Index) (k : ℕ), Set.EqOn (D k) (CyclePhysicalPrefixes.directStages p (CorrectionInitialization.ActualPrimary.commonContext B) (ActualInitialization.initialCycleState B N0) a i (ActualCycleResidualBounds.actualBandGraph n) n k) (cartesianChartDomain qbig n a i)
- pressure (n : ℕ) : Nr ≤ n → ∀ (a : ℝ), 0 < a → ∀ (i : PolarCharts.Index) (k : ℕ), Set.EqOn (P k) (CyclePhysicalPrefixes.pressureStages p (CorrectionInitialization.ActualPrimary.commonContext B) (ActualInitialization.initialCycleState B N0) a i (ActualCycleResidualBounds.actualBandGraph n) n (ActualCycleResidualBounds.actualBasePressure B n) k) (cartesianChartDomain qbig n a i)
Instances For
All five physical-field obligations for the same literal prefix #
The actual residual-rate consumer can use this family without reprovisioning any cylindrical germs or exterior prefix identities.