50 while ((line.empty() || line[0] ==
'#') && is.
good());
57 Foam::fileName Foam::fileFormats::edgeMeshFormatsCore::localMeshFileName
72 Foam::fileName Foam::fileFormats::edgeMeshFormatsCore::findMeshInstance
78 fileName localName = localMeshFileName(meshName);
86 for (instanceI = ts.
size()-1; instanceI >= 0; --instanceI)
99 for (
label i = instanceI; i >= 0; --i)
112 Foam::fileName Foam::fileFormats::edgeMeshFormatsCore::findMeshFile
118 fileName localName = localMeshFileName(meshName);
126 for (instanceI = ts.
size()-1; instanceI >= 0; --instanceI)
139 for (
label i = instanceI; i >= 0; --i)
161 const word& functionName
164 if (available.
found(ext))
172 Info<<
"Unknown file extension for " << functionName
173 <<
" : " << ext <<
nl 178 Info<<
" " << known[i];
static const word prefix
The prefix to local: surfaces.
A HashTable with keys but without contents.
#define forAll(list, i)
Loop across all elements in list.
A class for handling file names.
bool isFile(const fileName &, const bool checkVariants=true, const bool followLink=true)
Does the name exist as a file in the file system?
void size(const label)
Override size to be inconsistent with allocated storage.
Ostream & endl(Ostream &os)
Add newline and flush stream.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
bool good() const
Return true if next operation might succeed.
scalar userTimeValue() const
Return current user time value.
bool found(const Key &) const
Return true if hashedEntry is found in table.
static word meshSubDir
Return the mesh sub-directory name (normally "surfMesh")
A class for handling words, derived from string.
const word & constant() const
Return constant name.
word name(const complex &)
Return a string representation of a complex.
ISstream & getLine(string &, const bool continuation=true)
Read line into a string.
List< Key > sortedToc() const
Return the table of contents as a sorted list.
instantList times() const
Search the case for valid time directories.
static word defaultName
The default surface name: default.
fileName path() const
Return path.
A class for handling character strings derived from std::string.