Analytic existence of the similarity coordinates #
Here a = 2h. We construct the unique positive solution of
τ = q - z² q^a for 0 < a < 1 and τ > 0.
On the region where the scalar map is positive, it is strictly increasing. No global monotonicity below the positive branch is asserted.
The unique positive coordinate, with value 1 outside the intended
parameter domain. Only its restriction to that open domain is used.
Equations
- NavierStokes.SimilarityCoordinates.coordinateQ a p = if hp : 0 < a ∧ a < 1 ∧ 0 < p.1 then Classical.choose ⋯ else 1
Instances For
The forward map whose inverse supplies smooth dependence on (τ,z).
Equations
Instances For
Inverse map, given by (coordinateQ a p, p.2).
Equations
Instances For
The canonical inverse is smooth at every image point on the positive branch, by the actual inverse function theorem.
Smooth dependence on both physical parameters (τ,z) for τ>0.
Full Fréchet derivative of the actual implicitly defined coordinate.
The physical time is t=1-τ, giving the required negative sign.
Coordinate eta, given by p.2 / coordinateQ a p ^ ((1 - a) / 2).
Equations
- NavierStokes.SimilarityCoordinates.coordinateEta a p = p.2 / NavierStokes.SimilarityCoordinates.coordinateQ a p ^ ((1 - a) / 2)