waves
Basic FE playground
katoptron::Source Class Reference

Class used to specify in Python the different volumetric heat sources. More...

#include <wSource.h>

Inheritance diagram for katoptron::Source:
Collaboration diagram for katoptron::Source:

Public Member Functions

 Source (Problem &pbl, std::string const &name, std::string const &_Source_name, double v_T)
 Source constructor. More...
 
virtual void write (std::ostream &out) const
 Display information. More...
 

Public Attributes

const std::string & Source_name
 
std::vector< tbox::Node * > nodes
 
double value
 

Detailed Description

Class used to specify in Python the different volumetric heat sources.

Constructor & Destructor Documentation

◆ Source()

Source::Source ( Problem pbl,
std::string const &  name,
std::string const &  _Source_name,
double  v_T 
)

Source constructor.

Arguments:

  • pbl: a Problem object,
  • name: the name of the constrained surface of the msh,
  • _Source_name: the name of new Source (does not have to be a nametag of the msh),
  • v_T: value of the volumetric heat source.

Member Function Documentation

◆ write()

void Source::write ( std::ostream &  out) const
virtual

Display information.

Member Data Documentation

◆ nodes

std::vector<tbox::Node *> katoptron::Source::nodes

◆ Source_name

const std::string& katoptron::Source::Source_name

◆ value

double katoptron::Source::value

The documentation for this class was generated from the following files: