Time: Simplification and rationalisation of userTime

First step towards merging userTime into Time so that post-processing tools
operate with the same userTime mode as the solvers.
This commit is contained in:
Henry Weller
2021-10-14 15:05:14 +01:00
parent 45c8a4695a
commit 686f7fb21a
53 changed files with 136 additions and 180 deletions

View File

@ -102,7 +102,7 @@ int main(int argc, char *argv[])
const scalar LOGvGreat = ::log(vGreat);
while (!runTime.end())
{
scalar t = runTime.timeOutputValue()/lambda;
scalar t = runTime.userTime()/lambda;
forAll(A, i)
{
if (bk[i]*t < LOGvGreat)