FreeFOAM The Cross-Platform CFD Toolkit
blockDescriptor Class Reference

block descriptor. Takes the description of the block and the list of curved edges and creates a list of points on edges together with the weighting factors More...


Detailed Description

block descriptor. Takes the description of the block and the list of curved edges and creates a list of points on edges together with the weighting factors

Source files

Definition at line 59 of file blockDescriptor.H.

List of all members.

Public Member Functions

 blockDescriptor (const cellShape &, const pointField &blockMeshPoints, const curvedEdgeList &edges, const Vector< label > &n, const scalarList &expand, const word &zoneName="")
 Construct from components. Optional cellSet/zone name.
 blockDescriptor (const pointField &blockMeshPoints, const curvedEdgeList &edges, Istream &is)
 Construct from Istream.
autoPtr< blockDescriptorclone () const
 Clone.
const pointFieldpoints () const
const cellShapeblockShape () const
const List< List< point > > & blockEdgePoints () const
const scalarListListblockEdgeWeights () const
const Vector< label > & n () const
const wordzoneName () const
void operator= (const blockDescriptor &)

Friends

Ostreamoperator<< (Ostream &, const blockDescriptor &)

Constructor & Destructor Documentation

blockDescriptor ( const cellShape ,
const pointField blockMeshPoints,
const curvedEdgeList edges,
const Vector< label > &  n,
const scalarList expand,
const word zoneName = "" 
)

Construct from components. Optional cellSet/zone name.

blockDescriptor ( const pointField blockMeshPoints,
const curvedEdgeList edges,
Istream is 
)

Construct from Istream.


Member Function Documentation

autoPtr<blockDescriptor> clone ( ) const
inline

Clone.

Definition at line 118 of file blockDescriptor.H.

References notImplemented.

const pointField& points ( ) const
const cellShape& blockShape ( ) const
const List<List<point> >& blockEdgePoints ( ) const
const scalarListList& blockEdgeWeights ( ) const
const Vector<label>& n ( ) const
const word& zoneName ( ) const
void operator= ( const blockDescriptor )

Friends And Related Function Documentation

Ostream& operator<< ( Ostream ,
const blockDescriptor  
)
friend

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