version 0.6.0
type_immersed_boundary_condition::t_immersed_boundary_condition Type Reference

Public Attributes

integer method
 Method associated with this immersed boundary.
 
integer order
 Boundary condition spatial convergence order.
 
double precision outer_value
 Value assigned to outer nodes.
 
type(interpolation_data), dimension(:), allocatable interp1
 IBM explicit mini matrix.
 
type(interpolation_data), dimension(:), allocatable interp2
 
type(interpolation_data), dimension(:), allocatable interp3
 
Boundary condition.

Boundary condition value are stored in rank-1 arrays. Indices are coherent with ghost cells.

type(t_node_listpenalized_node
 
integer, dimension(:), allocatable condition_type
 Boundary condition type. Must be a member of enum_ibc_type.
 
double precision, dimension(:), allocatable condition
 Boundary condition at the boundary point.
 
Matrix coefficients.
type(ibm_matrix_coefficients), dimension(:), allocatable mat
 Matrix coefficients around the ghost node.
 

Detailed Description

Store ibc-related variable data.


The documentation for this type was generated from the following file: