laLuz
Mechanical
- May 20, 2014
- 5
thread997-113741
I have the same exact problem of the referenced post above and did not see anyone post any direct answer to the problem so I'm reposting. I am trying to heat a sphere by forced convection and am tracking the temperature within the sphere (lumped capacitance not valid). I am using finite differencing method in Matlab to solve the problem. It is a 1D problem with radial temperature gradient and for some reason the sphere is heating slowly and after a certain period of time the temperature does not change at all. I am using a convective boundary condition, -k(dT/dr) = h(Tfluid-Tsurface) as well as the insulated boundary condition at the center of sphere: (dT/dr) = 0. I have a feeling that this has something to do with the way that I discretize the convective boundary condition. I have tried several methods and none seem to work. For example, I've tried:
-(k(Tsurface-T(node2))/dr) = h(T(fluid) - Tsurface). I then rearrange to solve for Tsurface.
I've been working on this for a few months and getting no where. Any help would be GREATLY appreciated.
I have the same exact problem of the referenced post above and did not see anyone post any direct answer to the problem so I'm reposting. I am trying to heat a sphere by forced convection and am tracking the temperature within the sphere (lumped capacitance not valid). I am using finite differencing method in Matlab to solve the problem. It is a 1D problem with radial temperature gradient and for some reason the sphere is heating slowly and after a certain period of time the temperature does not change at all. I am using a convective boundary condition, -k(dT/dr) = h(Tfluid-Tsurface) as well as the insulated boundary condition at the center of sphere: (dT/dr) = 0. I have a feeling that this has something to do with the way that I discretize the convective boundary condition. I have tried several methods and none seem to work. For example, I've tried:
-(k(Tsurface-T(node2))/dr) = h(T(fluid) - Tsurface). I then rearrange to solve for Tsurface.
I've been working on this for a few months and getting no where. Any help would be GREATLY appreciated.