$treeview $search $mathjax
|
Palabos
Version 1.1
$projectbrief
|
$projectbrief
|
$searchbox |
Propose successive test values of a scalar (e.g. Re) to check stability of a system. More...
#include <benchmarkUtil.h>

Public Member Functions | |
| BisectStepper (T _iniVal, T _step=0.) | |
| The only constructor. | |
| T | getVal (bool stable, bool doPrint=false) |
| Get new value, and indicate if the previous value yielded a stable system or not. | |
| bool | hasConverged (T epsilon) const |
| Test for convergence. | |
Propose successive test values of a scalar (e.g. Re) to check stability of a system.
At first, the stability limit is explored by constant increments/decrements of the scalar, and then, by successive bisection.
| plb::util::BisectStepper< T >::BisectStepper | ( | T | _iniVal, | |
| T | _step = 0. | |||
| ) | [inline] |
The only constructor.
| _iniVal | Initial guess for the stability limit. | |
| _step | Step size at which the value is initially incremented/decremented. |
| T plb::util::BisectStepper< T >::getVal | ( | bool | stable, | |
| bool | doPrint = false | |||
| ) | [inline] |
Get new value, and indicate if the previous value yielded a stable system or not.
References plb::pcout.
| bool plb::util::BisectStepper< T >::hasConverged | ( | T | epsilon | ) | const [inline] |
Test for convergence.
1.6.3
1.6.3