setDt Class Reference

set time increment dt for stability. More...

#include <setDt.h>

List of all members.

Public Member Functions

 setDt ()
void initialize (int numberOfPatches, real &dt, real ReynoldsNumber, int **pointNumberMeshU, int **pointNumberMeshV, int **pointNumberMeshW, real *h, real ****u, int ****uUnknowns, real ****v, int ****vUnknowns, real ****w, int ****wUnknowns)
 set time increment dt for stability.
 ~setDt ()


Detailed Description

set time increment dt for stability.

This class is used to set time increment dt for stability .


Constructor & Destructor Documentation

setDt::setDt (  ) 

constructor

setDt::~setDt (  ) 

destructor


Member Function Documentation

void setDt::initialize ( int  numberOfPatches,
real &  dt,
real  ReynoldsNumber,
int **  pointNumberMeshU,
int **  pointNumberMeshV,
int **  pointNumberMeshW,
real *  h,
real ****  u,
int ****  uUnknowns,
real ****  v,
int ****  vUnknowns,
real ****  w,
int ****  wUnknowns 
)

set time increment dt for stability.

This class is used to set time increment dt for stability, which satisfies two equations from the textbook. The solver uses the standard explicit Euler scheme for time intergration and centeral difference scheme for spatial difference.

Parameters:
numberOfPatches  number of patches
dt  time increment
ReynoldsNumber  Reynolds number
pointNumberMeshU  mesh points for u
pointNumberMeshV  mesh points for v
pointNumberMeshW  mesh points for w
h  space step
u  velocity u
uUnknowns  cage points for u
v  velocity v
vUnknowns  cage points for v
w  velocity w
wUnknowns  cage points for w


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