OpenFOAM logo
The Open Source CFD Toolbox
  Source Guide OpenCFD Solutions Contact OpenFOAM

block Class Reference

Creates a single block of cells from point coordinates, numbers of cells in each direction and expansion ratio. More...

Collaboration diagram for block:

List of all members.


Public Member Functions

 block (const blockDescriptor &)
 from the block definition
 block (const block &)
 as copy
autoPtr< blockclone () const
 clone function
 ~block ()
const blockDescriptorblockDef () const
const pointFieldpoints () const
const labelListListcells () const
const labelListListListboundaryPatches () const
 block (const blockDescriptor &)
 Construct from the block definition.
autoPtr< blockclone () const
 Clone.
const blockDescriptorblockDef () const
const pointFieldpoints () const
const labelListListcells () const
const labelListListListboundaryPatches () const

Friends

Ostreamoperator<< (Ostream &, const block &)
Ostreamoperator<< (Ostream &, const block &)

Detailed Description

Creates a single block of cells from point coordinates, numbers of cells in each direction and expansion ratio.

creates a single block of cells from point coordinates, numbers of cells in each direction and expansion ratio

Source files
Source files

Definition at line 54 of file block.H.


Constructor & Destructor Documentation

block ( const blockDescriptor  ) 

from the block definition

block ( const block  ) 

as copy

~block (  ) 

block ( const blockDescriptor  ) 

Construct from the block definition.


Member Function Documentation

autoPtr<block> clone (  )  const [inline]

clone function

Definition at line 92 of file block.H.

const blockDescriptor& blockDef (  )  const

const pointField& points (  )  const

const labelListList& cells (  )  const

const labelListListList& boundaryPatches (  )  const

autoPtr<block> clone (  )  const [inline]

Clone.

Definition at line 87 of file block.H.

const blockDescriptor& blockDef (  )  const

const pointField& points (  )  const

const labelListList& cells (  )  const

const labelListListList& boundaryPatches (  )  const


Friends And Related Function Documentation

Ostream& operator<< ( Ostream ,
const block  
) [friend]

Ostream& operator<< ( Ostream ,
const block  
) [friend]


The documentation for this class was generated from the following files:
  • applications/utilities/mesh/conversion/cfx4ToFoam/block.H
  • applications/utilities/mesh/generation/blockMesh/block.H
Copyright © 2000-2009 OpenCFD Ltd