Linear wave propagation
From CFD-Wiki
(Difference between revisions)
Line 11: | Line 11: | ||
== Exact solution == | == Exact solution == | ||
- | + | :<math> u(x,t)=e^{-360*{((x-c*t)-0.25)}^2}</math> | |
== Numerical method == | == Numerical method == | ||
- | + | c=1,t=0.25 | |
== Results == | == Results == | ||
[[Image:Linear_1d.jpg]] | [[Image:Linear_1d.jpg]] | ||
== Reference == | == Reference == |
Revision as of 00:37, 25 December 2005
Contents |
Problem definition
Domain
x=[0,1]
Initial Condition
Boundary condition
u[0]=0,u[imax]=u[imax-1]
Exact solution
Numerical method
c=1,t=0.25