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

meshReader Directory Reference

Directory dependency graph for src/conversion/meshReader/:

Directories

directory  starcd

Files

file  calcPointCells.C [code]
 

calculate point cells - ie, the cells attached to each point


file  createPolyBoundary.C [code]
 

boundary faces

  • use pointCells when searching for connectivity
  • initialize the cell connectivity with '-1'
  • find both cell faces corresponding to the baffles and mark them to prevent a connection
  • standard connectivity checks

file  createPolyCells.C [code]
 

create cellPolys

  • use pointCells when searching for connectivity
  • initialize the cell connectivity with '-1'
  • find both cell faces corresponding to the baffles and mark them to prevent a connection
  • standard connectivity checks

file  meshReader.C [code]
file  meshReader.H [code]
file  meshReaderAux.C [code]