mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: foamLog: added support for multi-region
This commit is contained in:
@ -15,12 +15,18 @@
|
|||||||
#
|
#
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
#- Lines to ignore
|
||||||
|
Ignore/Solving for .* region /
|
||||||
|
|
||||||
#- String to recognize new iteration by (usually same as 'Time')
|
#- String to recognize new iteration by (usually same as 'Time')
|
||||||
Separator/^[ \t]*Time = /Time =
|
Separator/^[ \t]*Time = /Time =
|
||||||
|
|
||||||
#- Time value:
|
#- Time value:
|
||||||
Time/^[ \t]*Time = /Time =
|
Time/^[ \t]*Time = /Time =
|
||||||
|
|
||||||
|
#- DeltaT value:
|
||||||
|
deltaT/^[ \t]*deltaT = /deltaT =
|
||||||
|
|
||||||
#- Continuity errors:
|
#- Continuity errors:
|
||||||
contLocal/time step continuity errors :/sum local =
|
contLocal/time step continuity errors :/sum local =
|
||||||
contGlobal/time step continuity errors :/ global =
|
contGlobal/time step continuity errors :/ global =
|
||||||
@ -33,6 +39,10 @@ minFt/min\(ft\) = /min(ft) =
|
|||||||
#- Execution time:
|
#- Execution time:
|
||||||
executionTime/ExecutionTime = /ExecutionTime =
|
executionTime/ExecutionTime = /ExecutionTime =
|
||||||
|
|
||||||
|
#- Interface Courant no:
|
||||||
|
IntCourantMax/Interface Courant Number /max:
|
||||||
|
IntCourantMean/Interface Courant Number /mean:
|
||||||
|
|
||||||
#- Courant no:
|
#- Courant no:
|
||||||
CourantMax/Courant Number /max:
|
CourantMax/Courant Number /max:
|
||||||
CourantMean/Courant Number /mean:
|
CourantMean/Courant Number /mean:
|
||||||
@ -48,8 +58,8 @@ epsMax/bounding epsilon,/max:
|
|||||||
epsAvg/bounding epsilon,/average:
|
epsAvg/bounding epsilon,/average:
|
||||||
|
|
||||||
#- gamma bounding
|
#- gamma bounding
|
||||||
alpha1Min/Min\(alpha1\) =/Min(alpha1) =
|
alpha1Min/Min\(alpha1\) =/Min(alpha1) =
|
||||||
alpha1Max/Max\(alpha1\) =/Max(alpha1) =
|
alpha1Max/Max\(alpha1\) =/Max(alpha1) =
|
||||||
|
|
||||||
# AMI
|
# AMI
|
||||||
AMIMin/AMI: Patch source sum/average =
|
AMIMin/AMI: Patch source sum/average =
|
||||||
|
|||||||
Reference in New Issue
Block a user