For instance:
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.
| Y+ | = y * U * sqrt(Cf/2) * Rho/Mu |
| = y * Re * sqrt(Cf/2)/L | |
| Hence, | |
| y | = (Y+) * L/(Re * sqrt(Cf/2)) |




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.
Please refer to the first point of topic "How do I ensure that there is a smooth volume transition from prism to tetras?"
To illustrate this better please refer to the pictures below. Here we have a wing configuration where the surface mesh is 0.3 in the middle of the wing and it goes to 0.05 towards the trailing (and leading) edge. We would probably prefer that the boundary layer be much smaller at the trailing (and leading) edge as compared to the middle of the wing.
To achieve this, grow only 1 layer of prism with the height (or first height) much bigger than the biggest height you would like to have. We would give it 0.5 as an example. Then put the Prism height limit factor as 1. This value of Prism height limit factor would ensure that the prism height would never go beyond 1 times its base triangle size.
This would create prisms roughly 0.05 thick at the trailing (and leading) edge while the prism height would be as big as 0.3 at the middle of the wing. And this happens despite prism height being set to a uniform 0.5!! You could make this prism height limit factor anything you want.
We generally grow only 1 prism layer and then split it. This would result in the total thickness of prisms being the height of the boundary layer.


[ top ] [ next ]