intersection with triangle plane for miss
[OpenFOAM-1.5.x.git] / bin / foamLog.db
blob49d551f32c42fdac5f9e3b0944a983d2cee8e96c
1 #------------------------------------------------------------------------------
2 # Query database for Foam Log extraction.
3 # Each line stands for one query:
5 #    name '/' line selector '/' column selector
7 # e.g.
8 #    kMin/bounding k,/min:
10 # The extraction will select a line using 'bounding k,' and in the line
11 # takes the word following 'min:' as the value.
13 # A special entry is the 'Separator' entry which delimits one iteration
14 # from the other.
16 #------------------------------------------------------------------------------
18 #- String to recognize new iteration by (usually same as 'Time')
19 Separator/^[ \t]*Time = /Time = 
21 #- Time value:
22 Time/^[ \t]*Time = /Time = 
24 #- Continuity errors:
25 contLocal/time step continuity errors :/sum local = 
26 contGlobal/time step continuity errors :/ global = 
27 contCumulative/time step continuity errors :/cumulative = 
29 #- Special for combustion code:
30 minFu/min\(fu\) = /min(fu) = 
31 minFt/min\(ft\) = /min(ft) = 
33 #- Execution time:
34 executionTime/ExecutionTime = /ExecutionTime = 
36 #- Courant no:
37 CourantMax/Courant Number /max: 
38 CourantMean/Courant Number /mean: 
40 #- K bounding
41 kMin/bounding k,/min: 
42 kMax/bounding k,/max: 
43 kAvg/bounding k,/average: 
45 #- epsilon bounding
46 epsMin/bounding epsilon,/min: 
47 epsMax/bounding epsilon,/max: 
48 epsAvg/bounding epsilon,/average: 
50 #- gamma bounding
51 gammaMin/Min\(gamma\) =/Min(gamma) = 
52 gammaMax/Max\(gamma\) =/Max(gamma) =