diff --git a/bin/foamLog b/bin/foamLog index 7490978c6e..87bfc9d376 100755 --- a/bin/foamLog +++ b/bin/foamLog @@ -58,9 +58,9 @@ cat <_, for every specified, for every occurrence inside @@ -69,7 +69,7 @@ a time step. For variables that are 'Solved for', the initial residual name will be , the final residual receive the name FinalRes, -The files are a simple xy format with the first column Time (default) +The files are output in a simple xy format with the first column Time (default) and the second the extracted values. Option -n creates single column files with the extracted data only. @@ -114,7 +114,6 @@ do done - myEcho() { if [ "$VERBOSE" ] then @@ -171,6 +170,7 @@ getSolveQueryList() { done } + # getAllQueries dbFile logFile # Gets all queries from database and from logfile getAllQueries() { @@ -202,6 +202,7 @@ getAllQueries() { done | sort -u } + #----------------------------- # Main #----------------------------- @@ -314,8 +315,6 @@ myEcho "" # Generate Awk program #----------------------------- - - #-- header rm -f $AWKFILE; touch $AWKFILE @@ -355,9 +354,6 @@ function extract(inLine,columnSel,outVar, LABEL - - - #-- Generate code for iteration separator (increments 'Iteration') getQueries $DBFILE 'Separator' cat <> $AWKFILE @@ -418,6 +414,7 @@ cat <> $AWKFILE LABSOLVE + #-- generate code to process queries for queryName in $QUERYNAMES do @@ -438,7 +435,6 @@ do done - #----------------------------- # Run awk program on log #-----------------------------