Actual coefficient equations of the recursively constructed packet fields.
The constructed recursive forcing equals the full nonlinear coefficient forcing.
Assembled jets, constructed using assemble.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Substituting the newly solved mean is the only change from the known forcing.
Full force as an element of VectorField.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The two right-hand sides actually generated by recursion sum to source (14).
Assembled velocity, given by assemble N (fun i => (a i).high+(a i).mean) (fun i => (a i).corrector).
Equations
- EulerPacketProfileRecursion.assembledVelocity N a = EulerFiniteGrades.assemble N (fun (i : ℕ) => (a i).high + (a i).mean) fun (i : ℕ) => (a i).corrector
Instances For
Assembled pressure, given by assemble N (fun i => (a i).meanPressure) (fun i => (a i).highPressure).
Equations
- EulerPacketProfileRecursion.assembledPressure N a = EulerFiniteGrades.assemble N (fun (i : ℕ) => (a i).meanPressure) fun (i : ℕ) => (a i).highPressure
Instances For
Pressure jets, given by assemble N (fun i => pressureJet (a i).meanPressure z) (fun i => pressureJet (a i).highPressure z).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Recursive grade, constructed using coefficient.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The coefficient is that of the literal finite sum, with actual interval derivatives.
Solving the two linear equations used by the recursion cancels the whole grade.