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

Entries for December 2016

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

Old

3D sphere - blockMesh

Posted December 15, 2016 at 11:54 by kindle

snappyHexMesh ..........

Quote:
Originally Posted by wyldckat View Post
Greetings Ben,

I think it's not impossible, but it's probably very arduous to do. There are a few solutions I can think of:
  • Do it interactively: http://openfoamwiki.net/index.php/Contrib/SwiftBlock
  • Cheat by using snappyHexMesh, as shown in the tutorial "mesh/snappyHexMesh/iglooWithFridges".
  • Use Plot3D format to design the mesh, then convert with datToFoam and then run blockMesh.
  • Use OpenFOAM's codeStream and code it directly
...
New Member
Posted in Pre-processing
Views 1861 Comments 0 kindle is offline Edit Tags
Old

New User

Posted December 11, 2016 at 19:42 by stefcfd

Hello CFD community my name is stefan and am interested in learning about CFD
New Member
Posted in Uncategorized
Views 1820 Comments 0 stefcfd is offline Edit Tags
Old

debug Openfoam using other tools

Posted December 9, 2016 at 03:51 by kindle
Updated February 23, 2017 at 03:04 by kindle

Waaaaaaaaa

Quote:
Originally Posted by wyldckat View Post
Greetings Danath,

Well, since you're building your own code, I suggest that you study this wiki page: http://openfoamwiki.net/index.php/HowTo_debugging

As for the output you're getting:
  1. Line #1 is telling you that a SIGFPE has been triggered: http://en.wikipedia.org/wiki/SIGFPE#SIGFPE
  2. Line #3 is telling you more or less where the problem occurred.
Best regards,
Bruno
New Member
Posted in other tools
Views 803 Comments 0 kindle is offline Edit Tags
Old

tmp - stands for 'true macro pain'?

Posted December 5, 2016 at 11:50 by kindle
Updated February 23, 2017 at 03:03 by kindle

use when ready

Quote:
Originally Posted by hjasak View Post
Well, put on your 1970-s hat (or a shirt with huge collars!) and let's talk about memory peaks. For simpleFoam, the memory peak is at the point of creation of the pressure equation, because, unlike PISO, I am allowed to delete the momentum matrix before the creation of the pressure matrix. Therefore, I make the momentum matrix a tmp and call UEqn.clear(); at an opportune place in the code and drop the peak memory requirement by one complete assymetric matrix!
...
New Member
Posted in programming
Views 659 Comments 0 kindle is offline Edit Tags
Old

"Residuals" in residualControl

Posted December 4, 2016 at 17:54 by kindle

PimpleFoam hahhahhhahha

Quote:
Originally Posted by knuckles View Post
In system/fvSolution, I can specify tolerances on matrix solvers:

Code:
solvers
{
    p
    {
        solver         PGC;
        preconditioner DIC;
        tolerance      1e-08;
        relTol         0;
    }
}
My understanding is that openfoam will construct an equation of the form Ax = b, solve it in some iterative way, and will stop iterating when the residual, |Ax
...
New Member
Posted in Solver
Views 620 Comments 0 kindle is offline Edit Tags

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