a thermal medium (with k, rhoc)
More...
#include <wMedium.h>
|
| Medium (std::shared_ptr< MshData > _msh, int no, std::shared_ptr< Fct2 > _k, double _rhoc=1.0) |
|
| Medium (std::shared_ptr< MshData > _msh, std::string const &name, std::shared_ptr< Fct2 > _k, double _rhoc=1.0) |
|
virtual | ~Medium () |
|
virtual void | write (std::ostream &out) const override |
|
|
std::shared_ptr< Fct2 > | k |
|
double | rhoc |
|
a thermal medium (with k, rhoc)
◆ Medium() [1/2]
Medium::Medium |
( |
std::shared_ptr< MshData > |
_msh, |
|
|
int |
no, |
|
|
std::shared_ptr< Fct2 > |
_k, |
|
|
double |
_rhoc = 1.0 |
|
) |
| |
◆ Medium() [2/2]
Medium::Medium |
( |
std::shared_ptr< MshData > |
_msh, |
|
|
std::string const & |
name, |
|
|
std::shared_ptr< Fct2 > |
_k, |
|
|
double |
_rhoc = 1.0 |
|
) |
| |
◆ ~Medium()
virtual heat::Medium::~Medium |
( |
| ) |
|
|
inlinevirtual |
◆ write()
void Medium::write |
( |
std::ostream & |
out | ) |
const |
|
overridevirtual |
std::shared_ptr<Fct2> heat::Medium::k |
◆ rhoc
double heat::Medium::rhoc |
The documentation for this class was generated from the following files: