Skip to content

Commit 420afda

Browse files
authored
Update UEqn.H
1 parent ffc20a6 commit 420afda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • applications/solvers/dfLowMachFoam

applications/solvers/dfLowMachFoam/UEqn.H

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
time_monitor_UEqn += double(end1 - start1) / double(CLOCKS_PER_SEC);
101101
time_monitor_UEqn_mtxAssembly += double(end1 - start1) / double(CLOCKS_PER_SEC);
102102

103-
// UEqn.relax();
103+
UEqn.relax();
104104
start1 = std::clock();
105105
if (pimple.momentumPredictor())
106106
{

0 commit comments

Comments
 (0)