OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
wriusc2.F
Go to the documentation of this file.
1Copyright> OpenRadioss
2Copyright> Copyright (C) 1986-2025 Altair Engineering Inc.
3Copyright>
4Copyright> This program is free software: you can redistribute it and/or modify
5Copyright> it under the terms of the GNU Affero General Public License as published by
6Copyright> the Free Software Foundation, either version 3 of the License, or
7Copyright> (at your option) any later version.
8Copyright>
9Copyright> This program is distributed in the hope that it will be useful,
10Copyright> but WITHOUT ANY WARRANTY; without even the implied warranty of
11Copyright> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12Copyright> GNU Affero General Public License for more details.
13Copyright>
14Copyright> You should have received a copy of the GNU Affero General Public License
15Copyright> along with this program. If not, see <https://www.gnu.org/licenses/>.
16Copyright>
17Copyright>
18Copyright> Commercial Alternative: Altair Radioss Software
19Copyright>
20Copyright> As an alternative to this open-source version, Altair also offers Altair Radioss
21Copyright> software under a commercial license. Contact Altair to discuss further if the
22Copyright> 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)
60C-----------------------------------------------
61C M o d u l e s
62C-----------------------------------------------
63 USE message_mod
65C-----------------------------------------------
66C I m p l i c i t T y p e s
67C-----------------------------------------------
68#include "implicit_f.inc"
69C-----------------------------------------------
70C D u m m y A r g u m e n t s
71C-----------------------------------------------
72 INTEGER IREC, NBC
73 CHARACTER KEY0*(*)
74C-----------------------------------------------
75C C o m m o n B l o c k s
76C-----------------------------------------------
77#include "units_c.inc"
78C-----------------------------------------------
79C L o c a l V a r i a b l e s
80C-----------------------------------------------
81 INTEGER I
82 my_real rec, err
83 CHARACTER(LEN=NCHARLINE100) :: CARTE
84C-----------------------------------------------
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
#define my_real
Definition cppsort.cpp:32
subroutine freiniv(ikad, key0, kiniv, niniv)
Definition freiniv.F:37
integer, parameter ncharline100
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
subroutine arret(nn)
Definition arret.F:87
subroutine wriusc2(irec, nbc, key0)
Definition wriusc2.F:60