View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001107 | OpenFOAM | Bug | public | 2013-12-10 13:56 | 2013-12-13 16:51 |
Reporter | Assigned To | ||||
Priority | high | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Linux | OS | Ubuntu | OS Version | 10.04 |
Summary | 0001107: fail to reconstruct uniform direction | ||||
Description | recontructPar.C: 678-684, reconstruct field for uniform directory, it doesn't change the time. forAll(timeDirs, timeI) { fileName uniformDir0 = databases[0].timePath()/"uniform"; if (isDir(uniformDir0)) { cp(uniformDir0, runTime.timePath()); } } --> forAll(timeDirs, timeI) { runTime.setTime(timeDirs[timeI], timeI); databases[0].setTime(timeDirs[timeI], timeI); fileName uniformDir0 = databases[0].timePath()/"uniform"; if (isDir(uniformDir0)) { cp(uniformDir0, runTime.timePath()); } } | ||||
Tags | No tags attached. | ||||