PLaSK library
Loading...
Searching...
No Matches
plask::thermal::tstatic Namespace Reference

Classes

struct  Bc
 
struct  Convection
 Boundary condition: convection. More...
 
struct  Radiation
 Boundary condition: radiation. More...
 
struct  ThermalFem2DSolver
 Solver performing calculations in 2D Cartesian or Cylindrical space using finite element method. More...
 
struct  ThermalFem3DSolver
 Solver performing calculations in 2D Cartesian or Cylindrical space using finite element method. More...
 

Enumerations

enum  BoundarySide { LEFT , RIGHT , TOP , BOTTOM }
 

Variables

constexpr double BIG = 1e16
 
template struct PLASK_SOLVER_API ThermalFem2DSolver< Geometry2DCartesian >
 
template struct PLASK_SOLVER_API ThermalFem2DSolver< Geometry2DCylindrical >
 

Enumeration Type Documentation

◆ BoundarySide

Enumerator
LEFT 
RIGHT 
TOP 
BOTTOM 

Definition at line 123 of file therm2d.cpp.

Variable Documentation

◆ BIG

constexpr double plask::thermal::tstatic::BIG = 1e16
constexpr

Definition at line 21 of file common.hpp.

◆ ThermalFem2DSolver< Geometry2DCartesian >

◆ ThermalFem2DSolver< Geometry2DCylindrical >