Changes between Version 9 and Version 10 of doc/app/stg_par
- Timestamp:
- Mar 3, 2020 8:30:31 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/stg_par
v9 v10 67 67 This option is especially useful for large length scales where the computational effort can become quite huge (it scales with the turbulent length scales), so that gain by parallelization exceeds the costs by the subsequent communication. This is usually the case when turbulent length scales are read in from ASCII file. 68 68 69 If set to .TRUE., velocity seeds are computed only locally . This performs better when the turbulent length scales are small (like in the parametrized mode where the length scales are limited to 8 x grid spacing) and thus the loops are smaller and no communication is necessary.69 If set to .TRUE., velocity seeds are computed only locally and no communication is necessary. This performs better when the turbulent length scales are small (like in the parametrized mode where the length scales are limited to 8 x grid spacing) and thus the loops are smaller. 70 70 }}}