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

Search Results

Register Blogs Members List Search Today's Posts Mark Forums Read

Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: olesen
Forum: OpenFOAM Pre-Processing April 5, 2007, 10:50
Replies: 5
Views: 1,515
Posted By olesen
I don't wish to be impolite, b

I don't wish to be impolite, but re-check the original suggestion:
# include "readSIMPLEControls.H"
...
if (simple.found("convergence"))
{
...
}

Check "readSIMPLEControls.H" file...
Forum: OpenFOAM Pre-Processing April 5, 2007, 07:46
Replies: 5
Views: 1,515
Posted By olesen
It looks mostly reasonable exc

It looks mostly reasonable except you don't need this line twice.

eqnResidual = solve(UEqn() == -fvc::grad(p)).initialResidual();
Forum: OpenFOAM Pre-Processing April 5, 2007, 05:40
Replies: 5
Views: 1,515
Posted By olesen
I guess I wasn't explicit enou

I guess I wasn't explicit enough. You can either solve the equation and ignore the return value:

solve(UEqn() == -fvc::grad(p));

OR solve the equation and use the return value:
...
Showing results 1 to 3 of 3

 
Forum Jump

All times are GMT -4. The time now is 06:37.