DATA SET 3: BASIC REAL PARAMETERS
Free-field format input contains 10 real numbers as follows:
- DELT = Initial time-step size (T).
- CHNG = Percent change in the time-step size in each of
the subsequent time increments, (dimensionless in decimal
fraction).
- DELMAX = Maximum allowable time-step size (T).
- TMAX = Maximum simulation time (T).
- W = Time-derivative weighting factor for all terms except
the velocity terms:
0.5 = Crank-Nicholson central.
1.0 = Backward difference and mid-difference.
- WV = Time integration factor for the velocity
terms:
0.0 = Forward difference (explicit).
0.5 = Central difference.
1.0 = Backward difference (completely implicit).
- OME = Relaxation parameter for solving the
nonlinear equation:
0.0 - 1.0 = Under-relaxation.
1.0 = Exact relaxation.
1.0 - 2.0 = Over-relaxation.
- OMI = Relaxation parameter for pointwise
iterative solution of the matrix equation:
0.0 - 1.0 = Under-relaxation.
1.0 = Exact relaxation.
1.0-2.0 = Over-relaxation.
- TOLA = Error tolerance for solving the
nonlinear equations. Half of its value is used as the
tolerance for solving the linearized matrix equation with
pointwise iteration.
- APHAG = Upstream weighting factor if IOPTIM = 0: Values
are between 0.0 and 1.5 when the advection form of the
equation is used. If APHAG > 1.34, the program will
choose appropriate values of weighting factor. When the
conservative form of the equations is used or when IOPTIM
= 1, this value is not used by the program.
v1.0 - 1/14/1999
Jin-Ping Gwo, email: jgwo@umbc.edu