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 | |
| DELPHIN::Grid::Grid | ( | ) |
| void DELPHIN::Grid::clear | ( | ) |
Resets all data and empties vectors.
| 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 |
| std::vector<double> DELPHIN::Grid::x_coords |
x-coordinates of all element centers in [m].
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].
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.
1.5.5