DATA SET 2: BASIC INTEGER PARAMETERS
Free format input contains 24 integers as follows:
NOTE: NTI can be computed by NTI = I1 + 1 + I2 + 1, where
I1 = Largest integer not exceeding Log(DELMAX/DELT)/LOG(1+CHNG).
I2 = Largest integer not exceeding (RTIME DELT * ((1 + CHNG)(I1+1) 1)/CHNG)/DELMAX.
RTIME = Real simulation time.
DELMAX, DELT, and CHNG are defined in Data Set 3.
0 = Steady-state solution desired.
± 1 = No steady-state solution desired.
NOTE: The combination of KSS and NTI will determine the type of simulations.
- If KSS = 0 and NTI = 0, a steady state simulation will be performed.
- If KSS = 0 and NTI > 0, a transient simulation using the steady state solution as the initial condition will be performed.
- If KSS = 1 and NTI > 0, a transient simulation using user supplied initial condition will be performed. The program will equilibrate the user supplied initial condition before the transient simulation is run.
- If KSS = -1 and NTI > 0, a transient simulation using user supplied initial condition will be performed. The user supplied initial condition will not be equilibrated. The user is cautioned against using this option.
-2 = Velocity and moisture content defined by Data Set 16, both variables are entered as a time series profile with at least two data points. See the description of Data Set 16 for details. For an example, see sample application 1.
-1 = Velocity and moisture content defined by Data Set 16.
1 = Steady-state velocity and moisture content read from Logical Unit 11.
2 = Transient velocity and moisture content read from Logical Unit 11.
0 = No lump.
1 = Lump.
0 = No mid-difference.
1 = Mid-difference, and W in Data Set 3 should be 1.
0 = Galerkin weighting.
1 = Upstream weighting.
1 = Optimization factor is to be computed.
0 = Optimization factor is set to 1.0, 0.0, or -1.0.
0 = standard-banded Gaussian direct elimination procedure.
1 = pointwise iteration method.
2 = preconditioned conjugate gradient method, with polynomial as preconditioner.
3 = preconditioned conjugate gradient method, with incomplete Cholesky decomposition as preconditioner.
4 = preconditioned conjugate gradient method, with modified incomplete Cholesky decomposition as preconditioner.
5 = preconditioned conjugate gradient method, with symmetric successive over-relaxation as preconditioner
6 = preconditioned conjugate gradient method, with diagonal elements of the original matrix as preconditioner.
7 = preconditioned bi-conjugate gradient method.
0 = No restart. Use this option when NSTR = 0.
1 = Input stored in Logical Unit 12 (FORTRAN binary unformatted file).
0 = No restart.
1 = Yes.
0 = No.
11 = nodal quadrature for both surface integration and volume integration.
12 = nodal and Gaussian quadrature for surface and volume integration, respectively.
21 = Gaussian and nodal quadrature for surface and volume integration, respectively.
22 = Gaussian quadrature for both surface and volume integration.
1 = average velocity approach, available for two-dimensional problems only.
2 = single velocity approach.
0 = do not use operator splitting (use fully implicit scheme).
1 = use operator splitting.
0 = no. (reaction term on RHS of transport equation).
1 = yes. (reaction term adaptively adjusted to LHS or RHS depending on sign).
If IPNTS >= 2 (i.e. if a preconditioned conjugate gradient method (PCG) is to be used), a second line is needed for the following 4 parameters:
0 = not requested.
1 = requested.
v1.1 - 6/8/1999
Jin-Ping Gwo, email: jgwo@umbc.edu