DATA SET 4: PRINTER AND DISK STORE CONTROL AND TIMES FOR STEP SIZE RESETTING
Three records are required. A data description line must proceed the data
set. The first two records are formatted input with FORMAT(80I1).
The third record is a free format input. The number of lines for the first
two records depends on the number of time increments, the parameter NTI.
The number of lines for the third record depends on the number of times
to reset step size, the parameter NDTCHG.
Record 1 - FORMAT(80I1): This record contain the following variables.
-
1. KPR0 = Printer control for steady state and initial conditions;
-
0 = print nothing,
-
1 = print FLOW, FRATE, and TFLOW,
-
2 = print above (1) plus pressure head H,
-
3 = print above (2) plus total head,
-
4 = print above (3) plus moisture content,
-
5 = print above (4) plus Darcy velocity.
-
2. KPR(I) = Printer control for the I-th (I = 1, 2, ..., NTI) time step
similar to KPR0.
Record 2 - FORMAT(80I1): This record contains the following information.
-
1. KDSK0 = Auxiliary storage control for steady state and initial condition;
-
0 = no storage,
-
1 = store on the designated logical unit. See the section LOGICAL UNITS
for the specifications.
-
2. KDSK(I) = Auxiliary storage control for the I-th (I = 1, 2, ..., NTI)
time step similar to KDSK0.
Record 3 - FREE FORMAT: This record contains the following variables.
-
1. TDTCH(I) = Time when the I-th (I = 1, 2, ..., NDTCHG) step-size-resetting
is needed.
Return to MurfMd home page.
Back to data set 3: Real parameters.
On to data set 5: Material property.