version 0.6.0
Loading...
Searching...
No Matches
mod_immersed_boundary_analysis Module Reference

Preparation routine building blocks for immersed boundaries.

Data Types

interface  analyze_ib
 Analyse immersed boundaries. More...
 

Functions/Subroutines

subroutine analyze_ib_cell (ib_metrics, ibc_variable)
 
subroutine analyze_ib_face (ib_metrics, ibc_variable)
 
subroutine ib_log_information (ib_metrics, ibc_variable)
 Analyse IB metrics.
 
subroutine write_ib_points (ib_metrics)
 Print debug information to file.
 
subroutine write_ib_boundary_value (ib_metrics, ibc_variable)
 Print debug information to file.
 
subroutine write_ib_ghost_value (ib_metrics, var)
 Print debug information to file.
 

Variables

character(len= *), parameter print_ib_points_filename = "_ib_points."
 Filename to write ghost, boundary, and ghost point information.
 
character(len= *), parameter print_ib_boundary_value_filename = "_ib_bdval."
 Filename to boundary value information.
 
character(len= *), parameter print_ib_ghost_value_filename = "_ib_ghval."
 Filename to ghost value information.
 
character(len= *), parameter print_ib_points_extention = ".txt"
 Filename extension to these files.