outputData Class Reference

output velocity and pressure to files. More...

#include <outputData.h>

List of all members.

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 ()


Detailed Description

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.


Constructor & Destructor Documentation

outputData::outputData (  ) 

constructor

outputData::~outputData (  ) 

destructor


Member Function Documentation

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.

Parameters:
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


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

Generated on Tue May 18 21:30:43 2010 by  doxygen 1.5.6