How to create semi-infinite solid in MATLAB?

  • Context: MATLAB 
  • Thread starter Thread starter Chim
  • Start date Start date
  • Tags Tags
    Matlab Solid
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 3K views
Chim
Messages
5
Reaction score
0
Hello,
Am working on a model that involves heat conduction in a semi-infinite solid. I have been using linspace() command for finite geometry, but now i need to create a 1-dimensional semi-infinite solid. Any suggestions?
Thank you.
 
Physics news on Phys.org
In numerical simulations, we can refer to infinity as something very far from the disturbance. In your case, if the heat conduction only takes place e.g from 0 to 1, you can set a linespace from 0 to 10 or 20, and it will effectively work as theoretical infinity would.