3. Operands#
Except for the location of the included file, the operation is exactly the same as with UNITE or DONNEE.
3.1. Operand UNITE#
UNITE = u
The logical unit of the file to include. It is essential to explicitly assign this number to a file within the astk interface. This file will be copied into the execution directory under the name fort.u.
Note
You cannot use INCLUDE with a logical unit associated with a file name with DEFI_FICHIER. If necessary, you can use DONNEE =file*.*
3.2. Operand DONNEE#
DONNEE = file
This keyword, intended to be used in test cases, makes it possible to include a file stored in the tests_data directory whose distribution is restricted. This makes it possible to distribute a test case except for a small part that must remain confidential.
This directory is by default located in the share/aster directory of the installation. The –rcdir command line option overrides this location.
So the file included will be: xxx/share/aster/tests_data/file
3.3. Operand ALARME#
This keyword allows you to remove the alarm warning of the disappearance of INCLUDE in version 15.
3.4. Operand INFO#
◊ INFO =/0,
/1, [DEFAUT] /2,
0 |
no printing of file contents included. |
1 |
printing the contents of the file included, in the file “MESSAGE” |
2 |
same as 1 (this value exists by convention) |