Continuity Aero™
Analytical Ecosystem
Analytical work behind the Continuity Aero modules
Research here means writing the solver rather than buying one. Lightweight, deterministic, built from the ground up — narrower than a general-purpose package, and more certain inside that narrower scope.
Right now it lives entirely in the computational space: the mathematics of flight, shape optimization, and the unglamorous business of making each algorithm survive scrutiny it was not designed to pass. That is deliberate. The mathematical foundation is being laid now, so that when there is a high-altitude platform to build, the physics underneath it has already been settled.
The planning software came last. What follows is the work it was built on — most of it done for its own sake, over a long time, before there was any product to attach it to. Every figure on this page is output from the code that produced the result. None of it has been redrawn to look better.
CFD is slow enough to change how you design. When one evaluation costs hours, you stop exploring and start defending your first guess.
Conformal mapping avoids that. The aerofoil boundary is carried onto a circle, where the flow has a closed-form answer, and carried back. Loads, lift-curve slope and the pressure distribution (Cp) return in milliseconds — and return the same numbers every time, which matters more than the speed.
The shape is described by an eleven-parameter Class Shape Transformation. That is few enough for the optimizer to search the space rather than creep downhill from wherever it happened to start.
It is also why a trade study finishes in an afternoon: hundreds of evaluations, not millions. The parameterization does the work that brute force would otherwise have to.
The target is mountain operation — low density, low Reynolds number, where boundary layers separate early and a section that behaves at sea level may not behave at all.
The search is filtered to keep suction peaks flat and adverse gradients gentle. What comes out is thick, 19.13%, and strongly cambered: it buys CL,max without spending the critical Mach (Mcrit) margin to get it.
Cold-weather logistics is unforgiving in a particular way: the aircraft has to keep flying after something has already gone wrong.
So the question is not the strength of an intact airframe. It is what remains — bending moments, cyclic plasticity and skin shear flows evaluated at the limiting load factor (n·g), on a structure that is no longer whole.
Limits are imposed as physics rather than as probabilities. A margin holds or it does not; there is no distribution over whether the material yields.
The engine calculates residual load-bearing capacity directly, so fatigue, asymmetric loading and environmental degradation are answered with a number and a stated assumption rather than a confidence level.
The aerodynamics and the structure meet at the pitching moment. Sections of this kind carry a large negative Cm, and trimming it costs drag.
Rather than accept that cost, the fuselage moment arm is sized against the moment the aerodynamic solver predicts, so trim comes out close to free. The cargo volume that longer arm implies then has to be stiff enough to carry it — which is the structural problem again, arrived at from the other side.
None of the mathematics below was begun with an aircraft in mind. It accumulated — sampling theory, recovering equations from data, worst-case optimization, some number theory kept up out of habit. The aerospace work is what happened when it was eventually pointed at a specific problem.
It began with a beam: seven deflection gauges, and the question of what the curve is doing between them. Interpolating politely between the readings is easy and wrong. The honest version treats the gauges as samples of a continuous field and rebuilds the field by interference of cardinal (sinc) waves — the Whittaker–Shannon series, which is exact for any band-limited field sampled densely enough.
Once the field is back, deterministic structure is removed a layer at a time until what is left will not separate from noise. In its later form the method goes one step further and asks which differential operator generated each layer it removed.
The usual order is to assume a governing equation and then fit it. This inverts that: build the field from the record, hand a library of candidate terms to sparse regression, and score every candidate on data it has not seen.
Rare events invite three comfortable assumptions: that counts are Poisson, that sizes are roughly normal, that the wait between events is exponential. Each of those is a hypothesis. It is easy to forget that, because each also arrives as a default.
So they are made to compete. Seven candidate laws for event size, four for waiting time — exponential, gamma, Weibull, log-normal — each fitted by a binned likelihood, because data recorded on a fixed grid is not continuous data and pretending otherwise quietly biases every fit that follows.
The comparison is the part worth stating. AICc and BIC rank laws against each other — and they will always crown a winner, even when every candidate is wrong. So relative ranking is gated behind an absolute one: a law must first survive a parametric bootstrap on its own terms, its fitted shape re-simulated a few hundred times and its Kolmogorov–Smirnov distance compared against that null, before it is allowed to compete at all. Only laws that pass are ranked. Sometimes none pass, and that is the finding.
In some systems the cost of a decision grows with the time W taken to reach it. The design is then chosen against the worst case rather than the average — averages understate exactly the situations the design exists to survive.
Prime distribution under Dirichlet's theorem, with the prime-counting error normalized by √x·log x — the quantity the Riemann Hypothesis bounds — computed out to x ≈ 1.3 × 106.
The rest, kept alongside: field solvers in one, two and three dimensions; interpolation bounds and geometric envelopes; resonance and Lorenz-attractor studies; blackbody spectra and isothermal overlays; exact-arithmetic cross-section properties; and a dynamic response engine carrying its own invariant suite.