![]() |
waves
Basic FE playground
|
manage thermal heat source More...
#include <wTSource.h>
Public Member Functions | |
TSource (Problem &pbl, int no, std::string _BTHS_name, double _values) | |
TSource (Problem &pbl, std::string const &name, std::string _THS_name, double _values) | |
virtual void | write (std::ostream &out) const override |
Public Attributes | |
std::string | THS_name |
std::vector< Node * > | nodes |
double | values |
double | integrated_values |
manage thermal heat source
TSource::TSource | ( | mirrors::Problem & | pbl, |
int | no, | ||
std::string | _BTHS_name, | ||
double | _values | ||
) |
TSource::TSource | ( | mirrors::Problem & | pbl, |
std::string const & | name, | ||
std::string | _THS_name, | ||
double | _values | ||
) |
|
overridevirtual |
double mirrors::TSource::integrated_values |
std::vector<Node *> mirrors::TSource::nodes |
std::string mirrors::TSource::THS_name |
double mirrors::TSource::values |