Heat Transfer
Detailed Description
A module that groups Heat Transfer equation classes
|
Classes |
| class | DC1DL2 |
| | Builds finite element arrays for thermal diffusion and convection in 1-D using 2-Node elements. More...
|
| class | DC2DT3 |
| | Builds finite element arrays for thermal diffusion and convection in 2-D domains using 3-Node triangles. More...
|
| class | DC2DT6 |
| | Builds finite element arrays for thermal diffusion and convection in 2-D domains using 6-Node triangles. More...
|
| class | DC3DAT3 |
| | Builds finite element arrays for thermal diffusion and convection in 3-D domains with axisymmetry using 3-Node triangles. More...
|
| class | DC3DT4 |
| | Builds finite element arrays for thermal diffusion and convection in 3-D domains using 4-Node tetrahedra. More...
|
| class | Equa_Therm |
| | Abstract class for Heat transfer Finite Element classes. More...
|
| class | PhaseChange |
| | This class enables defining phase change laws for a given material. These laws are predefined for a certain number of materials. The user can set himself a specific behavior for his own materials by defining a class that inherits from PhaseChange. The derived class must has at least the member function. More...
|