HEAT TRANSFER CALCULATOR
-H= [K*A*(T1-T2)*t]/L
-diff --git a/Calculators/Heat-Transfer-Calculator/README.md b/Calculators/Heat-Transfer-Calculator/README.md index 7730f88c8..ec5701bc8 100644 --- a/Calculators/Heat-Transfer-Calculator/README.md +++ b/Calculators/Heat-Transfer-Calculator/README.md @@ -3,7 +3,7 @@ ## 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 *(T1-T2)*t)/L +Working formula:- H = (K* A *(T1-T2)*t)/L ## Tech Stacks :- diff --git a/Calculators/Heat-Transfer-Calculator/physicshero.png b/Calculators/Heat-Transfer-Calculator/assets/background.png similarity index 100% rename from Calculators/Heat-Transfer-Calculator/physicshero.png rename to Calculators/Heat-Transfer-Calculator/assets/background.png diff --git a/Calculators/Heat-Transfer-Calculator/index.html b/Calculators/Heat-Transfer-Calculator/index.html index 28112a8f6..970b75ca5 100644 --- a/Calculators/Heat-Transfer-Calculator/index.html +++ b/Calculators/Heat-Transfer-Calculator/index.html @@ -1,82 +1,35 @@ - -
+ -H= [K*A*(T1-T2)*t]/L
-