mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
zonal postprocessing
This commit is contained in:
@ -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
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user