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

#include <OpenFOAMMesh.hpp>

Collaboration diagram for DNDS::Geom::OpenFOAM::OpenFOAMReader:
[legend]

Public Member Functions

void ReadPoints (std::istream &IFS)
 
void ReadFaces (std::istream &IFS)
 
void ReadOwner (std::istream &IFS)
 
void ReadNeighbour (std::istream &IFS)
 
void ReadBoundary (std::istream &IFS)
 

Public Attributes

std::vector< tPointpoints
 
std::vector< std::vector< index > > faces
 
std::vector< indexowner
 
std::vector< indexneighbour
 
std::map< std::string, OpenFOAMBoundaryConditionboundaryConditions
 

Detailed Description

Definition at line 151 of file OpenFOAMMesh.hpp.

Member Function Documentation

◆ ReadBoundary()

void DNDS::Geom::OpenFOAM::OpenFOAMReader::ReadBoundary ( std::istream &  IFS)
inline

Definition at line 268 of file OpenFOAMMesh.hpp.

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

◆ ReadFaces()

void DNDS::Geom::OpenFOAM::OpenFOAMReader::ReadFaces ( std::istream &  IFS)
inline

Definition at line 190 of file OpenFOAMMesh.hpp.

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

◆ ReadNeighbour()

void DNDS::Geom::OpenFOAM::OpenFOAMReader::ReadNeighbour ( std::istream &  IFS)
inline

Definition at line 245 of file OpenFOAMMesh.hpp.

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

◆ ReadOwner()

void DNDS::Geom::OpenFOAM::OpenFOAMReader::ReadOwner ( std::istream &  IFS)
inline

Definition at line 222 of file OpenFOAMMesh.hpp.

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

◆ ReadPoints()

void DNDS::Geom::OpenFOAM::OpenFOAMReader::ReadPoints ( std::istream &  IFS)
inline

Definition at line 159 of file OpenFOAMMesh.hpp.

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

Member Data Documentation

◆ boundaryConditions

std::map<std::string, OpenFOAMBoundaryCondition> DNDS::Geom::OpenFOAM::OpenFOAMReader::boundaryConditions

Definition at line 157 of file OpenFOAMMesh.hpp.

◆ faces

std::vector<std::vector<index> > DNDS::Geom::OpenFOAM::OpenFOAMReader::faces

Definition at line 154 of file OpenFOAMMesh.hpp.

◆ neighbour

std::vector<index> DNDS::Geom::OpenFOAM::OpenFOAMReader::neighbour

Definition at line 156 of file OpenFOAMMesh.hpp.

◆ owner

std::vector<index> DNDS::Geom::OpenFOAM::OpenFOAMReader::owner

Definition at line 155 of file OpenFOAMMesh.hpp.

◆ points

std::vector<tPoint> DNDS::Geom::OpenFOAM::OpenFOAMReader::points

Definition at line 153 of file OpenFOAMMesh.hpp.


The documentation for this struct was generated from the following file: