Skip to content

DallasFormulaRacing/radiator-sizing-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Radiator Sizing Calculator

Modifying Values

To change the physical parameters of the radiator (e.g., number of tubes, fin height, etc.), open src/main.cpp and update the following variables:

const double numTubes     = 60;
const double tubeHeight   = 0.00156;
const double tubeWidth    = 0.0246;
const double finDistance  = 0.00158;
const double finHeight    = 0.1188;
const double finWidth     = 0.0246;

Run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published