CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM

Convergence check on forces

Register Blogs Community New Posts Updated Threads Search

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   March 13, 2011, 16:43
Default Convergence check on forces
  #1
Senior Member
 
Andrea Pasquali
Join Date: Sep 2009
Location: Germany
Posts: 142
Rep Power: 16
andrea.pasquali is on a distinguished road
Hi,
I'm trying to add the convergence check on forces function following the residuals convergence check in simpleFoam.
For example, for the forces pressure, I added those lines:
Quote:
scalar eqnResidualFF = 1, maxResidualFF = 0;

eqnResidualFF = solve
(
fm.first().first() += sum(fN)
).initialResidual();

maxResidualFF = max(eqnResidualFF, maxResidualFF);
After compilation I got the error:
Quote:
error: invalid use of void expression
What I'm wronging? I think it does not like the expression:
Quote:
+=
Could anyone help me to go ahead?

Thanks

Andrea
__________________
Andrea Pasquali
andrea.pasquali is offline   Reply With Quote

 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Forces in V1.6 terrybarnaby OpenFOAM Post-Processing 72 September 2, 2015 16:49
Forces calulated through pressure LVDH OpenFOAM Post-Processing 2 February 26, 2010 03:15
Calculate forces without hydrostatic pressure geir_oye FLUENT 4 November 12, 2009 09:12
changes to forces in 1.6 linnemann OpenFOAM Running, Solving & CFD 0 July 30, 2009 08:49
convergence problem with SIMPLER NURAY KAYAKOL Main CFD Forum 1 February 24, 1999 13:43


All times are GMT -4. The time now is 15:43.