Go to the source code of this file.
|
subroutine | open_bnd (FFORMAT, FILE_NAME, FILE_ID, OPENMODE, IERR, MESH_NUMBER) |
|
◆ open_bnd()
subroutine open_bnd |
( |
character(len=8), intent(in) |
FFORMAT, |
|
|
character(len=*), intent(in) |
FILE_NAME, |
|
|
integer, intent(in) |
FILE_ID, |
|
|
character(len=9), intent(in) |
OPENMODE, |
|
|
integer, intent(out) |
IERR, |
|
|
integer, intent(in), optional |
MESH_NUMBER |
|
) |
| |
- Parameters
-
[in] | fformat | FFORMAT Format of the file |
[in] | FILE_NAME | Name of the boundary file |
[in] | FILE_ID | File descriptor of the "mesh" file |
[in] | OPENMODE | One of the following value 'read','write','readwrite' |
[out] | IERR | 0 if no error during the execution |
[in] | MESH_NUMBER | If present, this is the number of the part of |
Definition at line 7 of file open_bnd.f.