MOP(7)=9
Hi,
I am putting MOP7=9, which gives me a full printout of Permeabilities in 3 directions, but I would like to have them beside the other parameters (lets say beside the porosity column). Where should I put changes to the code so that it will not print out the perm values at the top part of the results, but instead beside porosity column?
Thanks,
Ramin.
3 replies
-
Ramin,
I don't know what you mean by "at the top part fo the results", and permeabilities in all three directions are printed in columns right next to the porosity column (which I thought is what you want), but of course you can make any changes you like in subroutine INDATA, which you find in file t2f.f.
Here is the current format:
INDEX ELEMENT MATERIAL VOLUME X Y Z POROSITY PERM-1 PERM-2 PERM-3
1 IN 0 BOUND 1.00000E+49 0.0000 0.0000 0.0000 0.99000 2.00000E-12 0.00000E+00 0.00000E+00
2 A1101 SAND 1.00000E-04 0.0000 0.0000 0.0000 0.35000 2.00000E-12 0.00000E+00 0.00000E+00
3 A1102 SAND 1.00000E-04 0.0000 0.0000 0.0000 0.35000 2.00000E-12 0.00000E+00 0.00000E+00
4 A1103 SAND 1.00000E-04 0.0000 0.0000 0.0000 0.35000 2.00000E-12 0.00000E+00 0.00000E+00
Stefan