Changes between Version 419 and Version 420 of doc/app/errmsg


Ignore:
Timestamp:
Jun 8, 2017 3:07:19 PM (8 years ago)
Author:
sward
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v419 v420  
    322322||[=#PA0282 PA0282]   ||parallel environment (MPI) required   ||  ||
    323323||[=#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. ||
    324 ||[=#PA0284 PA0284]   ||data from subdomain of previous run mapped more than 1000 times   || ||
    325 ||[=#PA0285 PA0285]   ||number of PEs or virtual PE-grid changed in restart run PE ... will read from files ...   || ||
     324||[=#PA0284 PA0284]   ||data from subdomain of previous run mapped more than 1000 times   || The model damin 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. ||
     325||[=#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. ||
    326326||[=#PA0286 PA0286]   ||version mismatch concerning data from prior run version on file = "..." version in program = "..."   || The precursor run was carried out with a different version than the main run. Repeat the precurser with the current version or carry out the main run with the same version as the precursor. ||
    327327||[=#PA0287 PA0287]   ||problem with index bound nxl on restart file "..." nxl = ... but it should be = ... from the index bound information array   ||The processor grid was changed between this and the previous run. See documentation of [../examples/turbinf tubulent inflow] for detailed information on the use of restart data for precursor runs.  ||