ENH: foamLog: added support for multi-region

This commit is contained in:
mattijs
2015-11-17 14:56:13 +00:00
parent 1afb36a476
commit 09dec5263b

View File

@ -15,12 +15,18 @@
#
#------------------------------------------------------------------------------
#- Lines to ignore
Ignore/Solving for .* region /
#- String to recognize new iteration by (usually same as 'Time')
Separator/^[ \t]*Time = /Time =
#- Time value:
Time/^[ \t]*Time = /Time =
#- DeltaT value:
deltaT/^[ \t]*deltaT = /deltaT =
#- Continuity errors:
contLocal/time step continuity errors :/sum local =
contGlobal/time step continuity errors :/ global =
@ -33,6 +39,10 @@ minFt/min\(ft\) = /min(ft) =
#- Execution time:
executionTime/ExecutionTime = /ExecutionTime =
#- Interface Courant no:
IntCourantMax/Interface Courant Number /max:
IntCourantMean/Interface Courant Number /mean:
#- Courant no:
CourantMax/Courant Number /max:
CourantMean/Courant Number /mean: