The namespace for the heat diffusion equation. More...
Classes | |
| struct | joule_heating |
| Calculates the Joule Heating (in Watt per Second) More... | |
| class | power_density_accessor |
| Power density accessor. Used to get the power density in the assembly of the heat diffusion equation. More... | |
Functions | |
| template<typename CurrentDensityAccessorType , typename ElectricFieldAccessorType , typename CellType > | |
| double | apply_joule_heating (CurrentDensityAccessorType const &jfield, ElectricFieldAccessorType const &efield, CellType const &cell) |
| Auxilary function to joule_heating. Does the same as the joule_heating functor. More... | |
The namespace for the heat diffusion equation.
| double viennashe::hde::apply_joule_heating | ( | CurrentDensityAccessorType const & | jfield, |
| ElectricFieldAccessorType const & | efield, | ||
| CellType const & | cell | ||
| ) |
Auxilary function to joule_heating. Does the same as the joule_heating functor.
| jfield | An accessor to the current density |
| efield | An accessor to the electric field |
| cell | The cell on which the power density is needed |
Definition at line 70 of file joule_heating.hpp.