CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM

Can anybody explain my log file

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 6, 2010, 23:45
Default Can anybody explain my log file
  #1
Member
 
Sandeep
Join Date: Jul 2010
Posts: 48
Rep Power: 15
gandesk is on a distinguished road
I am using InterFoam for my case to track interface between air and a fluid. I have defined my time step as 0.00001 sec. But in the log file I could not find any where this time step. Could anyone please explain me the calculation process adopted by OpenFoam for solving my case. I am not goot at C++ coding and finding tough time to understand the ternminology. Please look at my log file below:

Courant Number mean: 0.000858798 max: 0.467166
deltaT = 4.54545e-05
Time = 4.54545e-05
MULES: Solving for gamma
Liquid phase volume fraction = 0.00100215 Min(gamma) = 0 Max(gamma) = 1
MULES: Solving for gamma
Liquid phase volume fraction = 0.00100215 Min(gamma) = 0 Max(gamma) = 1
DICPCG: Solving for pd, Initial residual = 1, Final residual = 0.0498366, No Iterations 14
DICPCG: Solving for pd, Initial residual = 0.00660154, Final residual = 0.000313121, No Iterations 88
DICPCG: Solving for pd, Initial residual = 0.00359337, Final residual = 9.49349e-08, No Iterations 258
time step continuity errors : sum local = 7.03276e-10, global = -4.4511e-12, cumulative = -4.45109e-12
ExecutionTime = 8.59 s ClockTime = 12 s
Courant Number mean: 0.00152963 max: 3.92326
deltaT = 5.75374e-06
Time = 5.12083e-05
MULES: Solving for gamma
Liquid phase volume fraction = 0.00100215 Min(gamma) = 0 Max(gamma) = 1
MULES: Solving for gamma
Liquid phase volume fraction = 0.00100215 Min(gamma) = 0 Max(gamma) = 1
DICPCG: Solving for pd, Initial residual = 0.0994367, Final residual = 0.00347591, No Iterations 10
DICPCG: Solving for pd, Initial residual = 0.00420006, Final residual = 0.000189103, No Iterations 9
DICPCG: Solving for pd, Initial residual = 0.000579272, Final residual = 9.65273e-08, No Iterations 223
time step continuity errors : sum local = 1.83072e-10, global = -4.23804e-12, cumulative = -8.68914e-12
ExecutionTime = 12 s ClockTime = 16 s
gandesk is offline   Reply With Quote

Old   December 7, 2010, 02:15
Default
  #2
Senior Member
 
Martin
Join Date: Oct 2009
Location: Aachen, Germany
Posts: 255
Rep Power: 21
MartinB will become famous soon enough
Hi,

you must disable the adjustTimeStep option in "system/controlDict":
Code:
adjustTimeStep  no;
Otherwise the max courant number limits the time step.

Martin
MartinB is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
tecio compilation errors in latest 1.6.x rsamuel OpenFOAM Bugs 2 June 25, 2021 08:10
Log File too Large Julian K. OpenFOAM Running, Solving & CFD 17 February 15, 2019 05:56
wmake compiling new solver mksca OpenFOAM Programming & Development 14 June 22, 2018 06:29
Compiling OpenFOAM13 on AMD64 with Redhat Enterprise mbeaudoin OpenFOAM Installation 20 June 17, 2008 06:43
DxFoam reader update hjasak OpenFOAM Post-Processing 69 April 24, 2008 01:24


All times are GMT -4. The time now is 21:33.