The physical Euler evolution carried by a particle parent. Its acceleration law and the smoothness of its closed spatial slices are consequences of the actual flow identities, rather than extra premises.
Spatial smoothness of the actual physical particle inverse follows from its inverse identities and the genuine determinant-one Jacobian.
theorem
EulerParentPacketFrames.ParticleInverse.hasFDerivAt
{A : Parent}
(I : ParticleInverse A)
(t : ↑(Set.Icc 0 A.T))
(x : EulerSmoothLimit.Space)
:
theorem
EulerParentPacketFrames.ParticleInverse.smooth
{A : Parent}
(I : ParticleInverse A)
(t : ↑(Set.Icc 0 A.T))
:
Evolution data, collecting inverse, velocity, pressure, force, force_continuous,
velocity_match and their compatibility conditions.
- inverse : ParticleInverse A
Inverse of
Evolution, of typeParticleInverse A. - velocity : ℝ × EulerSmoothLimit.Space → EulerSmoothLimit.Space
Velocity field of
Evolution, of typeℝ × Space → Space. - pressure : ℝ × EulerSmoothLimit.Space → ℝ
Pressure field of
Evolution, of typeℝ × Space → ℝ. - force : ↑(Set.Icc 0 A.T) → EulerSmoothLimit.Space → EulerSmoothLimit.Space
- force_continuous : Continuous (Function.uncurry self.force)
- pressure_differentiable (t : ↑(Set.Icc 0 A.T)) (x : EulerSmoothLimit.Space) : DifferentiableAt ℝ (fun (y : EulerSmoothLimit.Space) => self.pressure (↑t, y)) x
- divergence_zero (t : ℝ) : t ∈ Set.Ioo 0 A.T → ∀ (x : EulerSmoothLimit.Space), EulerSmoothLimit.divergence (fun (y : EulerSmoothLimit.Space) => self.velocity (t, y)) x = 0
Instances For
theorem
EulerParentPacketFrames.Evolution.acceleration_match
{A : Parent}
(E : Evolution A)
(t : ↑(Set.Icc 0 A.T))
(x : EulerSmoothLimit.Space)
:
theorem
EulerParentPacketFrames.Evolution.force_pullback
{A : Parent}
(E : Evolution A)
(t : ↑(Set.Icc 0 A.T))
(x : EulerSmoothLimit.Space)
:
def
EulerParentPacketFrames.Evolution.restrictTime
{A : Parent}
(E : Evolution A)
(S : ℝ)
(hS : 0 < S)
(hST : S ≤ A.T)
:
Evolution (A.restrictTime S hS hST)
Restrict time, bundling inverse, velocity, pressure, force and the required
compatibility proofs.
Equations
- One or more equations did not get rendered due to their size.