Go to the documentation of this file.
48 os <<
"@title " <<
g.title() <<
nl
49 <<
"@xaxis label " <<
g.xName() <<
nl
50 <<
"@yaxis label " <<
g.yName() <<
endl;
56 os <<
"@s" << fieldi <<
" legend "
57 << iter()->name() <<
nl
58 <<
"@target G0.S" << fieldi <<
nl
59 <<
"@type xy" <<
endl;
addToRunTimeSelectionTable(decompositionMethod, kahipDecomp, dictionary)
Class to create, store and output qgraph files.
A class for handling words, derived from Foam::string.
Ostream & endl(Ostream &os)
graph::writer graphWriter
Output and agr file for xmgrace (http://plasma-gate.weizmann.ac.il/Grace/)
void write(const graph &, Ostream &os) const
OBJstream os(runTime.globalPath()/outputName)
Macros for easy insertion into run-time selection tables.
const uniformDimensionedVectorField & g
forAllConstIters(mixture.phases(), phase)
void writeXY(const scalarField &x, const scalarField &y, Ostream &) const
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
vtk::internalMeshWriter writer(topoMesh, topoCells, vtk::formatType::INLINE_ASCII, runTime.path()/"blockTopology")
defineTypeNameAndDebug(combustionModel, 0)