FLASH-X
Doxygen Generated Documentation From Interface Source Code
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | RadTrans_mgdSetBc (ig, bcTypes, bcValues, f, bcType, bcValue) |
subroutine RadTrans_mgdSetBc | ( | integer, intent(in) | ig, |
integer | bcTypes, | ||
real | bcValues, | ||
integer, intent(in), optional | f, | ||
integer | bcType, | ||
real | bcValue | ||
) |
Set the boundary condition for a specific group. Can be invoked in one of two modes:
1. bctypes/bcvalues present: This allows you to easily set the BC on all of the faces of the domain 2. f/bctype/bcvalue present: This allows you to easily set the BC on a specific face of the domain
ig : energy group number bctypes : boundary condition type on each boundary bcvalues : boundary condition value (for dirichlet) on each boundary f : boundary number bctype : type of bondary for face f bcvalue : dirichlet value for face f
Definition at line 36 of file RadTrans_mgdSetBc.F90.