Serac  0.1
Serac is an implicit thermal strucural mechanics simulation code.
Public Member Functions | Public Attributes | List of all members
serac::heat_transfer::ConstantSource Struct Reference

Constant thermal source model. More...

#include <thermal_material.hpp>

Public Member Functions

template<typename T1 , typename T2 , typename T3 >
SERAC_HOST_DEVICE auto operator() (const T1 &, const double, const T2 &, const T3 &) const
 Evaluation function for the constant thermal source model. More...
 

Public Attributes

double source_ = 0.0
 The constant source.
 

Detailed Description

Constant thermal source model.

Definition at line 181 of file thermal_material.hpp.

Member Function Documentation

◆ operator()()

template<typename T1 , typename T2 , typename T3 >
SERAC_HOST_DEVICE auto serac::heat_transfer::ConstantSource::operator() ( const T1 &  ,
const double  ,
const T2 &  ,
const T3 &   
) const
inline

Evaluation function for the constant thermal source model.

Template Parameters
T1type of the position vector
T2type of the temperature
T3type of the temperature gradient
dimThe dimension of the problem
Returns
The thermal source value

Definition at line 195 of file thermal_material.hpp.


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