View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002358 | OpenFOAM | Bug | public | 2016-11-29 15:03 | 2016-12-02 12:28 |
Reporter | MattijsJ | Assigned To | henry | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | GNU/Linux | OS | OpenSuSE | OS Version | 13.2 |
Product Version | dev | ||||
Fixed in Version | dev | ||||
Summary | 0002358: foamDictionary always regards '.' as separator. | ||||
Description | foamDictionary cannot manipulate dictionaries with '.' in the key since these are seen as the scope separator. E.g. in motorBike snappyHexMeshDict: geometry { motorBike.obj { Attached version of foamDictionary adds a -scope option to specify a different scope character. | ||||
Tags | No tags attached. | ||||
|
|
|
If the scope character is changed in foamDictionary shouldn't it be changed in the rest of OpenFOAM? What happens if the file name is given as a string which will be interpreted as a regular expression: geometry { "motorBike.obj" { |
|
Attached implements a fall-back at the dictionary level where at each level it first searches for motorBike, then motorBike.org etc. It does not need the -scope option anymore. |
|
Resolved by commit 01083dd8775dbefd8ba96453ff8caa4ee5e1dcc6 |
Date Modified | Username | Field | Change |
---|---|---|---|
2016-11-29 15:03 | MattijsJ | New Issue | |
2016-11-29 15:03 | MattijsJ | File Added: foamDictionary_with_scope.tgz | |
2016-11-29 15:08 | henry | Note Added: 0007356 | |
2016-12-02 10:20 | MattijsJ | File Added: foamDictionary_with_scope-2.tgz | |
2016-12-02 10:20 | MattijsJ | Note Added: 0007377 | |
2016-12-02 12:28 | henry | Assigned To | => henry |
2016-12-02 12:28 | henry | Status | new => resolved |
2016-12-02 12:28 | henry | Resolution | open => fixed |
2016-12-02 12:28 | henry | Fixed in Version | => dev |
2016-12-02 12:28 | henry | Note Added: 0007380 |