Please wait...
×

Error

Posted Sat, 05 Jul 2014 06:29:10 GMT by Perl Shaw
I have Transient Data ((Time, Hydraulic Heads) of 100 wells for 5 years. I want to input it into FeFlow (Version 5.1)  for running Transient Model.

YEAR  WELL      HEAD
2001  Well#1  250.01 
2001  Well#2  250.03 
2001  Well#3  250.02 

2002  Well#1  240.01 
2002  Well#2  239.02 
2002  Well#3  242.03 

-----    ---------  --------
-----    ---------  --------

How this data can be input to FeFlow? I want to know file format and structure of that file.
Posted Tue, 08 Jul 2014 09:13:19 GMT by Björn Kaiser
Perl, the format reads rather as:


# ID1
! Comment line for time series 1
! ...
x1 y1
x2 y2
...
xm ym
END
# ID2
! Comment line for time series 2
! ...
x1 y1
x2 y2
...
xn yn
END
# IDn
! Comment line for time series n
! ...
x1 y1
x2 y2
...
xo yo
END
END

You may find a detailed description in the help of your FEFLOW.
Posted Tue, 08 Jul 2014 18:25:10 GMT by Perl Shaw
Thanks for your answer. Actually I am confused that how data from multiple wells be loaded. Do you mean that each ID will represent the WELL such that:

# ID1 for Well 1
! Comment line for time series 1
! ...
x1 y1
x2 y2
...
xm ym
END
# ID2  for Well 2
! Comment line for time series 2
! ...
x1 y1
x2 y2
...
xn yn
END
# IDn
! Comment line for time series n
! ...
x1 y1
x2 y2
...
xo yo
END
END

If this is the case then how Wells will be linked in the Transient model?

You must be signed in to post in this forum.