| 640 | }}} |
| 641 | |---------------- |
| 642 | {{{#!td style="vertical-align:top" |
| 643 | [=#nsor '''nsor'''] |
| 644 | }}} |
| 645 | {{{#!td style="vertical-align:top" |
| 646 | I |
| 647 | }}} |
| 648 | {{{#!td style="vertical-align:top" |
| 649 | 20 |
| 650 | }}} |
| 651 | {{{#!td |
| 652 | Number of iterations to be used with the SOR-scheme.\\\\ |
| 653 | This parameter is only effective if the SOR-scheme is selected as pressure solver ([#psolver psolver] = '' 'sor' ''). The number of iterations necessary for a sufficient convergence of the scheme depends on the grid point numbers and is to be determined by appropriate test runs (the default value will not at all be sufficient for larger grid point numbers). The number of iterations used for the first call of the SOR-scheme (t = 0) is determined via the parameter [#nsor_ini nsor_ini]. |
| 654 | }}} |
| 655 | |---------------- |
| 656 | {{{#!td style="vertical-align:top" |
| 657 | [=#nsor_ini '''nsor_ini'''] |
| 658 | }}} |
| 659 | {{{#!td style="vertical-align:top" |
| 660 | I |
| 661 | }}} |
| 662 | {{{#!td style="vertical-align:top" |
| 663 | 100 |
| 664 | }}} |
| 665 | {{{#!td |
| 666 | Initial number of iterations with the SOR algorithm.\\\\ |
| 667 | This parameter is only effective if the SOR algorithm was selected as the pressure solver scheme ([#psolver psolver] = '' 'sor' '') and specifies the number of initial iterations of the SOR scheme (at t = 0). The number of subsequent iterations at the following timesteps is determined with the parameter [#nsor nsor]. Usually nsor < '''nsor_ini''', since in each case subsequent calls to [#psolver psolver] use the solution of the previous call as initial value. Suitable test runs should determine whether sufficient convergence of the solution is obtained with the default value and if necessary the value of '''nsor_ini''' should be changed. |
| 668 | }}} |
| 669 | |---------------- |
| 670 | {{{#!td style="vertical-align:top" |
| 671 | [=#<insert_parameter_name> '''<insert_parameter_name>'''] |
| 672 | }}} |
| 673 | {{{#!td style="vertical-align:top" |
| 674 | <insert type> |
| 675 | }}} |
| 676 | {{{#!td style="vertical-align:top" |
| 677 | <insert value> |
| 678 | }}} |
| 679 | {{{#!td |
| 680 | <insert explanation> |