Changes between Version 178 and Version 179 of doc/app/errmsg
- Timestamp:
- Mar 21, 2014 11:23:00 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified doc/app/errmsg
v178 v179 173 173 ||[=#PA0131 PA0131] ||inflow_disturbance_begin out of range || The parameter [../inipar#inflow_disturbance_begin inflow_disturbance_begin] gives the number of grid points (counted horizontally from the inflow) from which on perturbations are imposed on the horizontal velocity field. This value must not be smaller than zero or larger than nx (in case of non-cyclic lateral boundary conditions along the x-direction) or ny (in case of non-cyclic lateral boundary conditions along the y-direction). || 174 174 ||[=#PA0132 PA0132] ||inflow_disturbance_end out of range || The parameter [../inipar#inflow_disturbance_end inflow_disturbance_end] gives the number of grid points (counted horizontally from the inflow) up to which perturbations are imposed on the horizontal velocity field. This value must not be smaller than zero or larger than nx (in case of non-cyclic lateral boundary conditions along the x-direction) or ny (in case of non-cyclic lateral boundary conditions along the y-direction). || 175 ||[=#PA0133 PA0133] ||turbulent_inflow = .T. requires a Dirichlet condition at the inflow boundary || Matthias||175 ||[=#PA0133 PA0133] ||turbulent_inflow = .T. requires a Dirichlet condition at the inflow boundary || In case of turbulent inflow the turbulence signal is added to a time-constant horizontal mean wind profile at the left inflow boundary at each timestep. The use of a time-constant mean wind profile requires a Dirichlet boundary condition at the left inflow boundary. For further information please see: [../../tec/noncyclic nonclyclic boundary conditions] as well as [../examples/turbinf turbulent inflow]. || 176 176 ||[=#PA0134 PA0134] ||illegal value for recycling_width: ... || See parameter [/inipar#recycling_width recycling_width] for allowed values, and appropriately correct your parameter file. || 177 177 ||[=#PA0135 PA0135] ||unknown random generator: random_generator = "..." ||See parameter [../inipar#random_generator random_generator] for allowed values, and appropriately correct your parameter file. ||