wave_equation_simulations
Python script solving the wave equation (équations de D'Alembert) 1D and 2D by taking into account velocity variation.
Python library for simulating heat transfer processes
Heatrapy is a lightweight Python framework for simulating heat transfer using finite-difference methods, with built-in support for phase transitions and caloric materials.
Features:
Heatrapy makes thermal simulations accessible without heavy FEM or CFD frameworks.
Perfect for:
To install heatrapy use the pip package manager:
$ pip install heatrapy
To import the heatrapy module type in the python shell:
>>> import heatrapy as htp
See the example above or explore the documentation for complete tutorials.
Full documentation available here
Contributions of all kinds are welcome!
Please see the development workflow here.
If heatrapy contributes to research that leads to a publication, please cite this paper.
⭐ If you find heatrapy useful, consider starring the repository to support the project.
more like this
Python script solving the wave equation (équations de D'Alembert) 1D and 2D by taking into account velocity variation.
search projects, people, and tags