/!\ Work in progress. 1 module is not yet finished. /!\ All the docstring, comments and variable names are still in french
Programming language : Python Create a basic 1D thermal calculation package to compute thermal inertia of a multilayer wall. Training myself at package structure and linear algebra with numpy.
Create a material with its physical properties : * Thikness * Volumic mass * Specific heat capacity * Thermal conductivity * Thermal diffusivity * Thermal effusivity
Add multiple Materiau objects into one Composant object, acting like a 1D sliced multilayer wall.
Calculate and plot thermal diffusion through a wall (Composant object) giving some initial and boundary conditions, with 1D numeric explicit method resolution of the heat equation.