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

NuTBox

Register Blogs Community New Posts Updated Threads Search

Old

Useful LES tools in Fluent - Part 3

Posted October 21, 2013 at 07:06 by sbaffini (NuTBox)
Updated December 21, 2016 at 09:08 by sbaffini (Update)

These are the implementations of two static SGS models, due to Vreman and Nicoud (see the attached files for the detailed references). These models are in the same spirit of the well known WALE model; still, they are different in several aspects.

The models are provided without any kind of warranty; still, no specific problem came up during testing.

For wall bounded turbulent flows in Fluent i strongly suggest the Vreman model due to its specific, theoretically wrong, near...
Attached Files
File Type: c vreman.c (1.7 KB, 587 views)
File Type: c svd_sgsmut.c (2.3 KB, 401 views)
sbaffini's Avatar
Senior Member
Posted in LES
Views 1979 Comments 0 sbaffini is offline Edit Tags
Old

Useful LES tools in Fluent - Part 2

Posted August 2, 2013 at 04:27 by sbaffini (NuTBox)
Updated December 21, 2016 at 09:09 by sbaffini

A couple of routines i regularly use to output solution files in more manageable ascii files for post-processing in MATLAB. Of course this only makes sense when working in simple geometries where cells have regular patterns (e.g., simple boxes for computations in channels and ducts).

1) output.c: Used to dump an instantaneous field file

2) outputavg.c: Used to dump an averaged field file

More details can be found in the files
Attached Files
File Type: c output.c (1.3 KB, 358 views)
File Type: c outputavg.c (2.7 KB, 909 views)
sbaffini's Avatar
Senior Member
Posted in LES
Views 1708 Comments 0 sbaffini is offline Edit Tags
Old

Useful LES tools in Fluent - Part 1

Posted August 2, 2013 at 04:15 by sbaffini (NuTBox)
Updated December 21, 2016 at 09:09 by sbaffini

Here i collect some very basic tools i used when performing basic LES computations in Fluent.

1) Custom field function for the Q criterion (q_crit.txt, to be renamed in .scm). Some Fluent versions (12, 13 and maybe 14) only have a "Normalized Q criterion" scalar, while previous ones simply don't have it at all. This custom field function is what i used in those dark days.

2) Several initialization routines (init*.c and scalefield.c) fully described in the files...
Attached Files
File Type: txt q_crit.txt (2.3 KB, 2770 views)
File Type: c initialize_chan.c (1.7 KB, 861 views)
File Type: c initialize_pipe.c (1.6 KB, 689 views)
File Type: c initTGV.c (1.3 KB, 628 views)
File Type: c scalefield.c (787 Bytes, 702 views)
sbaffini's Avatar
Senior Member
Posted in LES
Views 8131 Comments 1 sbaffini is offline Edit Tags
Old

Q-criterion isosurfaces in MATLAB

Posted July 1, 2013 at 11:33 by sbaffini (NuTBox)
Updated December 21, 2016 at 09:09 by sbaffini

Let us suppose you have the following matrices:

x(nx,ny,nz): x coordinates of your grid

y(nx,ny,nz): y coordinates of your grid

z(nx,ny,nz): z coordinates of your grid

dudx(nx,ny,nz): x-wise derivative of x-wise velocity component

dudy(nx,ny,nz): y-wise derivative of x-wise velocity component
.
.
.
dwdz(nx,ny,nz): z-wise derivative of z-wise velocity component

This is, more or less, how i would...
sbaffini's Avatar
Senior Member
Posted in LES
Views 10410 Comments 0 sbaffini is offline Edit Tags
Old

Basic finite volume tools

Posted July 1, 2013 at 11:29 by sbaffini (NuTBox)

At the following link:

http://rapidshare.com/files/1564297057/UFVMOM.rar

there is a basic MATLAB tool to handle unstructured finite volume grids (fluent .msh or .cas files) and to perform basic interpolations, gradient computations, plots etc. No actual FV computation is ever performed or implemented, however, the main structure of the code is clearly there.

GENERAL DESCRIPTION

The tool is actually a collection of functions, grouped by tasks...
sbaffini's Avatar
Senior Member
Posted in Uncategorized
Views 2378 Comments 0 sbaffini is offline Edit Tags

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