Preparation routine building blocks for immersed boundaries.
|
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.
|
|
|
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.
|
|