simulkade / FVTool

Finite volume toolbox for Matlab/Octave
http://fvt.simulkade.com
BSD 2-Clause "Simplified" License
97 stars 56 forks source link

1D heat transfer through the composite wall #24

Closed Houri1980 closed 1 month ago

Houri1980 commented 4 years ago

Ozel - 2014 - Effect of insulation location on dynamic heat-tran.pdf

Optimization of insulation thickness using implicit finite difference method under steady periodic condition.

simulkade commented 3 years ago

@Houri1980 could you provide a sample code so I can debug it and suggest possible fixes?

Houri1980 commented 3 years ago

Dr. Eftekhari, Thank you for following up. Yes, I learned how to do this at a fixed (steady state) temperature. I'll upload it on GitHub.

Sincerely,

Houri

On Tue, Oct 6, 2020 at 8:12 AM Ali A Eftekhari notifications@github.com wrote:

@Houri1980 https://github.com/Houri1980 could you provide a sample code so I can debug it and suggest possible fixes?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/simulkade/FVTool/issues/24#issuecomment-704226308, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARCBUFJA34B7A35QSBIJ27LSJMCRDANCNFSM4RTI5PHA .

simulkade commented 3 years ago

Great!

On Tue, Oct 6, 2020 at 3:07 PM Houri1980 notifications@github.com wrote:

Dr. Eftekhari, Thank you for following up. Yes, I learned how to do this at a fixed (steady state) temperature. I'll upload it on GitHub.

Sincerely,

Houri

On Tue, Oct 6, 2020 at 8:12 AM Ali A Eftekhari notifications@github.com wrote:

@Houri1980 https://github.com/Houri1980 could you provide a sample code so I can debug it and suggest possible fixes?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/simulkade/FVTool/issues/24#issuecomment-704226308, or unsubscribe < https://github.com/notifications/unsubscribe-auth/ARCBUFJA34B7A35QSBIJ27LSJMCRDANCNFSM4RTI5PHA

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/simulkade/FVTool/issues/24#issuecomment-704255927, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAOLLRWDZLZZMUSBCKUSXP3SJMJAHANCNFSM4RTI5PHA .

Houri1980 commented 3 years ago

Dr. Eftekhari this is the link I learned the steady state form of the solution steady state heat transfer

However my question is how I can apply the transient conditions, lets say if I have the temperature values for the first day of January over 24 hours (48 data points). How I can see the temp difference during this 24 hr period.

t= [0:0.5:24];

2019-01-01.xlsx

Houri1980 commented 3 years ago

Dr. Eftekhari,

I have no rush for this. Just trying to learn something new.