Posted Wed, 16 Jan 2008 14:20:14 GMT by torsten_pf
Hello,

I'd like to set the time steps on that FEFLOW writes into the DAC file in batch mode. This should be possible using the -steps <filename> option. What is the format of the file with the time steps? Using a text file with one time step per line does not work - FEFLOW ends unconditionally without any log message.

Torsten
Posted Thu, 17 Jan 2008 08:44:21 GMT by Boris Lyssenko
FEFLOW here needs a powtype  file with the time stage for the beginning of the step in the first column and the length of the step in the second column.
Posted Thu, 31 Jan 2008 09:44:44 GMT by torsten_pf
I've tested this, but giving the following file with -steps option to FEFLOW does not work. FEFLOW starts, loads the FEM file and exits immediately.


This is my batch file for starting FEFLOW:
[code]feflow -steps timesteps.pow -log results\FEFLOW.LOG -noexit -ascii -work . MODEL.FEM[/code]


The timesteps.pow contains this:
[code]
! Time steps
!
0 60
60 61
121 61
182 62
244 61
305 60
END
END
[/code]

Torsten
Posted Tue, 05 Feb 2008 09:58:57 GMT by torsten_pf
Nobody knows a solution for this problem?
Posted Sun, 10 Feb 2008 14:35:46 GMT by Denim Umeshkumar Anajwala
hi torsten-
try to delete the two top lines.
leave only two columns of numbers..

gooday...
Elad
Posted Mon, 11 Feb 2008 07:18:57 GMT by torsten_pf
Hi Eladd,

I've tried it - without success. I've found out that my time steps file was wrong, so I prepared the time steps in FEFLOW and exported them into a file. The new file ist different - first column is the absolute time and the second column is the time step to reach the time of the first column. This definition works directly in FEFLOW without problems, but giving the file with the -steps parameter does not work.

Torsten

[code]
!
!  t [d]      fvalue
!---------------------
1 1
60 59
121 61
182 61
244 62
305 61
365 60
END
[/code]

You must be signed in to post in this forum.