FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

messageStream.H File Reference


Detailed Description

Definition in file messageStream.H.

#include "src/OpenFOAM/primitives/ints/label/label.H"
#include "src/OpenFOAM/primitives/strings/string/string.H"
#include "src/OpenFOAM/db/IOstreams/Sstreams/OSstream.H"
Include dependency graph for messageStream.H:

Go to the source code of this file.

Classes

class  messageStream
 Class to handle messaging in a simple, consistent stream-based manner. More...

Namespaces

namespace  Foam
 

Namespace for OpenFOAM.


Defines

#define  SeriousErrorIn(fn)   SeriousError(fn, __FILE__, __LINE__)
#define  SeriousIOErrorIn(fn, ios)   SeriousError(fn, __FILE__, __LINE__, ios)
#define  WarningIn(fn)   Warning(fn, __FILE__, __LINE__)
#define  IOWarningIn(fn, ios)   Warning(fn, __FILE__, __LINE__, ios)
#define  InfoIn(fn)   Info(fn, __FILE__, __LINE__)
#define  IOInfoIn(fn, ios)   Info(fn, __FILE__, __LINE__, ios)

Variables

messageStream  SeriousError
messageStream  Warning
messageStream  Info

Define Documentation

#define SeriousIOErrorIn (   fn,
  ios  
)    SeriousError(fn, __FILE__, __LINE__, ios)

Definition at line 205 of file messageStream.H.

Referenced by IOobject::readHeader().

#define WarningIn (   fn  )    Warning(fn, __FILE__, __LINE__)

Definition at line 207 of file messageStream.H.

Referenced by polyTopoChange::addMesh(), faceZoneSet::addSet(), setToPointZone::applyToSet(), setToFaceZone::applyToSet(), setsToFaceZone::applyToSet(), faceZoneToFaceZone::applyToSet(), setToCellZone::applyToSet(), fieldToCell::applyToSet(), ash::ash(), Foam::average(), bufferedAccumulator< Type >::averaged(), booleanSurface::booleanSurface(), C::C(), CaCO3::CaCO3(), Foam::meshTools::calcBoxPointNormals(), polyDualMesh::calcFeatures(), FitData< FitDataType, ExtendedStencil, Polynomial >::calcFit(), autoSnapDriver::calcNearestSurface(), COxidationMurphyShaddix< CloudType >::calculate(), cellModel::centre(), dictionary::changeKeyword(), primitiveMeshGeometry::checkCellDeterminant(), polyMeshGeometry::checkCellDeterminant(), meshRefinement::checkData(), triSurface::checkEdges(), primitiveMeshGeometry::checkFaceAngles(), polyMeshGeometry::checkFaceAngles(), primitiveMeshGeometry::checkFaceArea(), polyMeshGeometry::checkFaceArea(), primitiveMeshGeometry::checkFaceDotProduct(), MeshedSurface< Face >::checkFaces(), primitiveMeshGeometry::checkFaceSkewness(), polyMeshGeometry::checkFaceSkewness(), primitiveMeshGeometry::checkFaceTwist(), polyMeshGeometry::checkFaceTwist(), primitiveMeshGeometry::checkFaceWeights(), polyMeshGeometry::checkFaceWeights(), regIOobject::checkIn(), primitiveMesh::checkMeshMotion(), objectRegistry::checkOut(), enrichedPatch::checkSupport(), triSurface::checkTriangles(), polyMeshGeometry::checkTriangleTwist(), polyMeshGeometry::checkVolRatio(), surfMesh::checkZones(), MeshedSurface< Face >::checkZones(), IOstream::compressionEnum(), hexCellLooper::cut(), parMetisDecomp::decompose(), definedInjector::definedInjector(), faceZoneSet::deleteSet(), directions::directions(), argList::displayDoc(), dsmcFields::dsmcFields(), Foam::eigenValues(), fieldAverage::fieldAverage(), fieldMinMax::fieldMinMax(), fieldValue::fieldValue(), probes::findElements(), patchProbes::findElements(), forces::forces(), IOstream::formatEnum(), Foam::gAverage(), objectRegistry::getEvent(), Cloud< ParticleType >::getNewParticleID(), phaseProperties::initialiseGlobalIds(), CompositionModel< CloudType >::L(), LiquidEvaporation< CloudType >::LiquidEvaporation(), Foam::ln(), PstreamImpl::loadPstreamLibrary(), cellModel::mag(), fvMeshAdder::MapSurfaceFields(), fvMeshAdder::MapVolFields(), meshToMesh::meshToMesh(), meshTriangulation::meshTriangulation(), motionSmoother::movePoints(), MRFZone::MRFZone(), polyBoundaryMesh::neighbourEdges(), polyMesh::oldPoints(), dlLibraryTable::open(), interpolationTable< Type >::operator()(), Time::operator++(), Foam::operator<<(), interpolationTable< Type >::operator[](), polyBoundaryMesh::patchSet(), polyMesh::polyMesh(), Foam::polyMeshZipUpCells(), AC3DsurfaceFormat< Face >::read(), systemCall::read(), forces::read(), fvSchemes::read(), Time::readDict(), readFields::readFields(), regIOobject::readIfModified(), Time::readModifiedObjects(), surfMesh::readUpdate(), polyMesh::readUpdate(), Foam::rmDir(), TimeActivatedExplicitSource< Type >::setCellSet(), ThermoParcel< ParcelType >::setCellValues(), ReactingParcel< ParcelType >::setCellValues(), KinematicParcel< ParcelType >::setCellValues(), removeFaces::setRefinement(), removeCells::setRefinement(), perfectInterface::setRefinement(), refinementIterator::setRefinement(), explicitSource::setSelectedCellsFromPoints(), meshRefinement::splitMesh(), staticPressure::staticPressure(), faceZoneSet::subset(), hexRef8::subset(), surfaceInterpolateFields::surfaceInterpolateFields(), SVD::SVD(), swirlInjector::swirlInjector(), syncTools::syncEdgeList(), syncTools::syncPointList(), syncTools::syncPointMap(), thresholdCellFaces::thresholdCellFaces(), distribution::totalEntries(), triSurfaceMesh::tree(), treeBoundBox::treeBoundBox(), unitInjector::unitInjector(), solidBodyMotionFvMesh::update(), emptyFvPatchField< Type >::updateCoeffs(), sixDoFRigidBodyMotion::updateForce(), edgeVertex::updateLabels(), sixDoFRigidBodyMotion::updatePosition(), interpolationTable< Type >::wordToBoundsHandling(), writeRegisteredObject::write(), graph::write(), dictionary::write(), incompressible::RASModel::yPlus(), and RASModel::yPlus().

#define IOWarningIn (   fn,
  ios  
)    Warning(fn, __FILE__, __LINE__, ios)
#define InfoIn (   fn  )    Info(fn, __FILE__, __LINE__)

Definition at line 210 of file messageStream.H.

Referenced by solution::solver(), and solution::solverDict().

#define IOInfoIn (   fn,
  ios  
)    Info(fn, __FILE__, __LINE__, ios)

Definition at line 211 of file messageStream.H.