I've never found one myself (most of them have a better candle simulation chip than that), but they are apparently out there.
> the dimensions of the fuel source are defined by the size (diameter) of the candles and possibly their proximity
Candles vary in size, so other candles may have different frequencies.
The candle shape on earth is caused by the weight of the air.
https://arxiv.org/pdf/1803.10400
But its not trivial at all, its a complex fluid dynamics problem. I stumbled upon all the "coupled candle oscillators" literature when I was looking for a shortcut to a semi-physical candle model. But there is no easy way out...
you need to model the atmosphere as environment, heat flow, wicking action, chemical reactions, fluid dynamics under gravity. Then model human perception to turn the spectral radiance into a perceived shape.
https://en.wikipedia.org/wiki/Cooley%E2%80%93Tukey_FFT_algor...
So cannot be used on a ship. Bummer.
Our sea-faring ancestors wouldn't be happy with this clock.
TIL there’s no gravity on ships. That’s why they float.
Where can I learn more about that? My google fu is failing me.
https://en.wikipedia.org/wiki/History_of_candle_making#Indus...
Weirdly, the trick wasn't in changing the wick material to burn better, but changing their shape so they curled over (and remained marginally in the flame until burnt) instead of just sticking straight out: rectangular instead of circular braided string.
Are we absolutely sure we're not in "the matrix" ?
> A fascinating fact is that the oscillation frequency is rather stable at ~9.9Hz as it mainly depends on gravity and diameter of the flame.
This reminds me of when I first heard about Dolbear's law by which you can get an approximate measurement of the air temperature using the number of chirps per minute from a cricket.
In the Quake source code, they have strings to represent the intensity over time of a flickering light source:
https://github.com/id-Software/Quake/blob/bf4ac424ce754894ac...
// 3 CANDLE (first variety)
lightstyle(3, "mmmmmaaaaammmmmaaaaaabcdefgabcdefg");
They range from a to z and progress through the string with time, so the candle starts out at medium "m" intensity for a bit before it goes dark ("a") for some time, etc.This reminds me of teenage me circa 1990 exploring electric guitar distortion and having an interesting conversation w/ my dad, who'd done a pretty serious paper on eliminating audio distortion as part of his CSEE degree from MIT.
Noob question: How were the diagrams created?