View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001079 | OpenFOAM | Bug | public | 2013-11-08 09:57 | 2013-11-11 09:24 |
Reporter | billie | Assigned To | |||
Priority | normal | Severity | feature | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Linux | OS | Ubuntu | OS Version | 13.10 |
Summary | 0001079: orientFaceZone - Add region option | ||||
Description | Is it possible to add the region option to orientFaceZone. This would be beneficial if renumberMesh changes the face orientations in an already split multi-region case. Attached is a patch which works for me. | ||||
Tags | No tags attached. | ||||
|
orientFaceZone.diff (623 bytes)
--- OpenFOAM-2.2.x/applications/utilities/mesh/manipulation/orientFaceZone/orientFaceZone.C 2013-11-07 13:47:10.239092100 +0100 +++ OpenFOAM-2.2.x/applications/utilities/mesh/manipulation/orientFaceZone/orientFaceZone.C 2013-11-06 11:02:44.592973982 +0100 @@ -49,10 +49,9 @@ argList::validArgs.append("faceZone"); argList::validArgs.append("outsidePoint"); -# include "addRegionOption.H" # include "setRootCase.H" # include "createTime.H" -# include "createNamedPolyMesh.H" +# include "createPolyMesh.H" const word zoneName = args[1]; const point outsidePoint = args.argRead<point>(2); |
|
Fixed in 2badd004adee5673446824289b9df98857dc0912. Thanks! |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-11-08 09:57 | billie | New Issue | |
2013-11-08 09:57 | billie | File Added: orientFaceZone.diff | |
2013-11-11 09:24 |
|
Note Added: 0002623 | |
2013-11-11 09:24 |
|
Status | new => resolved |
2013-11-11 09:24 |
|
Fixed in Version | => 2.2.x |
2013-11-11 09:24 |
|
Resolution | open => fixed |
2013-11-11 09:24 |
|
Assigned To | => user4 |