Code_Aster ®
Version
8.2
Titrate:
Procedure END


Date:
31/01/06
Author (S):
Key J.P. LEFEBVRE
:
U4.11.02-I1 Page
: 1/4

Organization (S): EDF-R & D/AMA
Handbook of Utilization
U4.1- booklet: Management
Document: U4.11.02

Procedure END

1 Goal

To finish the work started by one of commands “DEBUT” or “POURSUITE”.

The commands placed after FIN are ignored.

The call to this procedure is obligatory, which requires to finish any command file by:

FIN ()
Handbook of Utilization
U4.1- booklet: Management
HT-62/06/004/A

Code_Aster ®
Version
8.2
Titrate:
Procedure END


Date:
31/01/06
Author (S):
Key J.P. LEFEBVRE
:
U4.11.02-I1 Page
: 2/4

2 Syntax
FIN

(
FORMAT_HDF
=
/
“NON”
,
[DEFAUT]
/
“OUI”
,




UNITE
=/
6,
[DEFAUT]
/
numfic
,
[I]




RETASSAGE
=/“OUI”
,
/
“NON”
,
[DEFAUT]




PERFORMANCE
=
/
“OUI”
,
[DEFAUT]
/
“NON”
,




INFO_RESU
=
/
“OUI”
,
[DEFAUT]
/
“NON”
,



)
Handbook of Utilization
U4.1- booklet: Management
HT-62/06/004/A

Code_Aster ®
Version
8.2
Titrate:
Procedure END


Date:
31/01/06
Author (S):
Key J.P. LEFEBVRE
:
U4.11.02-I1 Page
: 3/4

3 Operands

3.1 Operand
RETASSAGE

RETASSAGE
= “OUI”,
“NON”,
[DEFAUT]

Cause the retassage base “GLOBALE” before writing on the associated file. This allows
to preserve smaller bases (débarassées of the objects associated with the concepts destroyed by
the user).

This retassage is carried out as follows by the command:

·
closing of the bases,
·
opening of base “GLOBALE”,
·
opening of a base “VOLATILE”,
·
recopy, nonempty recording by nonempty recording of base “GLOBALE” on
base “VOLATILE”,
·
renaming by the code of this base “VOLATILE” for backup as if it were
base traditional “GLOBALE”.

3.2 Operand
PERFORMANCE

PERFORMANCE
=
“OUI”,
[DEFAUT]
“NON”,

Cause the impression in file RESULTAT of the values of time spent in each
order: it is a summary of the values printed during calculation.

3.3 Operand
INFO_RESU

INFO_RESU
= “OUI”,
[DEFAUT]
“NON”,

Cause the impression in the file defined under key word FICHIER of information relative to
contained of the whole of the structures of data result stored in base GLOBALE.

Note:

The use of this key word can increase in a consequent way the execution time of
order FIN, it is thus advised to modify the default value when one carries out
calculations generating of important quantities of data by their diversity.

3.4 Operand
UNITE

UNITE
= numfic

Allows to redefine the logical unit of impression of the information produced by INFO_RESU.

3.5 Operand
FICHIER_HDF


FORMAT_HDF = “YES”

Allows to write base GLOBALE in a file with format HDF. The base could then be
rebuilt starting from objects JEVEUX stored in the file, this file can be created on
a different platform (operating system, platform 32 or 64 bits). Characteristics
original base will be read again in the file and the base rebuilt with identical (one
for example the length of the recordings will preserve).
The user will be able to then read again either file HDF, or base JEVEUX.
Handbook of Utilization
U4.1- booklet: Management
HT-62/06/004/A

Code_Aster ®
Version
8.2
Titrate:
Procedure END


Date:
31/01/06
Author (S):
Key J.P. LEFEBVRE
:
U4.11.02-I1 Page
: 4/4

4 Phase
of execution

Cause the closing of the data bases and stops the execution of the program on clayastr. It is
detection of the messages transmitted by the command FIN which will cause, if necessary, the recopy of
and all file data bases of results by the interface of access to Code_Aster astk, thus
that the emission of a first diagnosis on the passage.

5
Example of impression resulting from command FIN

The example below is extracted from file MESSAGE associated with the case test TTNL02A.

# -------------------------------------------------------------------------
# ORDERS NO: 0026 CONCEPT OF THE TYPE:
# ------------- -----------------
END (RETASSAGE=' NON',
INFO_RESU=' OUI',
FORMAT_HDF=' NON',
UNITE=6,
PERFORMANCE=' OUI',
)

======>

STRUCTURE OF the CONCEPT TEMPLE CALCULATES FOR 15 SEQUENCE NUMBERS

LIST REFERENCE SYMBOLS:
! -----------!----------------!---------------!
! NUME_ORDRE! TEMP! HYDR_ELGA!
! ---------- !----------------!---------------!
! 0! TEMP_R! HYDR_R!
! 1! TEMP_R! !
! …! …! !
! 9! TEMP_R! !
! 10! TEMP_R! HYDR_R!
! 28! TEMP_R! !
! …! …! !
! 118! TEMP_R! !
! ---------- !----------------!---------------!

LIST NAMES OF VARIABLES Of ACCESS:
INST OF THE TYPE R


LIST NAMES OF PARAMETERS:
! -----------!--------------!--------------!-------------!--------------!
! NUME_ORDRE! MODELE! CHAMPMAT! CARAELEM! EXCIT!
! ---------- !--------------!--------------!-------------!--------------!
! 0! K8! K8! K8! K24!
! 1! K8! K8! K8! K24!
! …! …! …! …! …!
! 118! K8! K8! K8! K24!
! ---------- !--------------!--------------!-------------!--------------!…

Handbook of Utilization
U4.1- booklet: Management
HT-62/06/004/A

Outline document