Download Files



On Youtube

Watch it on Youtube Video

Usage

Converting Meshes to Wildkatze Format

We start with mesh in Fluent format. It is also possible to convert the mesh from Starccm’s ccm and openFoam format. Here we have TriVortexShed.msh file in Fluent format.

learn 01

To convert we use fluent2bmsh command where the meshFile is without .msh extension. So we have

 
 fluent2bmsh TriVortexShed
 

learn 01

This converts the mesh into .info.bmsh and .bmsh files.

learn 01

learn 01

We can check what .info.bmsh contains.

learn 01

It is importan to note that one can change the boundary types here to Wall, Inlet, Outlet and Symmetry.
Also one can change Fluid to Solid types for Conjugated Heat Transfer simulations.

Flow Model Set Up

To make the set up of simulation easy Wildkatze provides various command line set up options. Once the basic set up is done then user can add further to the set up by using GUI (in Client - Server mode) or by simply opening the .stree file on text editor of choice.

Steady State

The first is to set up steady state flow model. This is done by


solver.sh -lc flow meshFile -lc pf o.txt

What is happening here?

We set up flow with inlet velocity of 10 m/sec. Note the -vel 10 option added to flow meshFile.

learn 01

This sets up the steady state flow model.

learn 01

We can now see that output.stree and run.txt are produced along with some other files.

learn 01

We now perform 200 iterations and also export the results in Ensight Gold format. Notice -lc export-ensight result

learn 01

After 200 iterations

learn 01

We look at velocity contour. There is no steady profile because this problem is more transient in nature.

learn 01

Unsteady Set Up

To set up as unsteady case

learn 01

After 200 time steps by solver.sh -lc pf run.txt -lc iterate 200 we get velocity profile

learn 01

We can see that it produces transient data set as zDataPP.case

learn 01

We can edit PostProcessExportItem on text editor to change the time export frequency of default 1.0E-3 to 1.0E-2

learn 01

Turbulence and Forces Export

We can also add the turbulence and force reports from the command prompt.

Please check dedicated articles related to Turbulence for full options

learn 01

We run it for 2000 time steps as

learn 01

This finishes as

learn 01

Forces are exported as .csv and .ps formats.

learn 01

The velocity contour

learn 01

Turbulent Viscosity

learn 01

The kinetic energy from K Omega model

learn 01