OpenLB 1.7
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
plainWriter.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  olb::FileName
 FileName class. More...
 

Namespaces

namespace  olb
 Top level namespace for all of OpenLB.
 

Functions

template<class Ch , class Tr >
auto & olb::operator<< (std::basic_ostream< Ch, Tr > &os, FileName &fileName)
 
template<typename ARRAYTYPE >
void olb::writeScalarData (std::ofstream &dataWriterOpened, std::string fullFileName, std::string headLine, ARRAYTYPE &dataVector, int iE, int iE0=0)
 Write functions for scalar and array data.
 
template<typename ARRAYTYPE >
void olb::writeScalarData (std::string fullFileName, std::string headLine, ARRAYTYPE &dataVector, int iE, int iE0=0)
 Write scalar data.
 
template<typename ARRAYTYPE >
void olb::writeScalarData (std::string fullFileName, std::vector< std::string > &headLineVector, ARRAYTYPE &dataVector, int iT, int iTinit=0)
 Write scalar data (including sanity check)
 
void olb::writeArrayData (std::string fullFileName, std::string headLine, std::vector< std::string > &dataVector)
 Write array data.
 
template<typename ARRAYTYPE >
void olb::writeArrayData (std::string fullFileName, std::string headLine, std::vector< ARRAYTYPE > &dataVector)
 Write array data.
 
template<typename ARRAYTYPE >
void olb::writeArrayData (std::string fullFileName, std::vector< std::string > &headLineVector, std::vector< ARRAYTYPE > &dataVector)
 Write array data (including sanity check)