199 | | ||[=#PA0157 PA0157] ||nonzero bulk velocity requires conserve_volume_flow = .T. and conserve_volume_flow_mode = "bulk_velocity" || || |
200 | | ||[=#PA0158 PA0158] ||no vertical boundary condition for variable "..." || || |
201 | | ||[=#PA0159 PA0159] ||no term for component "..." || || |
| 199 | ||[=#PA0157 PA0157] ||nonzero bulk velocity requires conserve_volume_flow = .T. and conserve_volume_flow_mode = "bulk_velocity" || The bulk velocity is used to prescribe a volume flow which then should be conserved. This, however, requires [../inipar#conserve_volume_flow conserve_volume_flow] = .T. and [../inipar#conserve_volume_flow_mode conserve_volume_flow_mode] = "bulk_velocity". || |
| 200 | ||[=#PA0158 PA0158] ||no vertical boundary condition for variable "..." || Routine advec_s_bc was called for a variable, which does not have a specific boundary condition implemented. || |
| 201 | ||[=#PA0159 PA0159] ||no term for component "..." || Routine buoyancy was called for the v-component while an inclined surface was used. In case of an inclined surface (see [../inipar#alpha_surface alpha_surface]) the buoyancy term appears in the equation of motion of the w-component and u-component. There is no buoyancy term implemented for the v-component as the surface can only be inclined in x-direction and no buoyancy term is required for the v-component. || |