OF-POSTECH-1/solvers_post/LagrangianCMCFoam/logSummary.H

9 lines
198 B
C

if(runTime.value() >= outi)
{
logSummaryFile
<< runTime.value() << tab
<< T.weightedAverage(mesh.V()).value() << tab
<< endl;
outi += 0.00001;
}