OpenRadioss
2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
wriusc2.F
Go to the documentation of this file.
1
Copyright> OpenRadioss
2
Copyright> Copyright (C) 1986-2025 Altair Engineering Inc.
3
Copyright>
4
Copyright> This program is free software: you can redistribute it and/or modify
5
Copyright> it under the terms of the GNU Affero General Public License as published by
6
Copyright> the Free Software Foundation, either version 3 of the License, or
7
Copyright> (at your option) any later version.
8
Copyright>
9
Copyright> This program is distributed in the hope that it will be useful,
10
Copyright> but WITHOUT ANY WARRANTY; without even the implied warranty of
11
Copyright> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
Copyright> GNU Affero General Public License for more details.
13
Copyright>
14
Copyright> You should have received a copy of the GNU Affero General Public License
15
Copyright> along with this program. If not, see <https://www.gnu.org/licenses/>.
16
Copyright>
17
Copyright>
18
Copyright> Commercial Alternative: Altair Radioss Software
19
Copyright>
20
Copyright> As an alternative to this open-source version, Altair also offers Altair Radioss
21
Copyright> software under a commercial license. Contact Altair to discuss further if the
22
Copyright> commercial version may interest you: https://www.altair.com/radioss/.
23
!||====================================================================
24
!|| wriusc2 ../engine/source/input/wriusc2.F
25
!||--- called by ------------------------------------------------------
26
!|| create_h3d_input ../engine/source/output/h3d/h3d_build_fortran/create_h3d_input.F
27
!|| fraleonoff ../engine/source/input/fraleonoff.F
28
!|| fralnk ../engine/source/input/fralnk.F
29
!|| fralnk2 ../engine/source/input/fralnk.F
30
!|| freabf ../engine/source/input/freabf.F
31
!|| freanim ../engine/source/output/anim/reader/freanim.F
32
!|| frecpl ../engine/source/input/frecpl.F
33
!|| fredamp ../engine/source/input/fredamp.F
34
!|| fredebug ../engine/source/input/fredebug.F
35
!|| fredli ../engine/source/input/fredli.F
36
!|| fredynain ../engine/source/input/fredynain.F
37
!|| freflw ../engine/source/input/freflw.F
38
!|| freform ../engine/source/input/freform.F
39
!|| frefunc ../engine/source/input/frefunc.F
40
!|| frefvbag ../engine/source/input/frefvbag.F
41
!|| frefxinp ../engine/source/input/frefxinp.F
42
!|| freimpl ../engine/source/input/freimpl.F
43
!||
freiniv
../engine/source/input/
freiniv
.f
44
!|| freint ../engine/source/input/freint.F
45
!|| frenois ../engine/source/input/frenois.F
46
!|| freoutp ../engine/source/input/freoutp.F
47
!|| frestat ../engine/source/input/frestat.F
48
!|| frethermal ../engine/source/constraints/thermic/frethermal.F
49
!|| freupwind ../engine/source/input/freupwind.F
50
!|| freupwm ../engine/source/input/freupwm.F
51
!|| h3d_read ../engine/source/output/h3d/h3d_build_fortran/h3d_read.F
52
!||--- calls -----------------------------------------------------
53
!|| ancmsg ../engine/source/output/message/message.F
54
!|| arret ../engine/source/system/arret.F
55
!||--- uses -----------------------------------------------------
56
!|| message_mod ../engine/share/message_module/message_mod.F
57
!|| names_and_titles_mod ../common_source/modules/names_and_titles_mod.F
58
!||====================================================================
59
SUBROUTINE
wriusc2
(IREC,NBC,KEY0)
60
C-----------------------------------------------
61
C M o d u l e s
62
C-----------------------------------------------
63
USE
message_mod
64
USE
names_and_titles_mod
,
ONLY
:
ncharline100
65
C-----------------------------------------------
66
C I m p l i c i t T y p e s
67
C-----------------------------------------------
68
#include "implicit_f.inc"
69
C-----------------------------------------------
70
C D u m m y A r g u m e n t s
71
C-----------------------------------------------
72
INTEGER
IREC, NBC
73
CHARACTER
KEY0*(*)
74
C-----------------------------------------------
75
C C o m m o n B l o c k s
76
C-----------------------------------------------
77
#include
"units_c.inc"
78
C-----------------------------------------------
79
C L o c a l V a r i a b l e s
80
C-----------------------------------------------
81
INTEGER
I
82
my_real
rec, err
83
CHARACTER(LEN=NCHARLINE100)
::
CARTE
84
C-----------------------------------------------
85
rewind(iusc2)
86
DO
i=1,nbc
87
READ
(iusc1,
'(A)'
,rec=irec,err=999)carte
88
WRITE
(iusc2,
'(A)'
)carte
89
ENDDO
90
rewind(iusc2)
91
RETURN
92
999
CONTINUE
93
CALL
ancmsg
(msgid=73,anmode=aninfo,c1=key0)
94
CALL
arret
(0)
95
END
my_real
#define my_real
Definition
cppsort.cpp:32
freiniv
subroutine freiniv(ikad, key0, kiniv, niniv)
Definition
freiniv.F:37
message_mod
Definition
message_mod.F:1249
names_and_titles_mod
Definition
names_and_titles_mod.F:997
names_and_titles_mod::ncharline100
integer, parameter ncharline100
Definition
names_and_titles_mod.F:1002
ancmsg
subroutine ancmsg(msgid, msgtype, anmode, i1, i2, i3, i4, i5, i6, i7, i8, i9, i10, i11, i12, i13, i14, i15, i16, i17, i18, i19, i20, r1, r2, r3, r4, r5, r6, r7, r8, r9, c1, c2, c3, c4, c5, c6, c7, c8, c9, prmode)
Definition
message.F:889
arret
subroutine arret(nn)
Definition
arret.F:87
wriusc2
subroutine wriusc2(irec, nbc, key0)
Definition
wriusc2.F:60
engine
source
input
wriusc2.F
Generated by
1.15.0