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

mesh_x.h

Go to the documentation of this file.
00001 /*
00002  * Copyright (c) 2001 The AUTHORS 
00003  *   Romeu Andre' Pieritz, Ph.D.        - romeu_pieritz@hotmail.com
00004  *   Rafael Mendes, Eng.                – mendes_rafael@yahoo.com
00005  *   Rodrigo Ferraz de Andrade, Eng.    – rferraz@iname.com 
00006  * All rights reserved.
00007  *
00008  * Permission to use, copy and distribute this software and its
00009  * documentation for educational and personal use, without fee is hereby granted, 
00010  * provided that the above copyright notice and the following
00011  * two paragraphs appear in all copies of this software.
00012  *
00013  * IN NO EVENT SHALL THE AUTHORS BE LIABLE TO ANY PARTY FOR
00014  * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT
00015  * OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE AUTHORS
00016  * HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
00017  *
00018  * THE AUTHORS SPECIFICALLY DISCLAIMS ANY WARRANTIES,
00019  * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
00020  * AND FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HERE UNDER IS
00021  * ON AN "AS IS" BASIS, AND THE AUTHORS HAVE NO OBLIGATION TO
00022  * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
00023  *
00024  * SINMEC Lab. - CFD Sinflow Project - http://www.sinmec.ufsc.br/cfd
00025  */
00026 
00027 
00028 // File Define
00029 #ifndef __CSFL_MATH_EQUATION_MESH_X_H__
00030 #define __CSFL_MATH_EQUATION_MESH_X_H__
00031 
00032 
00033 // Include
00034 #include <csfl/math/equation/mesh.h>
00035 
00036 
00037 // Namespace
00038 namespace csfl {
00039 
00040 //==============================================================================
00041 //              Class IEquationMeshX
00042 //              Description: Class for Sinflow's Mesh Equation
00043 //==============================================================================
00044 
00045 class IEquationMeshX : 
00046         public IEquationMesh
00051 {
00052         
00053 public:
00059         IEquationMeshX( 
00060                 const IString &_name,
00061                 const ISize &_size, 
00062                 IContainerBCond *_contBcond, 
00063                 IContainerParameter *_contParam,
00064                 TEquationType = etMeshX );
00065         
00071         IEquationMeshX( const IString &_name,
00072                 IMesh *_mesh,
00073                 IContainerParameter *_contParam,
00074                 TEquationType = etMeshX );
00075 
00083         IEquationMeshX( const IString &_name,
00084                 IDPolygon *_polygon,
00085                 const int &_ni,
00086                 const int &_nj,
00087                 IContainerParameter *_contParam,
00088                 TEquationType = etMeshX );
00089 
00090         IEquationMeshX( IEquationMeshX * );     
00091         ~IEquationMeshX();
00092         
00096         virtual void SetupFixedPoints();
00097         
00098 
00099 protected:
00100 
00101         //virtual void SetAtraction( const int & , const int & );
00102         virtual void SetBoundaryConditions( IMesh * );
00103         virtual void SetBoundaryConditions( IDPolygon * );
00104 
00105         virtual void SetBCondNorth();
00106         virtual void SetBCondSouth();
00107         virtual void SetBCondEast();
00108         virtual void SetBCondWest();
00109 };
00110 } // csfl namespace
00111 
00112 #endif// __CSFL_MATH_EQUATION_MESH_X_H__
00113 

 

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

 

© SINMEC/EMC/UFSC, 2001.

All rights reserved.

Last Update: Jan. 18, 2002

 Webmaster