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

Go to the source code of this file.

Functions/Subroutines

subroutine sensor_energy_part (ipart, subset, ipri, sensors, itask)

Function/Subroutine Documentation

◆ sensor_energy_part()

subroutine sensor_energy_part ( integer, dimension(*) ipart,
type (subset_), dimension(nsubs) subset,
integer ipri,
type (sensors_), intent(in) sensors,
integer, intent(in) itask )

Definition at line 32 of file sensor_energy_part.F.

33C-----------------------------------------------
34C M o d u l e s
35C-----------------------------------------------
36 USE groupdef_mod
37 USE sensor_mod
38C-----------------------------------------------
39C I m p l i c i t T y p e s
40C-----------------------------------------------
41#include "implicit_f.inc"
42C-----------------------------------------------
43C C o m m o n B l o c k s
44C-----------------------------------------------
45#include "com04_c.inc"
46C-----------------------------------------------
47C D u m m y A r g u m e n t s
48C-----------------------------------------------
49 INTEGER,INTENT(IN) :: ITASK
50 INTEGER IPART(*),IPRI
51 TYPE (SUBSET_) , DIMENSION(NSUBS) :: SUBSET
52 TYPE (SENSORS_), INTENT(IN) :: SENSORS
53C-----------------------------------------------
54C L o c a l V a r i a b l e s
55C-----------------------------------------------
56 INTEGER I,TYP,IPRT,ISUBS,NP,J,JJ
57 INTEGER :: NGR_SENSOR
58C-----------------------------------------------
59 ngr_sensor = sensors%ngr_sensor(itask+1)
60 IF(sensors%SENS_GROUP(ngr_sensor)%NUM_PART>0) ipri = 1
61C-----------
62 RETURN