Definition of boundary conditions for a side of the domain. The coef(n,m,p) field relates to the Robin equation:
More...
Public Attributes | |
| double precision, dimension(:,:,:), allocatable | coef |
| Coefficients of the boundary condition. The size of the 3rd dimension is 3. | |
| integer, dimension(:,:), allocatable | type |
| Type of the boundary condition (e.g.: Neumann, Dirichlet). | |
Definition of boundary conditions for a side of the domain. The coef(n,m,p) field relates to the Robin equation:
\[ \begin{array}{ccc} g & = & \alpha \phi + \beta \frac{ \partial \phi }{ \partial n } \\ c_{n,m,1} & = & c_{n,m,3} \phi + c_{n,m,2} \frac{ \partial \phi }{ \partial n } \end{array} \]
which is implicitly (or explicitly) discretized as explained in Implicit boundary condition treatment.
| double precision, dimension(:,:,:), allocatable type_boundary_condition::t_boundary_condition_side::coef |
Coefficients of the boundary condition. The size of the 3rd dimension is 3.
| integer, dimension(:,:), allocatable type_boundary_condition::t_boundary_condition_side::type |
Type of the boundary condition (e.g.: Neumann, Dirichlet).