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

Boundary condition: convection. More...

#include <solvers/thermal/static/common.hpp>

Public Member Functions

 Convection (double coeff, double amb)
 
 Convection ()=default
 

Public Attributes

double coeff
 convection coefficient [W/(m^2*K)]
 
double ambient
 ambient temperature (K)
 

Friends

std::ostream & operator<< (std::ostream &out, const Convection &to_print)
 

Detailed Description

Boundary condition: convection.

Definition at line 25 of file common.hpp.

Constructor & Destructor Documentation

◆ Convection() [1/2]

plask::thermal::tstatic::Convection::Convection ( double  coeff,
double  amb 
)
inline

Definition at line 29 of file common.hpp.

◆ Convection() [2/2]

plask::thermal::tstatic::Convection::Convection ( )
default

Friends And Related Symbol Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream &  out,
const Convection to_print 
)
friend

Definition at line 31 of file common.hpp.

Member Data Documentation

◆ ambient

double plask::thermal::tstatic::Convection::ambient

ambient temperature (K)

Definition at line 28 of file common.hpp.

◆ coeff

double plask::thermal::tstatic::Convection::coeff

convection coefficient [W/(m^2*K)]

Definition at line 27 of file common.hpp.


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