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

block Class Reference

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


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 59 of file block.H.

Collaboration diagram for block:

List of all members.

Public Member Functions

 block (const blockDescriptor &)
 from the block definition
 block (const block &)
 as copy
autoPtr< block >  clone () const
 clone function
 ~block ()
const blockDescriptor &  blockDef () const
const pointField &  points () const
const labelListList &  cells () const
const labelListListList &  boundaryPatches () const
 block (const blockDescriptor &)
 Construct from the block definition.
autoPtr< block >  clone () const
 Clone.
const blockDescriptor &  blockDef () const
const pointField &  points () const
const labelListList &  cells () const
const labelListListList &  boundaryPatches () const

Friends

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

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 97 of file block.H.

References notImplemented.

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 92 of file block.H.

References notImplemented.

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