Previous behavior which may be useful for moving-mesh cases can be selected using the optional entry: writeTotalArea yes; The initial total area is written in the log and data file header e.g.: # Source : faceZone f0 # Faces : 8 # Area : 1.063860e-02
3 lines
98 B
Bash
Executable File
3 lines
98 B
Bash
Executable File
#!/bin/sh
|
|
awk '{print $1 " " $3}' postProcessing/poolHeight/0/faceSource.dat > poolHeight_vs_time
|