Thread Closed

Heat equation, initial and boundary numerical conditions

 
Share Thread Thread Tools
Jan22-08, 10:32 AM   #1
LMZ
 

Heat equation, initial and boundary numerical conditions


Hello to all!
1. The problem statement, all variables and given/known data
for testing my program i need a heat equation with numerical initial and boundary conditions:
Derivative[2, 0][f][x, t] == Derivative[0, 1][f][x, t]

f[x, 0] == numerical
f[0, t] == numerical, f[numerical, t] == numerical


PS. to moders: please, if you delete my message, PM me what I've done wrong, thanks!
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Bird's playlist could signal mental strengths and weaknesses
>> Minus environment, patterns still emerge: Computational study tracks E. coli cells' regulatory mechanisms
>> Bacterium uses natural 'thermometer' to trigger diarrheal disease, scientists find
Jan22-08, 11:31 AM   #2
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
It's not clear what you are asking. You know what the heat equation is, I presume. Why can't you just make up arbitrary initial and boundary values yourself?
Jan22-08, 01:42 PM   #3
LMZ
 
yeap! i think i know what is heat equation: http://en.wikipedia.org/wiki/Heat_eq...Fourier_series

for example if i put these:
Code:
init = f[x, 0] == 1
bc = {f[0, t] == 0, f[1, t] == 0}
in mathematica i got this warning:
A warning is generated in this example because the initial conditions and boundary conditions give two different values for the value of f[0,0].

that's why i need correct example!
Thread Closed
Thread Tools


Similar Threads for: Heat equation, initial and boundary numerical conditions
Thread Forum Replies
Non-Reflective Boundary Conditions for the Wave Equation Programming & Comp Sci 3
What's the difference between initial conditions and boundary conditions? Differential Equations 9
Differential equation with singular boundary conditions Calculus & Beyond Homework 3
Analytical solution of Laplace's equation with horrendous boundary conditions Differential Equations 4
Boundary conditons and initial conditions of a vibrating rod Advanced Physics Homework 2