55 os <<
"@title " <<
g.title() <<
nl
56 <<
"@xaxis label " <<
g.xName() <<
nl
57 <<
"@yaxis label " <<
g.yName() <<
nl;
63 os <<
"@s" << nWritten_ <<
" legend "
64 << iter()->name() <<
nl
65 <<
"@target G0.S" << nWritten_ <<
nl
Macros for easy insertion into run-time selection tables.
#define addToRunTimeSelectionTable(baseType, thisType, argNames)
Add to construction table with typeName as the key.
const uniformDimensionedVectorField & g
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Output and agr file for xmgrace (http://plasma-gate.weizmann.ac.il/Grace/).
void write(const graph &, Ostream &os) const
Write.
xmgraceWriter()=default
Default construct.
Abstract base class for a graph writer.
void writeXY(const scalarField &x, const scalarField &y, Ostream &) const
Class to create, store and output qgraph files.
A class for handling words, derived from Foam::string.
#define defineTypeName(Type)
Define the typeName.
OBJstream os(runTime.globalPath()/outputName)
graph::writer graphWriter
Ostream & endl(Ostream &os)
Add newline and flush stream.
constexpr char nl
The newline '\n' character (0x0a).
#define forAllConstIters(container, iter)
Iterate across all elements of the container object with const access.