zonal postprocessing

This commit is contained in:
mattijs
2009-01-29 13:26:46 +00:00
parent fe6d908e59
commit bdb4349ebd
6 changed files with 556 additions and 230 deletions

View File

@ -161,6 +161,10 @@ surfaces
isoField rho;
isoValue 0.5;
interpolate true;
//zone ABC; // Optional: zone only
//exposedPatchName fixedWalls; // Optional: zone only
// regularise false; // Optional: do not simplify
}
constantIso
@ -171,7 +175,7 @@ surfaces
isoField rho;
isoValue 0.5;
interpolate false;
// regularise false; // Optional: do not simplify
regularise false; // do not simplify
}
);