ENH: streamLine: user selectable interpolation method

This commit is contained in:
mattijs
2011-10-12 13:49:24 +01:00
parent ca1ef80728
commit 67e6b94149
4 changed files with 149 additions and 11 deletions

View File

@ -86,6 +86,9 @@ class streamLine
//- Field to transport particle with
word UName_;
//- Interpolation scheme to use
word interpolationScheme_;
//- Whether to use +u or -u
bool trackForward_;