The heat class can solve the heat diffusion equation but returns temperatures (as usual).
In some scenarios, the actual heat or energy is of greater interest.
To that end, a calculation of the actual energy and possibly of the energy flux between different subsystems is of interest, as already introduced in the older MATLAB version: https://github.com/dschick/udkm1DsimML/blob/master/classes/heat.m#L770
The
heatclass can solve the heat diffusion equation but returns temperatures (as usual).In some scenarios, the actual heat or energy is of greater interest.
To that end, a calculation of the actual energy and possibly of the energy flux between different subsystems is of interest, as already introduced in the older MATLAB version: https://github.com/dschick/udkm1DsimML/blob/master/classes/heat.m#L770