View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002366 | OpenFOAM | Feature | public | 2016-12-01 18:15 | 2016-12-03 11:49 |
Reporter | joegi | Assigned To | henry | ||
Priority | normal | Severity | minor | Reproducibility | N/A |
Status | resolved | Resolution | fixed | ||
Fixed in Version | dev | ||||
Summary | 0002366: Add the option -dict to setFields | ||||
Description | Very often I do parametric studies and the option -dict for setFields can be helpful (just to avoid bash scripting). Adding this option to all the utilities/apps that does not support it can be a good improvement. | ||||
Tags | No tags attached. | ||||
|
Can you provide the patch which adds this functionality? |
|
This should do the trick. There are a few more utilities that does not support the option -dict but I don't recall them right now (I guess they are not important for me at the moment) |
|
It would be useful to avoid unnecessary code duplication if the standard header files are used to handle these common options. See for example topoSet.C: #include "addDictOption.H" . . . const word dictName("topoSetDict"); #include "setSystemMeshDictionaryIO.H" or did you find that these were not applicable to setFields? |
|
Resolved by commit 65402d6831a3e863f46ca2d417f484f6c2c6e969 |
Date Modified | Username | Field | Change |
---|---|---|---|
2016-12-01 18:15 | joegi | New Issue | |
2016-12-01 18:26 | henry | Note Added: 0007372 | |
2016-12-03 01:48 | joegi | File Added: my_setFields.tar.gz | |
2016-12-03 01:48 | joegi | Note Added: 0007382 | |
2016-12-03 09:40 | henry | Note Added: 0007383 | |
2016-12-03 11:49 | henry | Assigned To | => henry |
2016-12-03 11:49 | henry | Status | new => resolved |
2016-12-03 11:49 | henry | Resolution | open => fixed |
2016-12-03 11:49 | henry | Fixed in Version | => dev |
2016-12-03 11:49 | henry | Note Added: 0007384 |