mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: KirchhoffShell: simplification of log output
This commit is contained in:
committed by
Andrew Heather
parent
fa03050e03
commit
d6ff22e5e7
@ -108,7 +108,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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user