Changes between Version 767 and Version 768 of doc/app/errmsg
- Timestamp:
- Jul 23, 2021 6:33:41 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v767 v768 74 74 ||[=#PA0049 PA0049] ||unknown boundary condition: bc_lr = "..." ||See parameter [../initialization_parameters#bc_lr bc_lr] for allowed values, and appropriately correct your parameter file. || 75 75 ||[=#PA0050 PA0050] ||unknown boundary condition: bc_ns = "..." ||See parameter [../initialization_parameters#bc_ns bs_ns] for allowed values, and appropriately correct your parameter file. || 76 ||[=#PA0051 PA0051] ||non-cyclic lateral boundaries do not allow psolver = "..." ||Using non-cyclic lateral boundary conditions requires the multigrid method for solving the Poisson equation for the perturbation pressure. You can choose this methodby setting the parameter [../initialization_parameters#psolver psolver] = '' 'multigrid' '' or '' 'multigrid_noopt' ''. ||76 ||[=#PA0051 PA0051] ||non-cyclic lateral boundaries do not allow psolver = "..." with FFT method = "..." ||In case of non-cyclic lateral boundary conditions, the FFT solver requires the FFT methods ''fftw'', ''temperton-algorithm'', or ''singleton-algorithm''. Please set parameter [../initialization_parameters#fft_method fft_method] appropriately. Alternatively, you can choose the multigrid solver by setting the parameter [../initialization_parameters#psolver psolver] = '' 'multigrid' '' or '' 'multigrid_noopt' ''. || 77 77 ||[=#PA0052 PA0052] ||non-cyclic lateral boundaries do not allow momentum_advec = "..." ||Using non-cyclic lateral boundary conditions requires to use either the Wicker-Skamarock or the Piacsek-Williams advection scheme for momentum. You can choose one of these methods by setting the parameter [../initialization_parameters#momentum_advec momentum_advec]. || 78 78 ||[=#PA0053 PA0053] ||non-cyclic lateral boundaries do not allow scalar_advec = "..." ||Using non-cyclic lateral boundary conditions requires to use either the Wicker-Skamarock or Piacsek-Williams advection scheme for scalar quantities. You can choose one of these methods by setting the parameter [../initialization_parameters#scalar_advec scalar_advec]. ||