Changes between Version 472 and Version 473 of doc/app/errmsg
- Timestamp:
- Aug 22, 2017 3:14:04 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v472 v473 323 323 ||[=#PA0281 PA0281] ||Inconsistent tunnel parameters: tunnel can only be oriented either in x- or in y-direction. ||Please do not specify [../inipar#tunnel_width_x tunnel_width_x] and [../inipar#tunnel_width_y tunnel_width_y] in the parameter file at the same time. || 324 324 ||[=#PA0282 PA0282] ||Tunnel width too large ||[../inipar#tunnel_width_x tunnel_width_x] must be <= ([../inipar#nx nx]+1)*[../inipar#dx dx] || 325 ||[=#PA0283 PA0283] ||no sufficient convergence within 1000 cycles || Still after 1000 cycles of the multigrid-solver the divergence residual is larger than the residual limit given by [../inipar#residual_limit residual_limit]. Try to increase the residual limit, or fix the number of multigrid cycles (see [../inipar#mg_cycles mg_cycles]). In any case, carefully check if the divergence of the velocity field is sufficiently reduced by the multigrid solver. This can be done by comparing the divergence before and after the call of the multigrid solver which is printed in the RUN_CONTROL file. ||325 ||[=#PA0283 PA0283] ||no sufficient convergence within 1000 cycles || Still after 1000 cycles of the multigrid-solver the divergence residual is larger than the residual limit given by [../inipar#residual_limit residual_limit]. Try to increase the residual limit, or fix the number of multigrid cycles (see [../inipar#mg_cycles mg_cycles]). In any case, carefully check if the divergence of the velocity field is sufficiently reduced by the multigrid solver. This can be done by comparing the divergence before and after the call of the multigrid solver which is printed in the RUN_CONTROL file. \\\\ If this error appears during the initial phase of a run (before the first timestep), the number of subdomain gridpoints along x/y/z probably do not allow sufficient coarsening of the grid. The number of gridpoints should allow for a division by two (without rest) at least 2-3 times. || 326 326 ||[=#PA0284 PA0284] ||data from subdomain of previous run mapped more than 1000 times || The model domain of the precursor run was much smaller than that of the main run. It was reused more than 1000 times in one direction. Try a smaller main run domain or a larger precursor. || 327 327 ||[=#PA0285 PA0285] ||number of PEs or virtual PE-grid changed in restart run PE ... will read from files ... || The model domain of the precursor run is smaller than that of the main run and has been copied one or multiple times. ||