Changes between Version 171 and Version 172 of doc/app/particle_parameters
- Timestamp:
- May 23, 2018 12:08:13 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/particle_parameters
v171 v172 66 66 }}} 67 67 {{{#!td style="vertical-align:top" 68 'cyclic' 68 'cyclic'\\\\ 69 ('nested' for nest domains) 69 70 }}} 70 71 {{{#!td 71 72 Lateral boundary condition (x-direction) for particle transport. \\ 72 73 By default, cyclic boundary conditions are used along x. Alternatively, reflection ('''bc_par_lr''' = '' 'reflect' '') or absorption ('''bc_par_lr''' = '' 'absorb' '') can be set. \\ 73 This lateral boundary conditions should correspond to the lateral boundary condition used for the flow (see [../inipar#bc_lr bc_lr]). 74 This lateral boundary conditions should correspond to the lateral boundary condition used for the flow (see [../inipar#bc_lr bc_lr]).\\\\ 75 In case of nested run the default value of 'bc_par_lr' in the nest domains is not 'cyclic' but 'nested' instead. For the root domain of a nested run the default is 'cyclic' as usually. 74 76 }}} 75 77 |---------------- … … 81 83 }}} 82 84 {{{#!td style="vertical-align:top" 83 'cyclic' 85 'cyclic'\\\\ 86 ('nested' for nest domains) 84 87 }}} 85 88 {{{#!td 86 89 Lateral boundary condition (y-direction) for particle transport.\\ 87 90 By default, cyclic boundary conditions are used along y. Alternatively, reflection ('''bc_par_ns''' = '' 'reflect' '') or absorption (bc_par_ns = '' 'absorb' '') can be set. \\ 88 This lateral boundary conditions should correspond to the lateral boundary condition used for the flow (see [../inipar#bc_ns bc_ns]). 91 This lateral boundary conditions should correspond to the lateral boundary condition used for the flow (see [../inipar#bc_ns bc_ns]).\\\\ 92 In case of nested run the default value of 'bc_par_ns' in the nest domains is not 'cyclic' but 'nested' instead. For the root domain of a nested run the default is 'cyclic' as usually. 89 93 }}} 90 94 |---------------- … … 96 100 }}} 97 101 {{{#!td style="vertical-align:top" 98 'absorb' 102 'absorb'\\\\ 103 ('nested' for nest domains) 99 104 }}} 100 105 {{{#!td 101 106 Top boundary condition for particle transport.\\ 102 By default, particles are absorbed at the top boundary. Alternatively, a reflection condition can be set by '''bc_par_t''' = '' 'reflect'. '' 107 By default, particles are absorbed at the top boundary. Alternatively, a reflection condition can be set by '''bc_par_t''' = '' 'reflect'. '' \\\\ 108 In case of nested run the default value of 'bc_par_t' in the nest domains is not 'cyclic' but 'nested' instead. For the root domain of a nested run the default is 'absorb' as usually. 103 109 }}} 104 110 |----------------