initCond Class Reference

Set initial conditions. More...

#include <initCond.h>

List of all members.

Public Member Functions

 initCond ()
void initialize (int nMeshes, int **pointNumberMeshU, real ***xU, int **pointNumberMeshV, real ***xV, int **pointNumberMeshW, real ***xW, int **pointNumberMeshP, real ***xP, real ****u, real ****v, real ****w, real ****p)
 Set initial conditions.
 ~initCond ()


Detailed Description

Set initial conditions.

This class sets the initial conditions for velocity.


Constructor & Destructor Documentation

initCond::initCond (  ) 

constructor

initCond::~initCond (  ) 

destructor


Member Function Documentation

void initCond::initialize ( int  nMeshes,
int **  pointNumberMeshU,
real ***  xU,
int **  pointNumberMeshV,
real ***  xV,
int **  pointNumberMeshW,
real ***  xW,
int **  pointNumberMeshP,
real ***  xP,
real ****  u,
real ****  v,
real ****  w,
real ****  p 
)

Set initial conditions.

This class sets the initial conditions for velocity.

Parameters:
nMeshes  number of meshes
pointNumberMeshU  mesh points for u
xU  coordinates of u
pointNumberMeshV  mesh points for v
xV  coordinates of v
pointNumberMeshW  mesh points for w
xW  coordinates of w
pointNumberMeshP  mesh points for p
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