Handle fluid medium.
More...
#include <wMedium.h>
|
| Medium (std::shared_ptr< tbox::MshData > _msh, int no, double mInf, int dim, double alpha, double beta) |
|
| Medium (std::shared_ptr< tbox::MshData > _msh, std::string const &name, double mInf, int dim, double alpha, double beta) |
|
virtual | ~Medium () |
|
void | initFun (double mInf, int dim, double alpha, double beta) |
|
void | createMap () |
| Create data structure. More...
|
|
virtual void | write (std::ostream &out) const override |
|
Handle fluid medium.
- Authors
- Adrien Crovato
◆ Medium() [1/2]
flow::Medium::Medium |
( |
std::shared_ptr< tbox::MshData > |
_msh, |
|
|
int |
no, |
|
|
double |
mInf, |
|
|
int |
dim, |
|
|
double |
alpha, |
|
|
double |
beta |
|
) |
| |
◆ Medium() [2/2]
flow::Medium::Medium |
( |
std::shared_ptr< tbox::MshData > |
_msh, |
|
|
std::string const & |
name, |
|
|
double |
mInf, |
|
|
int |
dim, |
|
|
double |
alpha, |
|
|
double |
beta |
|
) |
| |
◆ ~Medium()
◆ createMap()
void Medium::createMap |
( |
| ) |
|
◆ initFun()
void Medium::initFun |
( |
double |
mInf, |
|
|
int |
dim, |
|
|
double |
alpha, |
|
|
double |
beta |
|
) |
| |
◆ write()
void Medium::write |
( |
std::ostream & |
out | ) |
const |
|
overridevirtual |
◆ adjMap
std::vector<std::pair<tbox::Element *, std::vector<tbox::Element *> > > flow::Medium::adjMap |
◆ cP
◆ mach
◆ nCnt
size_t flow::Medium::nCnt |
|
private |
◆ neMap
std::map<tbox::Node *, std::vector<tbox::Element *> > flow::Medium::neMap |
map each elements connected to a node
◆ phiInf
◆ rho
The documentation for this class was generated from the following files: