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

Go to the source code of this file.

Functions/Subroutines

subroutine temp3cg (jft, jlt, pm, mat, ixtg, temp, tempel)

Function/Subroutine Documentation

◆ temp3cg()

subroutine temp3cg ( integer jft,
integer jlt,
pm,
integer, dimension(*) mat,
integer, dimension(nixtg,*) ixtg,
temp,
tempel )

Definition at line 29 of file temp3cg.F.

31C-----------------------------------------------
32C I m p l i c i t T y p e s
33C-----------------------------------------------
34#include "implicit_f.inc"
35C-----------------------------------------------
36C G l o b a l P a r a m e t e r s
37C-----------------------------------------------
38#include "param_c.inc"
39C-----------------------------------------------
40C D u m m y A r g u m e n t s
41C-----------------------------------------------
42 INTEGER JFT, JLT,MAT(*),IXTG(NIXTG,*)
43C REAL
45 . temp(*), pm(npropm,*),tempel(*)
46C-----------------------------------------------
47C L o c a l V a r i a b l e s
48C-----------------------------------------------
49 INTEGER I
50C REAL
51C --- calcul de la tempurature au CG
52 DO i=jft,jlt
53 tempel(i) = third * ( temp(ixtg(2,i)) + temp(ixtg(3,i)) +
54 . temp(ixtg(4,i)) )
55 ENDDO
56C
57 RETURN
#define my_real
Definition cppsort.cpp:32