36 #ifndef Foam_ensightGeoFile_H 37 #define Foam_ensightGeoFile_H 61 return NullObjectRef<ensightGeoFile>();
void operator=(const ensightGeoFile &)=delete
No copy assignment.
A variant of OFstream with specialised handling for Ensight writing of strings, integers and floats (...
A class for handling keywords in dictionaries.
A class for handling file names.
A variant of ensightFile (Ensight writing) that includes the extra geometry file header information...
A simple container for options an IOstream can normally have.
virtual const fileName & name() const override
Get the name of the output serial stream. (eg, the name of the Fstream file name) ...
~ensightGeoFile()=default
Destructor.
void beginGeometry()
Start of geometry information.
auto key(const Type &t) -> std::enable_if_t< std::is_enum_v< Type >, std::underlying_type_t< Type > >
static const ensightGeoFile & null() noexcept
Return a null ensightGeoFile.
no append (truncates existing)
An Ostream is an abstract base class for all output systems (streams, files, token lists...
fileName path(UMean.rootPath()/UMean.caseName()/"graphs"/UMean.instance())
virtual Ostream & writeKeyword(const keyType &key) override
Write keyword with trailing newline.
appendType
File appending (NO_APPEND | APPEND_APP | APPEND_ATE)
rAUs append(new volScalarField(IOobject::groupName("rAU", phase1.name()), 1.0/(U1Eqn.A()+byDt(max(phase1.residualAlpha() - alpha1, scalar(0)) *rho1))))
streamFormat
Data format (ascii | binary)
ensightGeoFile(const ensightGeoFile &)=delete
No copy construct.