Serac  0.1
Serac is an implicit thermal strucural mechanics simulation code.
serac::HeatTransfer< order, dim, parameters, parameter_indices > Class Template Reference

An object containing the solver for a heat transfer PDE. More...

Detailed Description

template<int order, int dim, typename parameters = Parameters<>, typename parameter_indices = std::make_integer_sequence<int, parameters::n>>
class serac::HeatTransfer< order, dim, parameters, parameter_indices >

An object containing the solver for a heat transfer PDE.

This is a generic linear thermal diffusion operator of the form

\[ \mathbf{M} \frac{\partial \mathbf{u}}{\partial t} = -\kappa \mathbf{K} \mathbf{u} + \mathbf{f} \]

where \(\mathbf{M}\) is a mass matrix, \(\mathbf{K}\) is a stiffness matrix, \(\mathbf{u}\) is the temperature degree of freedom vector, and \(\mathbf{f}\) is a thermal load vector.

Definition at line 83 of file heat_transfer.hpp.


The documentation for this class was generated from the following file: