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

Best Entries

Register Blogs Community New Posts Updated Threads Search

Old
Rating: 4 votes, 3.75 average.

Linking FLUENT with visual C++ (Tested on 32Bit OS)

Posted February 12, 2011 at 12:10 by Amir
Updated September 14, 2012 at 10:26 by Amir

In general, there are 2 different ways to link FLUENT with VC++. In both methods, we need to add fluent to system path which can be easilly done via executing "setenv.exe" which is in FLUENT installation folder.

1) non-permanent method:

In this method, we need to launch FLUENT by VC++ command prompt (which can be found in tools folder of VC++) by simply typing fluent.
In this method, we have to launch FLUENT in this manner whenever we want to compile a UDF....
Amir's Avatar
Senior Member
Posted in Uncategorized
Views 6886 Comments 4 Amir is offline Edit Tags
Old
Rating: 7 votes, 3.71 average.

Convergence in ANSYS Fluent

Posted December 13, 2013 at 06:00 by Centurion2011

At convergence, the following should be satisfied:
  • All discrete conservation equations (momentum, energy, etc.) are obeyed in all cells to a specified tolerance OR the solution no longer changes with subsequent iterations.
  • Overall mass, momentum, energy, and scalar balances are achieved.
  • Monitoring convergence using residual history:
  • Generally, a decrease in residuals by three orders of magnitude indicates at least qualitative convergence. At this point, the major flow features should be
...
Centurion2011's Avatar
Member
Posted in Uncategorized
Views 18338 Comments 0 Centurion2011 is offline Edit Tags
Old
Rating: 3 votes, 3.67 average.

Automated scripts for building gcc 4.4.x and 4.5.x for using with OpenFOAM 1.7 series

Posted September 26, 2010 at 11:35 by wyldckat
Updated April 21, 2011 at 22:08 by wyldckat (Added 4th version of the scripts)
Tags gcc, openfoam

This blog post is meant to centralize my efforts for providing gcc build scripts to the OpenFOAM community. It provides build scripts for gcc 4.3.x, 4.4.x and 4.5.x series.

NOTE: If you don't have internet on the computer where you want to run this script, you can still run these scripts, because they will provide you with instructions on which files to download and where to place them!

These scripts are based on the scripts provided with the patches for cross-compiling...
Attached Files
File Type: gz build-gcc.tar.gz (4.6 KB, 509 views)
File Type: gz build-gcc_v2.tar.gz (5.2 KB, 337 views)
File Type: gz build-gcc_v3.tar.gz (5.6 KB, 350 views)
File Type: gz build-gcc_v4.tar.gz (5.7 KB, 620 views)
Retired Super Moderator
Views 9399 Comments 14 wyldckat is offline Edit Tags
Old
Rating: 2 votes, 3.50 average.

Computational Core of HyperFLOW2D now open source, meet OpenHyperFLOW2D !

Posted December 24, 2013 at 13:51 by SergeAS
Updated June 8, 2016 at 18:10 by SergeAS

Computational Core of my oldest 2D NS-solver now open source (LGPLv3),
meet OpenHyperFLOW2D
(include serial and parallel MPI,OpenMP and CUDA versions)





Attached Images
File Type: jpg ShockBubble2D-T.jpg (25.4 KB, 32421 views)
Attached Files
SergeAS's Avatar
Member
Posted in Uncategorized
Views 5158 Comments 7 SergeAS is offline Edit Tags
Old
Rating: 4 votes, 3.25 average.

Decomposition methods in parallel

Posted April 23, 2013 at 02:05 by Tushar@cfd (Blogs: OpenFOAM)
Updated March 27, 2015 at 06:51 by Tushar@cfd (Minor corrections)

OpenFOAM has four methods of decomposition:
(1) simple
(2) hierarchical
(3) scotch
(4) manual

"Scotch decomposition requires no geometric input from the user and attempts to minimise the number of processor boundaries."(for more information refer OpenFOAM website)

We tried to compare "simple" and "scotch" methods. These methods were verified for a test case using similar processor inputs:

Both...
Senior Member
Posted in Uncategorized
Views 2372 Comments 1 Tushar@cfd is offline Edit Tags

All times are GMT -4. The time now is 17:00.