OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
hist2.F File Reference
#include "implicit_f.inc"
#include "com01_c.inc"
#include "com04_c.inc"
#include "com06_c.inc"
#include "com08_c.inc"
#include "sphcom.inc"
#include "units_c.inc"
#include "param_c.inc"
#include "scr05_c.inc"
#include "scr07_c.inc"
#include "scr11_c.inc"
#include "scr12_c.inc"
#include "scr13_c.inc"
#include "scr17_c.inc"
#include "scr23_c.inc"
#include "scrfs_c.inc"
#include "task_c.inc"
#include "impl1_c.inc"
#include "rad2r_c.inc"
#include "tabsiz_c.inc"

Go to the source code of this file.

Modules

module  hist2_mod

Functions/Subroutines

subroutine hist2_mod::hist2 (pm, d, x, v, a, ixs, bufel, wa, iparg, sensor_tab, fsav, flsw, skew, elbuf_tab, cluster, partsav, accelm, nsensor, matparam_tab, weight, ipart, igrsurf, ebcs_tab, ithgrp, ithbuf, subset, geo, kxx, ixr, kxsp, nod2sp, spbuf, ar, vr, dr, lrivet, rivet, ixp, iskwn, iframe, xframe, ixc, ixq, dthis0, this0, ifil, nthgrp2, ixtg, igeo, ipm, ipartl, npartl, iaccp, naccp, iparth, nparth, nvparth, monvol, volmon, fr_mv, temp, inod, fthreac, nodreac, gresav, gauge, igaup, ngaup, ittyp, size_mes, rthbuf, thke, stack, isphio, vsphio, ithflag, pinch_data, multi_fvm, w, sithbuf, fsavsurf, need_to_reinit_fsav, glob_therm, output)
subroutine bufmonv (fsavvent, ivolu, rbaghol, fr_mv)

Function/Subroutine Documentation

◆ bufmonv()

subroutine bufmonv ( fsavvent,
integer, dimension(nimv,*) ivolu,
rbaghol,
integer, dimension(nspmd+2,nvolu) fr_mv )

Definition at line 1482 of file hist2.F.

1483C-----------------------------------------------
1484C I m p l i c i t T y p e s
1485C-----------------------------------------------
1486#include "implicit_f.inc"
1487C-----------------------------------------------
1488C C o m m o n B l o c k s
1489C-----------------------------------------------
1490#include "com01_c.inc"
1491#include "com04_c.inc"
1492#include "param_c.inc"
1493#include "task_c.inc"
1494C-----------------------------------------------
1495C D u m m y A r g u m e n t s
1496C-----------------------------------------------
1497 INTEGER IVOLU(NIMV,*),FR_MV(NSPMD+2,NVOLU)
1498 my_real fsavvent(5,*),rbaghol(*)
1499C-----------------------------------------------
1500C L o c a l V a r i a b l e s
1501C-----------------------------------------------
1502 INTEGER N,ITYP,NVENT,IVENTTOT,RADHOL,IV,PMAIN
1503C-----------------------------------------------
1504 DO n=1,nvolu
1505 ityp =ivolu(2,n)
1506 IF(ityp>=4.AND.ityp<=9)THEN
1507 pmain = fr_mv(nspmd+2,n)
1508 IF(ispmd+1==pmain)THEN
1509 nvent =ivolu(11,n)
1510 iventtot=ivolu(16,n)
1511 radhol =ivolu(13,n)
1512 DO iv=1,nvent
1513C Aout, Aout1, Uout, Mout, Hout
1514 fsavvent(1,iventtot+iv)=rbaghol(radhol+16)
1515 fsavvent(2,iventtot+iv)=rbaghol(radhol+17)
1516 fsavvent(3,iventtot+iv)=rbaghol(radhol+18)
1517 fsavvent(4,iventtot+iv)=rbaghol(radhol+19)
1518 fsavvent(5,iventtot+iv)=rbaghol(radhol+20)
1519 radhol=radhol+nrbhol
1520 END DO
1521 END IF
1522 END IF
1523 END DO
1524 RETURN
#define my_real
Definition cppsort.cpp:32