README.md
README.md
This program can be used for calculating heat transfer of li-ion batteries. This program uses this equation:
Before calculation, required and desired parameters are entered here. Battery properties are entered here. 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. In this class, equations defined for each node types.
In this class, convection and conduction coefficients are calculated. 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. Calculates and saves materials properties for calculations. Calculates volume of the node to be calculated. Calculates heat generation for every time step. Shows calculated datas.