Class IsotropicBoundary
Defined in File isotropic_boundary.h
Inheritance Relationships
Base Type
public opensn::SweepBoundary
(Class SweepBoundary)
Class Documentation
-
class IsotropicBoundary : public opensn::SweepBoundary
Specified isotropic incident fluxes on a boundary.
Public Functions
-
inline explicit IsotropicBoundary(size_t num_groups, std::vector<double> boundary_flux, CoordinateSystemType coord_type = CoordinateSystemType::CARTESIAN)
-
inline virtual double *PsiIncoming(uint64_t cell_local_id, unsigned int face_num, unsigned int fi, unsigned int angle_num, int group_num) override
Returns a pointer to the location of the incoming flux.
-
inline explicit IsotropicBoundary(size_t num_groups, std::vector<double> boundary_flux, CoordinateSystemType coord_type = CoordinateSystemType::CARTESIAN)