Public Member Functions | |
| Data () | |
| void | LoadData (string fileName, fMain main) |
| Vector2 | GetVelocityNorm (float x, float y) |
| float | GetVelocityValue (float x, float y) |
| float | GetPressureValue (float x, float y) |
| float | GetVorticityValue (float x, float y) |
| float | GetApproxVelocityValue (float x, float y) |
| Vector2 | GetApproxVelocityNorm (float x, float y, int size) |
Public Attributes | |
| int | mSX |
| int | mSY |
| int | mSZ |
| Vector2[,] | mGeometry |
| Vector2[,] | mVelocity |
| Vector2[,] | mVelocityNorm |
| float[,] | mPressure |
| float[,] | mVorticity |
| float | maxVelocity |
| float | maxPressure |
| float | maxVorticity |
| float | minVelocity |
| float | minPressure |
| float | minVorticity |
|
|
Default constructor. |
|
||||||||||||||||
|
Commutes the avarage value of the surounding values. The x coordinate The y coordinate The size of the window The avarage value |
|
||||||||||||
|
Commutes the avarage value of the 16 surounding values. The x coordinate The y coordinate The avarage value |
|
||||||||||||
|
Returns the value of the pressure at the location x,y The x coordinate. The y coordinate |
|
||||||||||||
|
Gets the linear interpolated normalized velocity. The x coord. The y coord. The interpolated normalized velocity. |
|
||||||||||||
|
Returns the value of the velocity at the location x,y The x coordinate. The y coordinate |
|
||||||||||||
|
Returns the value of the vorticity at the location x,y The x coordinate. The y coordinate |
|
||||||||||||
|
Loads a geometry and a data file. The name of the grid-file (*.gri) |
|
|
The maximum pressure. |
|
|
The maximum velocity. |
|
|
The maximum vorticity. |
|
|
The geometry of the data. |
|
|
The minimum pressure. |
|
|
The minium velocity. |
|
|
The minimum vorticity. |
|
|
The pressure of the data. |
|
|
The dimension of the set in x-direction. |
|
|
The dimension of the set in y-direction. |
|
|
The dimension of the set in z-direction. |
|
|
The velocity of the grid points. |
|
|
The normalized velocity of the grid points. |
|
|
The vorticity of the data. |
1.3.6