Skip to content
Snippets Groups Projects
Commit 1c066c14 authored by mattijs's avatar mattijs
Browse files

ENH: foamLog: added support for multi-region

parent 5e19fee4
Branches
Tags
No related merge requests found
......@@ -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:
......@@ -48,8 +58,8 @@ epsMax/bounding epsilon,/max:
epsAvg/bounding epsilon,/average:
#- gamma bounding
alpha1Min/Min\(alpha1\) =/Min(alpha1) =
alpha1Max/Max\(alpha1\) =/Max(alpha1) =
alpha1Min/Min\(alpha1\) =/Min(alpha1) =
alpha1Max/Max\(alpha1\) =/Max(alpha1) =
# AMI
AMIMin/AMI: Patch source sum/average =
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment