background image
Code_Aster
®
Version
8.2
Titrate:
Procedure
END
Date:
31/01/06
Author (S):
J.P. LEFEBVRE
Key
:
U4.11.02-I1
Page
:
1/4
Instruction manual
U4.1- booklet: Management
HT-62/06/004/A
Organization (S):
EDF-R & D/AMA














Instruction manual
U4.1- booklet: Management
Document: U4.11.02



Procedure
END








1 Goal
To finish the work started by one of the controls
“BEGINNING”
or
“CONTINUATION”
.
Controls placed afterwards
END
are ignored.
The call to this procedure is obligatory, which requires to finish any command file by:
END ()
background image
Code_Aster
®
Version
8.2
Titrate:
Procedure
END
Date:
31/01/06
Author (S):
J.P. LEFEBVRE
Key
:
U4.11.02-I1
Page
:
2/4
Instruction manual
U4.1- booklet: Management
HT-62/06/004/A
2 Syntax

END
(
FORMAT_HDF
=
/
“NOT”
,
[DEFECT]
/
“YES”
,
UNIT
=/
6,
[DEFECT]
/
numfic
,
[I]
RETASSAGE
=/“YES”
,
/
“NOT”
,
[DEFECT]
PERFORMANCE
=
/
“YES”
,
[DEFECT]
/
“NOT”
,
INFO_RESU
=
/
“YES”
,
[DEFECT]
/
“NOT”
,
)
background image
Code_Aster
®
Version
8.2
Titrate:
Procedure
END
Date:
31/01/06
Author (S):
J.P. LEFEBVRE
Key
:
U4.11.02-I1
Page
:
3/4
Instruction manual
U4.1- booklet: Management
HT-62/06/004/A
3 Operands
3.1 Operand
RETASSAGE
RETASSAGE
= “YES”,
“NOT”,
[DEFECT]
Cause the retassage base
“TOTAL”
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 control:
·
closing of the bases,
·
opening of the base
“TOTAL”
,
·
opening of a base
“VOLATILE”
,
·
recopy, nonempty recording by nonempty recording of the base
“TOTAL”
on
the base
“VOLATILE”
,
·
renaming by the code of this base
“VOLATILE”
for backup as if it were
base
“TOTAL”
conventional.
3.2 Operand
PERFORMANCE
PERFORMANCE
=
“YES”,
[DEFECT]
“NOT”,
Cause the impression in the file
RESULT
values of time spent in each
order: it is a summary of the values printed during calculation.
3.3 Operand
INFO_RESU
INFO_RESU
= “YES”,
[DEFECT]
“NOT”,
Cause the impression in the file defined under the key word
FILE
information relative to
contained of the whole of the structures of data result stored in the base
TOTAL
.
Note:
The use of this key word can increase in a consequent way the execution time of
order
END
, 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
UNIT
UNIT
= 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 the TOTAL base 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.
background image
Code_Aster
®
Version
8.2
Titrate:
Procedure
END
Date:
31/01/06
Author (S):
J.P. LEFEBVRE
Key
:
U4.11.02-I1
Page
:
4/4
Instruction manual
U4.1- booklet: Management
HT-62/06/004/A
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 control
END
who 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 the control
END
The example below is extracted from the file
MESSAGE
associated 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! MODEL! CHAMPMAT! CARAELEM! EXCIT!
! ---------- !--------------!--------------!-------------!--------------!
! 0! K8! K8! K8! K24!
! 1! K8! K8! K8! K24!
! …! …! …! …! …!
! 118! K8! K8! K8! K24!
! ---------- !--------------!--------------!-------------!
--------------!…