DELPHIN::Grid Class Reference

List of all members.


Detailed Description

Contains the grid data of the geometry section.

Definition at line 69 of file delphin_output_lib_types.h.


Public Member Functions

 Grid ()
 Default constructor.
void clear ()
 Resets all data and empties vectors.

Public Attributes

std::vector< double > xwidths
 x-widths (column widths) of all elements in the grid in [m].
std::vector< double > ywidths
 y-widths (row heights) of all elements in the grid in [m].
std::vector< double > zwidths
 0 for rotation symmetric 3D grids
std::vector< double > x_coords
 x-coordinates of all element centers in [m].
std::vector< double > y_coords
 y-coordinates of all element centers in [m].
std::vector< double > x_gridCoords
 x-coordinates of all vertical grid lines in [m].
std::vector< double > y_gridCoords
 y-coordinates of all horizontal grid lines in [m].
int constructionType
 0 = 1D, 1 = 2D, 2 = 3D rot sym

Constructor & Destructor Documentation

DELPHIN::Grid::Grid (  ) 

Default constructor.

Definition at line 72 of file delphin_output_lib_types.h.


Member Function Documentation

void DELPHIN::Grid::clear (  ) 

Resets all data and empties vectors.


Member Data Documentation

std::vector<double> DELPHIN::Grid::xwidths

x-widths (column widths) of all elements in the grid in [m].

Definition at line 76 of file delphin_output_lib_types.h.

std::vector<double> DELPHIN::Grid::ywidths

y-widths (row heights) of all elements in the grid in [m].

Definition at line 77 of file delphin_output_lib_types.h.

std::vector<double> DELPHIN::Grid::zwidths

0 for rotation symmetric 3D grids

Definition at line 78 of file delphin_output_lib_types.h.

std::vector<double> DELPHIN::Grid::x_coords

x-coordinates of all element centers in [m].

Examples:
simple_reading_example.cpp.

Definition at line 79 of file delphin_output_lib_types.h.

std::vector<double> DELPHIN::Grid::y_coords

y-coordinates of all element centers in [m].

Examples:
simple_reading_example.cpp.

Definition at line 80 of file delphin_output_lib_types.h.

std::vector<double> DELPHIN::Grid::x_gridCoords

x-coordinates of all vertical grid lines in [m].

Definition at line 81 of file delphin_output_lib_types.h.

std::vector<double> DELPHIN::Grid::y_gridCoords

y-coordinates of all horizontal grid lines in [m].

Definition at line 82 of file delphin_output_lib_types.h.

0 = 1D, 1 = 2D, 2 = 3D rot sym

Definition at line 83 of file delphin_output_lib_types.h.


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

Generated on Tue Mar 24 18:12:08 2009 for Delphin 5 Outputs Library by  doxygen 1.5.5