Go to the source code of this file.
Functions/Subroutines | |
| subroutine | rflu_scalarsecondpatch (pRegion, pPatch, nVarScal, cvScal, gradCellScal, valScal, resScal) |
| subroutine rflu_scalarsecondpatch | ( | type(t_region), pointer | pRegion, |
| type(t_patch), pointer | pPatch, | ||
| integer, intent(in) | nVarScal, | ||
| real(rfreal), dimension(:,:), intent(in) | cvScal, | ||
| real(rfreal), dimension(:,:,:), intent(in) | gradCellScal, | ||
| type(t_bcvalues) | valScal, | ||
| real(rfreal), dimension(:,:), intent(inout) | resScal | ||
| ) |
Definition at line 51 of file RFLU_ScalarSecondPatch.F90.
References moderror::deregisterfunction(), dx, dy, Direction_3< R, T >::dz(), moderror::errorstop(), and moderror::registerfunction().
Referenced by convectivefluxesmp().

