Changes between Version 12 and Version 13 of doc/tec/bugs


Ignore:
Timestamp:
Jun 13, 2016 3:25:01 PM (9 years ago)
Author:
suehring
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/tec/bugs

    v12 v13  
    33||='''Date'''  =||='''Reported by'''  =||='''Description'''  =||
    44|----------------------
    5 ||09/05/16 || MS || For very complex topography, e.g. very narrow street canyons or corners that are resolved by only one or two grid points, the use of psolver = 'multigrid_noopt' and masking_method = .F. can lead to a blow up of wind velocity. Please see remarks below. ||
     5||13/06/16 || MS || Less divergence reduction with [../../app/inipar#masking_method masking_method] = .T. || compared to [../../app/inipar#masking_method masking_method] = .F. . Please see [#remark2 remarks] below. ||
     6|----------------------
     7||09/05/16 || MS || For very complex topography, e.g. very narrow street canyons or corners that are resolved by only one or two grid points, the use of psolver = 'multigrid_noopt' and masking_method = .F. can lead to a blow up of wind velocity. Please see [#remark1 remarks] below. ||
    68|----------------------
    79||09/05/16 || MS || In case of topography = .T., different processor topologies do not yield identical results. ||
     
    1517A possible workaround to prevent such velocity blow-up is to preprocess the topography by filling holes and removing complex shapes on the small scale before running the LES. (This approach should have no significant effect on the flow field, as in LES the flow in such regions is poorly resolved and do not yield to reliable physical information.)
    1618The reason for this velocity blow-up is unclear so far.
     19
     20[=#remark2 '''Remarks with respect to divergence reduction''']  \\
     21
     22If topography is prescribed and [../../app/inipar#psolver psolver] = 'multigrid_noopt', the mean velocity-divergence reduction (see RUN_CONTROL) is smaller in case of [../../app/inipar#masking_method masking_method] = .T. compared to [../../app/inipar#masking_method masking_method] = .F. (about one-order of magnitude).
     23This smaller reduction can be attributed to wall-bounded grid points, where the divergence after pressure correction remains significantly larger in case of masking, while the divergence reduction for non-wall-bounded grid points is similar in both cases.
     24However, validation tests revealed that this smaller divergence reduction has no effect on the resulting flow. 
     25