Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

csfl::IBCSouth Class Reference

#include <bcsouth.h>

Inheritance diagram for csfl::IBCSouth::

csfl::IBCond csfl::ISFLObject List of all members.

Public Methods

 IBCSouth (IBCType *_bctype=NULL, IGrid *_grid=NULL, const IPoint &_start=IPoint::zero, const IPoint &_end=IPoint::zero)
 IBCSouth (IBCType *_bctype, int _ni, int _nj, const IPoint &_start=IPoint::zero, const IPoint &_end=IPoint::zero)
 IBCSouth (IBCSouth *_b)
 ~IBCSouth ()
bool ValidatePoint (const IPoint &_p=IPoint::zero) const

Protected Methods

bool Validate () const

Detailed Description

Classe responsável pelo gerenciamento de uma condição de contorno aplicada em uma região da fronteira sul do domínio


Constructor & Destructor Documentation

csfl::IBCSouth::IBCSouth ( IBCType * _bctype = NULL,
IGrid * _grid = NULL,
const IPoint & _start = IPoint::zero,
const IPoint & _end = IPoint::zero )
 

O argumento “_bctype“ define o tipo de condição de contorno na face Sul, “_grid“ representa a malha do problema, “_start“ e “_end“ representam os pontos inicial e final da malha em que se aplica a condição de contorno “_bctype“.

csfl::IBCSouth::IBCSouth ( IBCType * _bctype,
int _ni,
int _nj,
const IPoint & _start = IPoint::zero,
const IPoint & _end = IPoint::zero )
 

O argumento “_bctype“ define o tipo de condição de contorno na face Sul, “_ni“ e “_nj“ representam as dimensões da malha do problema, “_start“ e “_end“ representam os pontos inicial e final da malha em que se aplica a condição de contorno “_bctype“.

csfl::IBCSouth::IBCSouth ( IBCSouth * _b )
 

csfl::IBCSouth::~IBCSouth ( ) [inline]
 


Member Function Documentation

bool csfl::IBCSouth::Validate ( ) const [protected, virtual]
 

Reimplemented from csfl::IBCond.

bool csfl::IBCSouth::ValidatePoint ( const IPoint & _p = IPoint::zero ) const [virtual]
 

Verifica se o volume de controle pertence à face sul.

Reimplemented from csfl::IBCond.


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

 

CFD Project | Documents | Downloads | Contact us | Use Terms

 

© SINMEC/EMC/UFSC, 2001.

All rights reserved.

Last Update: Jan. 18, 2002

 Webmaster