Boundary conditions for any equations defined on cells. More...
Inheritance diagram for type_boundary_condition::t_boundary_condition:Public Attributes | |
| integer | bc_scheme = cell_bc_linear |
| Boudary condition scheme. | |
| logical | bc_former = .false. |
| Use the former bc scheme, for retrocompatibility. | |
Public Attributes inherited from type_boundary_condition::t_boundary_condition_base | |
| type(t_boundary_condition_side) | left |
| Boundary conditions on the left side (x). | |
| type(t_boundary_condition_side) | right |
| Boundary conditions on the right side (x). | |
| type(t_boundary_condition_side) | bottom |
| Boundary conditions on the bottom side (y). | |
| type(t_boundary_condition_side) | top |
| Boundary conditions on the top side (y). | |
| type(t_boundary_condition_side) | back |
| Boundary conditions on the back side (z). | |
| type(t_boundary_condition_side) | front |
| Boundary conditions on the front side (z). | |
Boundary conditions for any equations defined on cells.
| logical type_boundary_condition::t_boundary_condition::bc_former = .false. |
Use the former bc scheme, for retrocompatibility.
| integer type_boundary_condition::t_boundary_condition::bc_scheme = cell_bc_linear |
Boudary condition scheme.