Symbol | Description | Uses |
rbcsVanishingTime | when rbcsVanishingTime .NE. 0. the relaxation strength reduces linearly to vanish at myTime .EQ. rbcsVanishingTime | 6 |
File | Line number | Procedure | Code |
./pkg/rbcs/RBCS_PARAMS.h | 34 | NO PROCEDURE |
_RL rbcsVanishingTime |
./pkg/rbcs/RBCS_PARAMS.h | 57 | NO PROCEDURE |
& rbcsVanishingTime, |
./pkg/rbcs/rbcs_add_tendency.F | 61 | RBCS_ADD_TENDENCY |
IF ( rbcsVanishingTime.GT.0. _d 0 ) THEN |
./pkg/rbcs/rbcs_add_tendency.F | 63 | RBCS_ADD_TENDENCY |
& MAX( 0. _d 0 , 1. _d 0 - myTime / rbcsVanishingTime ) |
./pkg/rbcs/rbcs_readparms.F | 125 | RBCS_READPARMS |
rbcsVanishingTime = 0. _d 0 |
./pkg/rbcs/rbcs_readparms.F | 78 | RBCS_READPARMS |
& rbcsVanishingTime, |