Database Full Index

1. Prism

[ top ] [ next ]

 


1.1. How do I create a prism mesh?

ICEM CFD's Prism mesher requires the following to obtain a legitimate prism grid:




[ top ]


 

1.2. What is the use of Growth law?

This is used when the initial height and the height ratio are given. The Growth law determines which formulation is used for the thickness of a particular layer.

For instance:

Where h=height, r=ratio, n=layer number




[ top ]


 

1.3. How do I ensure that there is a smooth volume transition from prism to tetras?

Since tetra attempts to generate isotropic elements, the only way to have the volumes comparable is to have the last prism layer about as tall as it is wide. You can do this by one of the following:

A value of 1.0 for either of last two parameters, will give you prisms as tall as they are wide in the last layer.

NOTE: ICEMCFD PRISM automatically does the refinements on the prism-tetra interface to have as much of a smooth transition as possible. This, of course, results in more elements.




[ top ]


 

1.4. How do I calculate first cell height for my prism mesh?

When you have turbulence, you need to know the first cell height of the prism layer so that your Y+ values remain within 20-100 region.
You might want to use following set of equations:
Based on this,
Y+ = y * U * sqrt(Cf/2) * Rho/Mu
= y * Re * sqrt(Cf/2)/L
Hence,
y = (Y+) * L/(Re * sqrt(Cf/2))
Here L is the characteristic Length, for example the Diameter in case of a circular pipe
This will only give you only an approximate idea of the value of y. Please note that this is the height of the center of the cell and thus the prism first height should be twice this.
Value of Cf/2 for various kind of geometries is as follows:




[ top ]


 

1.5. Why I am getting stuck elements/Tetras after prism run and how do I get rid of them?

Sometimes you get stuck tetra/elements if you have a geometry corner as shown in the following figures and you have generated tetra mesh as shown in the second figure below. The third figure shows the stuck elements in pink.

Geometry with TRI mesh having no intermediate node



Zoom of above picture



Stuck elements



One possible reason could be the surface mesh is not good at the junction where you are getting stuck elements. If you see the closeup of the mesh (second figure) there is no node between the two corners of the junction. Here if you can get at least one intermediate node then the problem of stuck elements is solved.
To create the intermediate node without running tetra - split the corner edge and adjust the mesh as shown in the figure below or you can give a finer tetra size at that location and run tetra so that you get atleast one intermediate node.

The mesh after splitting and editing







[ top ]


 

1.6. What are all parameters which can be set for prism mesher, as an expert?

Following are the different parameters which can be passed to the Prism mesher:
        print_memory_usage
        parallel_verbose
        refine_prism_boundary
        extend_pyramids
        auto_reduction
        checksum
        min_prism_quality
        prism_threshold
        boundary
        into_orphan
        delete_base_triangles
        law
        new_volume
        top_family
        side_family
        max_jump_factor
        ortho_weight
        max_prism_angle
        prism_height_limit
        max_prism_height_ratio|max_aspect_ratio
        do_not_allow_sticking
        tetra_smooth_limit
        graphics
        input_file|DomainInputFile
        output_file|DomainOutputFile
        surface_file|SurfaceFile
        family
        max_binary_tetin
        n_tetra_smoothing_steps
        n_triangle_smoothing_steps
        intermediate_write
        n_processors
        triangle_quality
        max_height
        total_height
        max_size_ratio
        area_power
        min_smoothing_steps
        min_smoothing_val
        smoothing_steps
        n_layers|layers
        ratio_multiplier
        ratio_max
        height
        ratio
        fillet
Most of these are explained on this website.




[ top ]


 

1.7. How is aspect ratio for Prism defined?

There are lots of different definitions. As far as the prism mesher is concerned it is the minimum of The triangle quality is by default the area of the inscribed circle divided by the area of the circumscribed circle and then normalized. You can change the prism warpage weight and it will favor the determinant more or less than then determinant.




[ top ]


 

1.8. What is the best way to use smoothing to get a good quality prism mesh?

Following steps for smoothing can give a good prism mesh:




[ top ]


 

1.9. I would like to vary my prism height (boundary layer) based on the size of the surface triangles. How do I do that?



Effect of Prism Height Limit Factor for one layer




Effect of Prism Height Limit Factor after splitting into 5 layers with 1.5 growth ratio







[ top ]


 

1.10. How is the Aspect ratio of a Pyramid calculated?

Basically, it is a circumsphere ratio, similar to the method for calculating aspect ratio of Tetras. Here are the basic steps for calculating Pyramid determinants. 1) Subdivide the Pyramid diagonally along its base to create 2 Tetrahedrons. 2) Calculate the normalized ratio of the diameter of a sphere entirely within (inscribed) the tetrahedron over the diameter of a sphere surrounding (circumscribed) the tetrahedron for both tetrahedron. 3) Repeat steps 1 and 2 for the other possible diagonal. 4) take the lowest of the 4 results and report that as aspect ratio. Most CFD codes will run happily as long as most of the Pyramids' quality is above 0.05.




[ top ]


 

[ top ] [ next ]

created by faq-system 0.3.6 Thomas Linden