Hello, I am having troubles with heat conduction problem. Below is the given information. Should I move forward with this problem like any other 1-D PDE? ?T/?t = a* (?^2T/?x^2) I.C. For t = 0 and 0 ? x ? 10, T = 0 ?C B.C. For x = 0 cm and all t , T = 100?C For x = 10 cm and all t , T = 0 ?C The thermal diffusivity is a = 2.0 cm^2 /s. I also added what I have for code in R. Any help will be appreciated. Thanks - Timothy
On 19.12.2017 04:22, Timothy Axberg wrote:> Hello, I am having troubles with heat conduction problem. Below is the > given information. Should I move forward with this problem like any other > 1-D PDE?Yes. You may use your favorite search engine and search for: "heat transfer" "deSolve" R or have a look at: desolve.r-forge.r-project.org> > ?T/?t = a* (?^2T/?x^2) > > > > I.C. For t = 0 and 0 ? x ? 10, T = 0 ?C > > B.C. For x = 0 cm and all t , T = 100?C > > For x = 10 cm and all t , T = 0 ?C > > The thermal diffusivity is a = 2.0 cm^2 /s. > > > I also added what I have for code in R. Any help will be appreciated. ThanksThere was no code appended.> - TimothyHope it helps, Thomas
Seemingly Similar Threads
- Solving a multinomial gompertz partial differential equation in r
- analytical solution of partial differential equation
- Defining a variable outside of optim or differential equation solver.
- non-linear fourth-order differential equations
- How to apply a system of ordinary differential equations to a cell grid?