Adjust some utilities to use postCalc wrapper or timeSelector directly.

When required, also adjusted to use XXXApp.C for the source name.
Adjusted some names in preparation for merge with master.
This commit is contained in:
Mark Olesen
2008-05-21 10:19:23 +02:00
parent e34c1c75f8
commit e9876723e6
59 changed files with 1396 additions and 1541 deletions

View File

@ -108,6 +108,9 @@ sets
// Surface sampling definition: choice of
// plane : values on plane defined by point, normal.
// patch : values on patch.
//
// 1] planes are triangulated by default
// 2] patches are not triangulated by default
surfaces
(
constantPlane
@ -141,15 +144,15 @@ surfaces
{
type patch;
patchName movingWall;
triangulate false;
// Optional: whether to leave as faces (=default) or triangulate
}
movingWall_interpolated
{
type patch;
patchName movingWall;
triangulate false;
interpolate true;
// Optional: whether to leave as faces (=default) or triangulate
}
/* not yet (re)implemented --