Documentation

LeanPool.NavierStokesAndEuler.Euler.ParameterSobolevAcceleration

Coefficient-only Sobolev costs for the actual acceleration right side.

def EulerParameterWordGevrey.accelerationBlockAmplitude (ι : Type u_1) [Fintype ι] (q : ) (Rc CA CB Cf Cv : ) :

Acceleration block amplitude, given by 3*sobolevCoefficientAmplitude ι q Rc CA * (Cf+6*sobolevCoefficientAmplitude ι q Rc CB*Cv).

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    theorem EulerParameterWordGevrey.accelerationBlockAmplitude_nonneg {ι : Type u_1} [Fintype ι] (q : ) (Rc CA CB Cf Cv : ) (hRc : 0 Rc) (hCA : 0 CA) (hCB : 0 CB) (hCf : 0 Cf) (hCv : 0 Cv) :
    0 accelerationBlockAmplitude ι q Rc CA CB Cf Cv
    theorem EulerParameterWordGevrey.block_acceleration_forcing_of_tensor {P : Type u_1} {E : Type u_2} {F : Type u_3} {G : Type u_4} {ι : Type u_5} [NormedAddCommGroup P] [NormedSpace P] [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] [Fintype ι] (directions : ιP) (hd : ∀ (i : ι), directions i 1) (q : ) (A : PE →L[] F) (B : PG →L[] E) (f : PE) (v : PG) (hA : ContDiff (↑) A) (hB : ContDiff (↑) B) (hf : ContDiff (↑) f) (hv : ContDiff (↑) v) (Rc R CA CB Cf Cv : ) (hRc : 0 Rc) (hRcR : sobolevCoefficientRadius ι Rc R) (hCA : 0 CA) (hCB : 0 CB) (hCf : 0 Cf) (hCv : 0 Cv) (hbA : ∀ (n : ) (x : P), iteratedFDeriv n A x CA * EulerGevrey.majorant Rc 0 n) (hbB : ∀ (n : ) (x : P), iteratedFDeriv n B x CB * EulerGevrey.majorant Rc 0 n) (d : ) (hbf : ∀ (n : ) (x : P), block directions q f n x Cf * EulerGevrey.majorant R d n) (hbv : ∀ (n : ) (x : P), block directions q v n x Cv * EulerGevrey.majorant R d n) (n : ) (x : P) :
    block directions q (fun (y : P) => (A y) (f y - 2 (B y) (v y))) n x accelerationBlockAmplitude ι q Rc CA CB Cf Cv * EulerGevrey.majorant R d n

    Only coefficient tensors are converted to fixed Sobolev blocks. Neither the forcing nor velocity radius changes.