ENH: cloudSolution - maxCo available for both steady and transient cases

This commit is contained in:
andy
2013-09-18 16:46:37 +01:00
parent 9269db2f70
commit 66c0aaa97d

View File

@ -110,7 +110,7 @@ void Foam::cloudSolution::read()
dict_.lookup("transient") >> transient_;
dict_.lookup("coupled") >> coupled_;
dict_.lookup("cellValueSourceCorrection") >> cellValueSourceCorrection_;
dict_.lookup("maxCo") >> maxCo_;
dict_.readIfPresent("maxCo", maxCo_);
if (steadyState())
{