OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
fail_wind_frwave_init.F File Reference
#include "implicit_f.inc"
#include "comlock.inc"

Go to the source code of this file.

Functions/Subroutines

subroutine fail_wind_frwave_init (ngroup)

Function/Subroutine Documentation

◆ fail_wind_frwave_init()

subroutine fail_wind_frwave_init ( integer, intent(in) ngroup)

Definition at line 30 of file fail_wind_frwave_init.F.

31 USE rupture_mod
32!$COMMENT
33! FAIL_WIND_FRWAVE_INIT description :
34! FAIL_WIND_FRWAVE_INIT allocates and initializes the
35! INDEX_OVER_50_CYCLES array
36! FAIL_WIND_FRWAVE_INIT organization :
37! - INDEX_OVER_50_CYCLES is allocated & initialized
38!$ENDCOMMENT
39
40C-----------------------------------------------
41C I m p l i c i t T y p e s
42C-----------------------------------------------
43#include "implicit_f.inc"
44C-----------------------------------------------
45C G l o b a l P a r a m e t e r s
46C-----------------------------------------------
47#include "comlock.inc"
48
49C-----------------------------------------------
50C I N P U T O U T P U T A r g u m e n t s
51C-----------------------------------------------
52 INTEGER, INTENT(in) :: NGROUP
53C-----------------------------------------------
54C L o c a l V a r i a b l e s
55C-----------------------------------------------
56 ALLOCATE( index_over_50_cycles(ngroup) )
57 index_over_50_cycles(1:ngroup) = 50
58 RETURN
integer, dimension(:), allocatable index_over_50_cycles
Definition rupture_mod.F:40