#include <outputData.h>
Public Member Functions | |
| outputData () | |
| void | initialize (int k, int NumberOfMeshes, int cellNumberPerPatch, int **StartIndex, int **pointNumberMeshU, int **pointNumberMeshV, int **pointNumberMeshW, int **pointNumberMeshP, real ***xU, real ***xV, real ***xW, real ***xP, real ****u, real ****v, real ****w, real ****p) |
| output velocity and pressure to files. | |
| ~outputData () | |
Output velocity and pressure to files for the postprocessing. The values are for points of center of all fine meshes in the collocation sense.
| outputData::outputData | ( | ) |
constructor
| outputData::~outputData | ( | ) |
destructor
| void outputData::initialize | ( | int | k, | |
| int | NumberOfMeshes, | |||
| int | cellNumberPerPatch, | |||
| int ** | StartIndex, | |||
| int ** | pointNumberMeshU, | |||
| int ** | pointNumberMeshV, | |||
| int ** | pointNumberMeshW, | |||
| int ** | pointNumberMeshP, | |||
| real *** | xU, | |||
| real *** | xV, | |||
| real *** | xW, | |||
| real *** | xP, | |||
| real **** | u, | |||
| real **** | v, | |||
| real **** | w, | |||
| real **** | p | |||
| ) |
output velocity and pressure to files.
Output velocity and pressure to files for the postprocessing. The values are for points of center of all fine meshes in the collocation sense.
| k | time step |
| NumberOfMeshes | number of meshes |
| cellNumberPerPatch | cell numbers per patch surrounding the sphere |
| StartIndex | used to put the refined mesh |
| pointNumberMeshU | mesh points for u |
| pointNumberMeshV | mesh points for v |
| pointNumberMeshW | mesh points for w |
| pointNumberMeshP | mesh points for p |
| xU | coordinates of u |
| xV | coordinates of v |
| xW | coordinates of w |
| xP | coordinates of p |
| u | velocity u |
| v | velocity v |
| w | velocity w |
| p | velocity p |
1.5.6