Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
Added a README.md file
  • Loading branch information
Shuvra-Da-CodER committed Dec 8, 2024
1 parent 9f1dc6d commit e8abc13
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Calculators/Heat-Transfer-Calculator/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# <p align="center">Heat Transfer Calculator</p>

## Description :-

The Heat Transfer Calculator is designed to calculate the amount of heat transferred between one region of temperature T1 and another region of temperature T2, which are L distance apart. The cross sectional area through which heat transfer occurs is A and the thermal conductivity of the material is K.
Working formula:- H=(K*A*(T~1~-T~2~)*t)/L

## Tech Stacks :-

- HTML
- CSS
- JavaScript

## Features :-

- Takes user input of thermal conductivity,length,cross-sectional area, temperatures of the two regions and time span of heat transfer in SI units.
- Displays the calculated heat transferred (in joules).

## Screenshots :-

![image](https://github.com/user-attachments/assets/292b4795-916c-44f6-921b-92134efb8a08)

0 comments on commit e8abc13

Please sign in to comment.