Attempt to open file relative to the case, and read FoamFile header
| 3214 | |
| 3215 | // Attempt to open file relative to the case, and read FoamFile header |
| 3216 | bool OpenCaseFile(const std::string& file) { return this->OpenFile(this->GetCasePath() + file); } |
| 3217 | |
| 3218 | // Attempt to open file (or file.gz) relative to the case, and read FoamFile header |
| 3219 | bool OpenCaseFileOrGzip(const std::string& file) |
nothing calls this directly
no test coverage detected