#include <rt_solvers.hpp>
|
| RTSolverLambert (RadiationBand *pmy_band, YAML::Node const &rad) |
|
| ~RTSolverLambert () |
|
void | CalBandFlux (MeshBlock const *pmb, int k, int j, int il, int iu) override |
|
void | CalBandRadiance (MeshBlock const *pmb, int k, int j) override |
|
Public Member Functions inherited from RadiationBand::RTSolver |
| 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...
|
|
| NamedGroup (std::string name) |
|
virtual | ~NamedGroup () |
|
std::string | GetName () const |
|
Definition at line 60 of file rt_solvers.hpp.
◆ RTSolverLambert()
RadiationBand::RTSolverLambert::RTSolverLambert |
( |
RadiationBand * |
pmy_band, |
|
|
YAML::Node const & |
rad |
|
) |
| |
|
inline |
◆ ~RTSolverLambert()
RadiationBand::RTSolverLambert::~RTSolverLambert |
( |
| ) |
|
|
inline |
◆ CalBandFlux()
void RadiationBand::RTSolverLambert::CalBandFlux |
( |
MeshBlock const * |
pmb, |
|
|
int |
k, |
|
|
int |
j, |
|
|
int |
il, |
|
|
int |
iu |
|
) |
| |
|
overridevirtual |
◆ CalBandRadiance()
void RadiationBand::RTSolverLambert::CalBandRadiance |
( |
MeshBlock const * |
pmb, |
|
|
int |
k, |
|
|
int |
j |
|
) |
| |
|
overridevirtual |
The documentation for this class was generated from the following files: