Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 329 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 329 Bytes

grill_temps

Some code for estimating how long it will take to grill a piece of meat.

Uses a simple heat transfer model to predict target temp arrival based on measurements collected. Fits the following model to measurement data:

$$\frac{dT}{dt} = k(T_{meat} - T_{grill})$$

Temp Projection Chart