Coupled Wellbore Flow
Hi guys,
I am trying to use an external file name f111a as a table for the TYPE + ITAB (f111a) for an specific source. However, I am getting error messages in the T2.out file and the iT2.out file.
The message I am geeting in the T2.out file is:
INVALID F-TYPE GENER ITEM; FILE *f111a* IS NOT AVAILABLE
IGNORE UNKNOWN GENERATION OPTION *f111* AT ELEMENT *EA117* SOURCE *SRC24*
And the iT2.out file:
***** ERROR *****
* Error opening file "f111a" as "OLD".
***** ERROR ***************************************************************************************************************************************
* iTOUGH2 stopped due to fatal error. Check all output files for error messages! *
**********************************************************************************************************************************Error >>> Subroutine <<< Message
6283 >>> ININIGUE <<< FATAL ERROR --> File not found--- 1 error(s) and 0 warning(s) detected
The f111a file is located at the same folder as the T2 and iT2 files. The file is following the 80 characters per line format describe at the User Manual section 7.3 . I am using EOS1, I am not quite sure if I am missing something at the command line:
itough2 iT2 T2 1
Do you have any idea what could be wrong?
6 replies
-
In case you are running this on a Mac or Linux machine, you have to make sure file f111a is copied to the temporary directory. You can do this either on the command line, i.e.:
itough2 -fi f111a iT2 T2 1 &
or by adding the following line anywhere in the iTOUGH2 input file iT2:
FILE: f111a
I hope this does the trick!
Stefan
-
I am still having a problem with this approach. My ftable looks like this:
The conditions for the JA113 element are P = 67.2bara and T = 225.7°C, then for the EOS1 the enthalpy should be around 971 kJ/kg. However, I am getting the following error which I am having problems to debug:
Do you have any idea what could be going wrong?