The actual source packet is Euler in the physical parent coordinates. The normalized frame and inverse identities are supplied by the parent construction, and the final physical scaling is explicit.
Euler's spatial/amplitude rescaling, proved for the actual first derivatives and scalar pressure. Time is unchanged.
Coordinates, given by (fst ℝ ℝ E).prod ((ell⁻¹ • ContinuousLinearMap.id ℝ E).comp (snd ℝ ℝ E)).
Equations
- EulerSpatialRescaling.coordinates ell = (ContinuousLinearMap.fst ℝ ℝ E).prod ((ell⁻¹ • ContinuousLinearMap.id ℝ E) ∘SL ContinuousLinearMap.snd ℝ ℝ E)
Instances For
Velocity, given by ell • u (coordinates ell q).
Equations
- EulerSpatialRescaling.velocity ell u q = ell • u ((EulerSpatialRescaling.coordinates ell) q)
Instances For
Pressure, given by ell^2*p (coordinates ell q).
Equations
- EulerSpatialRescaling.pressure ell p q = ell ^ 2 * p ((EulerSpatialRescaling.coordinates ell) q)
Instances For
Normalizing the actual parent Euler velocity and pressure preserves Euler and supplies the true time law of the normalized particle map.
Normalized velocity, given by EulerSpatialRescaling.velocity A.ell⁻¹ u.
Equations
Instances For
Normalized pressure, given by EulerSpatialRescaling.pressure A.ell⁻¹ p.
Equations
Instances For
Packet frame, given by A.frame.realField A.T A.T_pos.le q.1 q.2.
Equations
- A.packetFrame q = SmoothTimeField.realField A.T ⋯ A.frame q.1 q.2
Instances For
Normalized exact velocity, constructed using A.normalizedVelocity.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Normalized exact pressure, given by A.normalizedPressure p q + physicalPressure (((exactPacketOfResidual P B residual)).rawGraphPotential k) (A.packetInverse Y) q.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Exact packet velocity, given by EulerSpatialRescaling.velocity A.ell (A.normalizedExactVelocity m hm J support hSupport B residual k Y u).
Equations
- A.exactPacketVelocity m hm J support hSupport B residual k Y u = EulerSpatialRescaling.velocity A.ell (A.normalizedExactVelocity m hm J support hSupport B residual k Y u)
Instances For
Exact packet pressure, given by EulerSpatialRescaling.pressure A.ell (A.normalizedExactPressure m hm J support hSupport B residual k Y p).
Equations
- A.exactPacketPressure m hm J support hSupport B residual k Y p = EulerSpatialRescaling.pressure A.ell (A.normalizedExactPressure m hm J support hSupport B residual k Y p)