Posted Tue, 13 Feb 2018 05:20:42 GMT by Alex Costall PhD Student
Hi,

Is there an easy way to plot *.dar files outside of FEFLOW, or export them in a plottable way?

Short of writing a script to convert the data tables into something amenable to plotting, that is.
Posted Tue, 13 Feb 2018 07:14:38 GMT by Peter Schätzl
One solution - apart from WRITING a script is USING a script: In C:\Program Files\DHI\2017\FEFLOW 7.1\tools there are two AWK scripts: dar2pow and dar2trp. They're pretty old though, so please test well before using in a production environment.
Posted Thu, 15 Feb 2018 02:59:06 GMT by Alex Costall PhD Student
Indeed there are. 20 years old this year!

Is there a dummies guide to using AWK scripts in windows? (Or, would you mind quickly explaining how to use them please)
Posted Thu, 15 Feb 2018 07:30:27 GMT by Peter Schätzl
There are different options for this. I typically install cygwin (http://www.cygwin.com), which is kind of a Linux emulator for Windows, also containing awk. With this, you can start a bash shell window and do awk -f <script file> <dar file>  > <output file>. There is also an awk package directly for windows which probably uses a very similar syntax, but I've never personally applied it.
Posted Mon, 09 Apr 2018 01:50:05 GMT by Jarrah Muller Civil Engineer
Sounds awkward.
Is there an easy way to plot *.dar files outside of FEFLOW, or export them in a plottable way?
Posted Sun, 22 Apr 2018 23:41:08 GMT by Alex Costall PhD Student
Hey Jarrah,

I found the method noted in the below topic was a lot easier (i.e. exporting values from the charts). It exports the values into a format much easier to read with excel/python/etc.

http://forum.mikepoweredbydhi.com/index.php?topic=20795.0

You must be signed in to post in this forum.