Passive Scalar Transport Input File (fort.10)

The basic file structure is shown below. Each line of input data is represented by a line containing the input variable name(s) in bold face type. Blank lines are only to enhance readability. Loops indicate multiple lines of input. Definitions of each variable are provided via hot links.

File structure for a 2DDI run:

Header Line 1

Header Line 2

NVP

for k=1 to NVP

jki,DACONC(jki)

end k loop

 

File structure for a 3D run:

Header Line 1

Header Line 2

NVN, NVP

for k=1 to NVP

for j=1 to NVN

NHNN,NVNN,CONC(NHNN,NVNN)

end j loop

end k loop