vorticity Class Reference

Calculate vorticity. More...

#include <vorticity.h>

List of all members.

Public Member Functions

 vorticity ()
void calOmegaFromUVW (int numberOfPatches, int **pointNumberMeshOmegaX, int **pointNumberMeshOmegaY, int **pointNumberMeshOmegaZ, real *h, real ****u, real ****v, real ****w, real ****omegaX, real ****omegaY, real ****omegaZ)
 Calculate vorticity.
 ~vorticity ()


Detailed Description

Calculate vorticity.

This class is used to calculate vorticity from the known velocity field.


Constructor & Destructor Documentation

vorticity::vorticity (  ) 

constructor

vorticity::~vorticity (  ) 

destructor


Member Function Documentation

void vorticity::calOmegaFromUVW ( int  numberOfPatches,
int **  pointNumberMeshOmegaX,
int **  pointNumberMeshOmegaY,
int **  pointNumberMeshOmegaZ,
real *  h,
real ****  u,
real ****  v,
real ****  w,
real ****  omegaX,
real ****  omegaY,
real ****  omegaZ 
)

Calculate vorticity.

This class is used to calculate vorticity. The vorticity information is needed by the Physalis method to impose the no-slip boundary conditions on the sphere.

Parameters:
numberOfPatches  number of patches
pointNumberMeshOmegaX  mesh points for vorticity omegaX
pointNumberMeshOmegaY  mesh points for vorticity omegaY
pointNumberMeshOmegaZ  mesh points for vorticity omegaZ
h  space step
u  velocity u
v  velocity v
w  velocity w
omegaX  vorticity omegaX
omegaY  vorticity omegaY
omegaZ  vorticity omegaZ


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

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