85 <<
"ensight::FileName empty after stripping" <<
nl
static bool valid(char c)
Is this character valid for an ensight file-name.
FileName(const FileName &)=default
Copy construct.
void stripInvalid()
Strip invalid characters.
A class for handling file names.
fileName()=default
Default construct.
static bool valid(char c)
Is this character valid for a fileName?
static bool stripInvalid(std::string &str)
Strip invalid characters from the given string.
bool removeRepeated(const char character)
Remove repeated characters.
string & replaceAny(const std::string &s1, const char c2, size_type pos=0)
Replace any occurrence of s1 characters with c2, beginning at pos in the string.
bool removeEnd(const std::string &text)
Remove the given text from the end of the string.
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
gmvFile<< "tracers "<< particles.size()<< nl;for(const passiveParticle &p :particles){ gmvFile<< p.position().x()<< " ";}gmvFile<< nl;for(const passiveParticle &p :particles){ gmvFile<< p.position().y()<< " ";}gmvFile<< nl;for(const passiveParticle &p :particles){ gmvFile<< p.position().z()<< " ";}gmvFile<< nl;forAll(lagrangianScalarNames, i){ word name=lagrangianScalarNames[i];IOField< scalar > s(IOobject(name, runTime.timeName(), cloud::prefix, mesh, IOobject::MUST_READ, IOobject::NO_WRITE))
error FatalError
Error stream (stdout output on all processes), with additional 'FOAM FATAL ERROR' header text and sta...
errorManipArg< error, int > exit(error &err, const int errNo=1)
constexpr char nl
The newline '\n' character (0x0a).