Skip to content
Snippets Groups Projects
Commit 7d7e012e authored by Kutalmış Berçin's avatar Kutalmış Berçin
Browse files

ENH: KirchhoffShell: simplification of log output

parent c1c17990
Branches
Tags
No related merge requests found
......@@ -5,7 +5,7 @@
\\ / A nd | www.openfoam.com
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2019-2020 OpenCFD Ltd.
Copyright (C) 2019-2021 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
......@@ -107,7 +107,9 @@ void KirchhoffShell::solveDisplacement()
wEqn.solve();
Info<< "w min/max = " << min(w_) << ", " << max(w_) << endl;
Info<< "ws_vibrationShell: "
<< "min = " << min(w_).value() << ", "
<< "max = " << max(w_).value() << endl;
if (wSubCycle.index() >= wSubCycle.nSubCycles())
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment