#include <rt_solvers.hpp>
|
| RTSolver (RadiationBand *pmy_band, std::string name) |
|
virtual | ~RTSolver () |
|
virtual void | Prepare (MeshBlock const *pmb, int k, int j) |
| Prepare and seal the solver for the current column. More...
|
|
virtual void | Resize (int nlyr, int nstr, int nuphi, int numu) |
| Allocate memory for radiation solver. More...
|
|
virtual void | CalBandFlux (MeshBlock const *pmb, int k, int j, int il, int iu) |
|
virtual void | CalBandRadiance (MeshBlock const *pmb, int k, int j) |
|
| NamedGroup (std::string name) |
|
virtual | ~NamedGroup () |
|
std::string | GetName () const |
|
Definition at line 25 of file rt_solvers.hpp.
◆ RTSolver()
RadiationBand::RTSolver::RTSolver |
( |
RadiationBand * |
pmy_band, |
|
|
std::string |
name |
|
) |
| |
|
inline |
◆ ~RTSolver()
virtual RadiationBand::RTSolver::~RTSolver |
( |
| ) |
|
|
inlinevirtual |
◆ Prepare()
virtual void RadiationBand::RTSolver::Prepare |
( |
MeshBlock const * |
pmb, |
|
|
int |
k, |
|
|
int |
j |
|
) |
| |
|
inlinevirtual |
Prepare and seal the solver for the current column.
Definition at line 43 of file rt_solvers.hpp.
◆ Resize()
virtual void RadiationBand::RTSolver::Resize |
( |
int |
nlyr, |
|
|
int |
nstr, |
|
|
int |
nuphi, |
|
|
int |
numu |
|
) |
| |
|
inlinevirtual |
Allocate memory for radiation solver.
Definition at line 46 of file rt_solvers.hpp.
◆ CalBandFlux()
virtual void RadiationBand::RTSolver::CalBandFlux |
( |
MeshBlock const * |
pmb, |
|
|
int |
k, |
|
|
int |
j, |
|
|
int |
il, |
|
|
int |
iu |
|
) |
| |
|
inlinevirtual |
◆ CalBandRadiance()
virtual void RadiationBand::RTSolver::CalBandRadiance |
( |
MeshBlock const * |
pmb, |
|
|
int |
k, |
|
|
int |
j |
|
) |
| |
|
inlinevirtual |
◆ pmy_band_
◆ farea_
◆ vol_
◆ myrank_in_column_
int RadiationBand::RTSolver::myrank_in_column_ |
|
protected |
The documentation for this class was generated from the following file: