Documentation

LeanPool.NavierStokesAndEuler.Euler.OrdinaryFieldAlgebra

Genuine smooth L² sums, scalar products, and ordinary advection.

Sum field, bundling field, smooth, integrable, have and the required compatibility proofs.

Equations
Instances For
    @[simp]
    theorem EulerOrdinarySobolev.sumField_field {V : Type u_1} [NormedAddCommGroup V] [NormedSpace V] {ι : Type u_2} (I : Finset ι) (A : ιEulerLpTranslation.SmoothL2Field V) (x : EulerSmoothLimit.Space) :
    (sumField I A).field x = iI, (A i).field x
    theorem EulerOrdinarySobolev.toLp_sumField {V : Type u_1} [NormedAddCommGroup V] [NormedSpace V] {ι : Type u_2} (I : Finset ι) (A : ιEulerLpTranslation.SmoothL2Field V) :
    (sumField I A).toLp = iI, (A i).toLp
    theorem EulerOrdinarySobolev.wordField_sum {V : Type u_1} [NormedAddCommGroup V] [NormedSpace V] {ι : Type u_2} (I : Finset ι) (A : ιEulerLpTranslation.SmoothL2Field V) {n : } (w : Fin nFin 3) :
    wordField (sumField I A) w = sumField I fun (i : ι) => wordField (A i) w

    Scalar product, constructed using product.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For

      Advection field, given by sumField univ (fun i : Fin 3 => coordinateProduct i A (B.directionalField (axis i))).

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For