Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrenarchy/leckerbraten
Leckerbraten is a tool for simulating heat distribution in solid objects.
https://github.com/andrenarchy/leckerbraten
Last synced: 3 days ago
JSON representation
Leckerbraten is a tool for simulating heat distribution in solid objects.
- Host: GitHub
- URL: https://github.com/andrenarchy/leckerbraten
- Owner: andrenarchy
- Created: 2012-11-28T18:55:16.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-24T20:06:23.000Z (about 11 years ago)
- Last Synced: 2024-11-23T12:48:19.599Z (2 months ago)
- Language: Python
- Size: 196 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# leckerbraten
Leckerbraten is a tool for simulating heat distribution in solid objects.
Leckerbraten is a tool for simulating heat distribution in solid objects. The
initial goal was to simulate a roast (in german: "Braten") in the oven.
"Lecker" means delicious. :)If you are interested in the internals of leckerbraten, here is how it
works. Leckerbraten approximates the solution of the [heat
equation](http://en.wikipedia.org/wiki/Heat_equation) (with non-constant
thermal diffusivity) in 2D or 3D with the [finite element method
(FEM)](http://en.wikipedia.org/wiki/Finite_element_method). The code is
based on [http://fenicsproject.org/](FEniCS/Dolfin).## Dependencies
* [dolfin](http://fenicsproject.org/)