setRDeltaT: Corrected typo

This commit is contained in:
Henry Weller
2020-06-24 14:40:29 +01:00
parent c6089ae3a6
commit f544de4f81
9 changed files with 13 additions and 13 deletions

View File

@ -18,7 +18,7 @@
/((2*maxCo)*mesh.V())
);
// Update tho boundary values of the reciprocal time-step
// Update the boundary values of the reciprocal time-step
rDeltaT.correctBoundaryConditions();
fvc::smooth(rDeltaT, rDeltaTSmoothingCoeff);

View File

@ -49,7 +49,7 @@
);
}
// Update tho boundary values of the reciprocal time-step
// Update the boundary values of the reciprocal time-step
rDeltaT.correctBoundaryConditions();
Info<< "Flow time scale min/max = "