FreeFOAM The Cross-Platform CFD Toolkit
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.

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 &)

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: