DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
Loading...
Searching...
No Matches
DNDS::Geom::OpenFOAM Namespace Reference

Classes

struct  OpenFOAMBoundaryCondition
 
struct  OpenFOAMConverter
 
struct  OpenFOAMReader
 

Functions

int passOpenFOAMSpaces (std::istream &in)
 
bool getUntil (std::istream &in, char v, std::string &buf)
 
void readOpenFOAMList (std::istream &in, const std::function< void(std::istream &)> &readOneItem)
 
void readOpenFOAMObj (std::istream &in, const std::function< void(const std::string &)> &readOneItemLine)
 
std::vector< std::string > readOpenFOAMHeader (std::istream &in)
 
std::tuple< Elem::ElemType, std::vector< index > > ExtractTopologicalElementFromPolyMeshCell (const std::vector< std::vector< index > > &facesIn, const std::vector< int > &ownIn)
 

Function Documentation

◆ ExtractTopologicalElementFromPolyMeshCell()

std::tuple< Elem::ElemType, std::vector< index > > DNDS::Geom::OpenFOAM::ExtractTopologicalElementFromPolyMeshCell ( const std::vector< std::vector< index > > &  facesIn,
const std::vector< int > &  ownIn 
)
inline

Definition at line 325 of file OpenFOAMMesh.hpp.

Here is the caller graph for this function:

◆ getUntil()

bool DNDS::Geom::OpenFOAM::getUntil ( std::istream &  in,
char  v,
std::string &  buf 
)
inline

Definition at line 69 of file OpenFOAMMesh.hpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ passOpenFOAMSpaces()

int DNDS::Geom::OpenFOAM::passOpenFOAMSpaces ( std::istream &  in)
inline

Definition at line 18 of file OpenFOAMMesh.hpp.

Here is the caller graph for this function:

◆ readOpenFOAMHeader()

std::vector< std::string > DNDS::Geom::OpenFOAM::readOpenFOAMHeader ( std::istream &  in)
inline

Definition at line 136 of file OpenFOAMMesh.hpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ readOpenFOAMList()

void DNDS::Geom::OpenFOAM::readOpenFOAMList ( std::istream &  in,
const std::function< void(std::istream &)> &  readOneItem 
)
inline

Definition at line 90 of file OpenFOAMMesh.hpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ readOpenFOAMObj()

void DNDS::Geom::OpenFOAM::readOpenFOAMObj ( std::istream &  in,
const std::function< void(const std::string &)> &  readOneItemLine 
)
inline

Definition at line 111 of file OpenFOAMMesh.hpp.

Here is the call graph for this function:
Here is the caller graph for this function: