OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
m105init.F File Reference
#include "implicit_f.inc"
#include "com01_c.inc"
#include "param_c.inc"

Go to the source code of this file.

Functions/Subroutines

subroutine m105init (ipm, detonators, pm, nuvar, uvar, uparam, x, mat, iparg, iform, ix, nix, bufmat, rho0, tb)

Function/Subroutine Documentation

◆ m105init()

subroutine m105init ( integer, dimension(npropmi,*) ipm,
type(detonators_struct_) detonators,
pm,
integer nuvar,
uvar,
uparam,
x,
integer, dimension(*) mat,
integer, dimension(nparg) iparg,
integer iform,
integer, dimension(nix,*) ix,
integer nix,
bufmat,
rho0,
tb )

Definition at line 33 of file m105init.F.

39C-----------------------------------------------
40C I m p l i c i t T y p e s
41C-----------------------------------------------
42#include "implicit_f.inc"
43C-----------------------------------------------
44C C o m m o n B l o c k s
45C-----------------------------------------------
46#include "com01_c.inc"
47#include "param_c.inc"
48C-----------------------------------------------
49C D u m m y A r g u m e n t s
50C-----------------------------------------------
51 INTEGER IPM(NPROPMI,*),MAT(*), IPARG(NPARG),IFORM,NIX,IX(NIX,*)
52 my_real
53 . pm(npropm,*),uvar(*),
54 . uparam(*), x(3,*), bufmat(*), rho0, tb(*)
55 TYPE(DETONATORS_STRUCT_)::DETONATORS
56C-----------------------------------------------
57C L o c a l V a r i a b l e s
58C-----------------------------------------------
59 INTEGER I,J,NUVAR, GG1, GG2, GG3, ISFLUID
60 INTEGER NPH,IFLG,NV46
61C-----------------------------------------------
62
63 !---------------------------------!
64 ! Compute Burning Time !
65 !---------------------------------!
66 nph = 1
67 IF(n2d==0)THEN
68 CALL m5in3 (pm,mat,0,detonators,tb,iparg,x,ix,nix)
69 ELSE
70 CALL m5in2 (pm,mat,0,detonators,tb,x,ix,nix)
71 ENDIF
72
73C-----------------------------------------------
74 RETURN
#define my_real
Definition cppsort.cpp:32
subroutine m5in2(pm, mat, m151_id, detonators, tb, x, ix, nix)
Definition m5in2.F:40
subroutine m5in3(pm, mat, m151_id, detonators, tb, iparg, x, ix, nix)
Definition m5in3.F:39