Heat equation
From Medusa: Coordinate Free Mehless Method implementation
Revision as of 10:55, 19 August 2019 by Agrebenc (talk | contribs) (Created page with "Go back to Examples. __FORCETOC__ ==Purpose of Heat equation example== This example shows how explicit method of solving partial differential equations...")
Go back to Examples.
Purpose of Heat equation example
This example shows how explicit method of solving partial differential equations is used within the medusa library. Firstly, this example compares explicit solutions to analytical, then it shows how it can be used to solve heat transfer equation.
Domain
In this example, a square domain with a cut-out hole in the middle is used. The hole has radius equal to 1/3 of length of a square. Domain nodes are placed randomly with about dx length distance between them.
Go back to Examples.