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

Blog Entries

Register Blogs Community New Posts Updated Threads Search

Old

Radial Turbomachinery meshing in ICEM

Posted June 2, 2012 at 06:44 by Far

In this thread, I have discussed different issues in meshing and geomtry importe related to radial turbochinary. Geomtry and blocking is also posted here. Feel free to use geomtry and blocking and let me know if you have any diffciultly to handle these type of geometries.


http://www.cfd-online.com/Forums/ans...tml#post337506
Far
Senior Member
Posted in Uncategorized
Views 3867 Comments 2 Far is offline Edit Tags
Old

Comparison CFD mesh software GAMBIT with ANSYS MESH

Posted May 31, 2012 at 00:35 by Guava Wang

Some experiences using GAMBIT and ANSYS MESH shares with you guys.In the last five years, I use GAMBIT for meshing model. After ANSYS being merged FLUENT into workbench, GAMBIT isn't included in this product, and it is substituted for ANSYS MESH.
The main differences are as below.
1. model process. GAMBIT can include interior zone by spliting body with surface, and that can also be set as wall.
2.mesh process. ansys mesh can automatically meshed the models...
New Member
Posted in Uncategorized
Views 2993 Comments 1 Guava Wang is offline Edit Tags
Old

Constant Temperature Volumetric region

Posted May 6, 2012 at 16:33 by peterliu

how the energy equation implemented in FLUENT

Quote:
Originally Posted by evcelica View Post
Yes Glenn, that's exactly what I was saying, for example:

E.genSource = (T.desired - Temperature)*c.p*density*(1/time constant)


It still not instantly switching to the new temperature, as you still have some sort of a time constant but you can make it very very small.
What you choose as a time constant will be where it starts approaching your temperature, so you could choose 1sec or 10^-whatever
...
New Member
Posted in Uncategorized
Views 1250 Comments 0 peterliu is offline Edit Tags
Old

Testing Engrid installer on various Distributions

Posted May 6, 2012 at 10:29 by elvis

I tested the Engrid installer

mkdir ~/Software
cd ~/Software
wget http://sourceforge.net/projects/engr...1.3/build.bash
source build.bash ubuntu-11.10

worked fine on ubuntu except for 12.04 „Precise Pangolin“
also no problems on aptosid except for aptosid 2011-03 "Πόνος"
Senior Member
Posted in Uncategorized
Views 2507 Comments 0 elvis is offline Edit Tags
Old
Rating: 2 votes, 4.50 average.

Set (Initial) Internal Fields Using #codeStream

Posted April 23, 2012 at 14:55 by Hisham (Notes for OpenFOAM!)

To set up (initial) internal fields of variables according to an expression, one can use the #codeStream feature as:
Code:
internalField  #codeStream
{
    code
    #{
        const IOdictionary& d = static_cast<const IOdictionary&>(dict);
        const fvMesh& mesh = refCast<const fvMesh>(d.db());
        scalarField fld(mesh.nCells(), 12.34);// uniform value of the field as 12.34 or just fld(mesh.nCells())
...
Hisham's Avatar
Senior Member
Posted in Uncategorized
Views 3950 Comments 2 Hisham is offline Edit Tags

All times are GMT -4. The time now is 13:31.