Skip to content

mguluerler/Heat-Transfer-of-18650-Li-ion-Batteries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Heat Transfer of 18650 Li-ion Batteries

Version 0.7.6
This program can be used for calculating heat transfer of li-ion batteries. This program uses this equation:

class solvingParams:

Before calculation, required and desired parameters are entered here.

class BattProp:

Battery properties are entered here.

class dataSavers:

For showing some datas in the end of calculation, some lists are opened here, changing this class may not be good for stability of program.

class nodeFormulas:

In this class, equations defined for each node types.

class k_find, class h_find:

In this class, convection and conduction coefficients are calculated.

class R_find:

def Area_finder: Calculates the area to be used in heat transfer between the selected point and calculated point.
def dt_dr, def dt_dz: Calculates other values for calculating heat transfer.

class materials:

Calculates and saves materials properties for calculations.

def volume_node:

Calculates volume of the node to be calculated.

def e_generation:

Calculates heat generation for every time step.

class graphs:

Shows calculated datas.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages