|
[Sponsors] |
January 23, 2017, 10:29 |
Simple loop in LaplacianFoam
|
#1 |
New Member
rik houthuys
Join Date: Jan 2017
Posts: 27
Rep Power: 9 |
Dear all,
I am bit confused about the function of the simple loop declared in the LaplacianFoam solver. Code:
simpleControl simple(mesh); ....... while (simple.loop()) { ....... I would appreciate if someone can elaborate on the difference between simple.loop, simpleControl and the SIMPLE algorithm Thanks |
|
January 24, 2017, 04:18 |
|
#2 |
Senior Member
|
Hi,
I believe it has to do with the convergence checking functionality that is available within the simple loops. I would agree the name is a bit misleading, but I do no think you should worry about it too much. Regards, Tom |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
SIMPLE algorithm in 3D cylindrical coordinates | zouchu | Main CFD Forum | 1 | January 20, 2014 18:02 |
getter/setter function for the velocity nodes in a simple Cartesian grid | ooo | OpenFOAM Programming & Development | 1 | December 6, 2013 08:45 |
Can someone help me with a UDF for a simple rotatory geometry?? | Maralady | Fluent UDF and Scheme Programming | 14 | August 12, 2013 09:23 |
Timestep and Pressure Correction Relationship in SIMPLE | rks171 | Main CFD Forum | 23 | May 4, 2012 02:04 |
[blockMesh] Setting temperature on a patch for laplacianFoam | Bruce Hartley | OpenFOAM Meshing & Mesh Conversion | 4 | June 16, 2011 21:58 |