View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003784 | OpenFOAM | Bug | public | 2022-01-15 08:18 | 2022-01-16 13:31 |
Reporter | cgoessni | Assigned To | henry | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | amd64 | OS | Debian | OS Version | stable |
Product Version | dev | ||||
Summary | 0003784: decomposePar does not work with engineTime for negative times | ||||
Description | Whenever a case with userTIme engine is decomposed, it would not work if the start time is negative Time = -0.02CAD ****** Processor 0: field transfer Selecting userTime engine --> FOAM FATAL ERROR: Cannot find file "points" in directory "polyMesh" in times "-180" down to constant From function virtual Foam::IOobject Foam::fileOperation::findInstance(const Foam::IOobject&, Foam::scalar, const Foam::word&) const in file global/fileOperations/fileOperation/fileOperation.C at line 865. FOAM exiting The line that I marked with ****** indicates that the time conversion is somehow not down. When the start time is positive, it would decompose the case, but still print the wrong time, e.g. if I change the start time to 540CAD in the kivaTest tutorial, it would still print Time = 0.06CAD but the time name in the processor directory is correct: [clemens@acer: kivaTest] $ ll processor0/ total 8.0K drwxr-xr-x 2 clemens clemens 4.0K Jan 15 09:18 540 drwxr-xr-x 3 clemens clemens 4.0K Jan 15 09:18 constant | ||||
Steps To Reproduce | Try to decompose $FOAM_TUTORIALS/combustion/XiFoam/RAS/kivaTest | ||||
Tags | No tags attached. | ||||