Check prerequisite for some boundary conditions
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(mus_field_type), | intent(inout) | :: | field(:) | fluid parameters and properties |
||
| integer, | intent(in) | :: | nBCs | Number of boundary types |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | private | :: | iField | ||||
| integer, | private | :: | iBnd | ||||
| integer, | private | :: | counter(nBCs) | ||||
| logical, | private | :: | checkBnd(nBCs) | ||||
| character(len=labelLen), | private | :: | checkKind(nBCs) |