cageInit Class Reference

set velocity for cage points at the initial stage More...

#include <cageInit.h>

List of all members.

Public Member Functions

 cageInit ()
void solve (int numberOfCage, int cellNumberPerPatch, int dimension, real ****u, int **pointNumberMeshU, int ****uCagePoint, real ****v, int **pointNumberMeshV, int ****vCagePoint, real ****w, int **pointNumberMeshW, int ****wCagePoint)
 set velocity for cage points at the initial stage
 ~cageInit ()


Detailed Description

set velocity for cage points at the initial stage

This class sets the velocity for cage points at the initial stage. They may be zero or some values from experience or knowledge.


Constructor & Destructor Documentation

cageInit::cageInit (  ) 

constructor

cageInit::~cageInit (  ) 

destructor


Member Function Documentation

void cageInit::solve ( int  numberOfCage,
int  cellNumberPerPatch,
int  dimension,
real ****  u,
int **  pointNumberMeshU,
int ****  uCagePoint,
real ****  v,
int **  pointNumberMeshV,
int ****  vCagePoint,
real ****  w,
int **  pointNumberMeshW,
int ****  wCagePoint 
)

set velocity for cage points at the initial stage

Sets the velocity for cage points at the initial stage. They may be zero or some values from experience or knowledge. This only makes the initial conditions more physical.

Parameters:
numberOfCage  number of cages
cellNumberPerPatch  cell numbers per patch surrounding the sphere
dimension  dimension
u  u
pointNumberMeshU  mesh points for u
uCagePoint  cage points for u
v  v
pointNumberMeshV  mesh points for v
vCagePoint  cage points for v
w  w
pointNumberMeshW  mesh points for w
wCagePoint  cage points for w


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