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

Uncategorized

Register Blogs Community New Posts Updated Threads Search

Uncategorized Entries with no category
Old

Turbine blade with filleting and tip clearance

Posted February 10, 2013 at 21:06 by diamondx

The periodicity (set under Mesh (tab) => Global Parameters) is to ensure that your mesh on one side matches the mesh on the other side... Once you see the DEZ (data entry zone), you will understand what you need to fill in. Periodicity is set on the geometry so that the generated mesh comes out periodic, so if you go back to set it, you must regenerate.

Even if you are copying your mesh around to create an annulus instead of a periodic section, it will be easier if you have...
diamondx's Avatar
Super Moderator
Posted in Uncategorized
Views 1226 Comments 0 diamondx is offline Edit Tags
Old

Options... by simon

Posted February 10, 2013 at 21:01 by diamondx

The ICEM CFD Prism algorithm can not move hexa's out of the way as it inflates the prisms. Therefore, you need to make sure that you don't convert tetra to hexa before prism inflation.

With ICEM CFD, there are always other ways...

1) You could try a Hexa (blocking tab) mesh. This would be really easy if you really wanted to do a sphere in a box... What is your real application? Aircraft shapes, wings, etc. are also pretty easy to do with Hexa blocking. It gives...
diamondx's Avatar
Super Moderator
Posted in Uncategorized
Views 1270 Comments 0 diamondx is offline Edit Tags
Old

TUI commands for animating air/water interface

Posted January 26, 2013 at 15:00 by diamondx

Good to know from zippyhybrid

Quote:
Originally Posted by zippyhybrid View Post
I'm not sure of a way to do that without having data files saved at previous time steps. I haven't used Fluent's tools to create animation, I've always saved contour plots as .png or .jpg images then used 3rd party tools to create animations. I create similar animations however since I am investigating air-lift driven flow and am interested in the behavior of bubbles in the airlift column. I'd suggest visualizing the interface using contours of phase
...
diamondx's Avatar
Super Moderator
Posted in Uncategorized
Views 1662 Comments 0 diamondx is offline Edit Tags
Old

Transient Temperature Profile

Posted January 16, 2013 at 09:04 by diamondx

UDF for a transient temperature profile


Quote:
Originally Posted by alven299 View Post
Have figured it out. Here is the script, hope it might be of help to others:

#include "udf.h"

DEFINE_PROFILE(inlet_temperature,t,i)
{
real x[ND_ND];
real time;
face_t f;

begin_f_loop(f,t)
{
F_CENTROID(x,f,t);
time=CURRENT_TIME;
if(time<40)
F_PROFILE(f,t,i)=300;

else

F_PROFILE(f,t,i)=340;
...
diamondx's Avatar
Super Moderator
Posted in Uncategorized
Views 1387 Comments 0 diamondx is offline Edit Tags
Old

Exporting blocking/mesh for a similar geometry By simon

Posted January 6, 2013 at 18:23 by diamondx

During import, you can also associate the new geometry file with the old tetin file so all the family sizes, etc. are preserved... This is an option near the top of the import DEZ.

Then load the old blocking file and update the associations.

If they don't all auto associate properly, you can use the interactive controls to adjust things...
diamondx's Avatar
Super Moderator
Posted in Uncategorized
Views 1195 Comments 0 diamondx is offline Edit Tags

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