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:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user