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

Go to the source code of this file.

Functions/Subroutines

subroutine cm35in3 (elbuf_str, thk, area, nel, nlay, nptr, npts, nptt, igtyp)

Function/Subroutine Documentation

◆ cm35in3()

subroutine cm35in3 ( type(elbuf_struct_), target elbuf_str,
thk,
area,
integer nel,
integer nlay,
integer nptr,
integer npts,
integer nptt,
integer igtyp )

Definition at line 32 of file cm35in3.F.

34C-----------------------------------------------
35C M o d u l e s
36C-----------------------------------------------
37 USE elbufdef_mod
38C-----------------------------------------------
39C I m p l i c i t T y p e s
40C-----------------------------------------------
41#include "implicit_f.inc"
42C-----------------------------------------------
43C D u m m y A r g u m e n t s
44C-----------------------------------------------
45 INTEGER NEL,NLAY,NPTR,NPTS,NPTT,IGTYP
47 . thk(*),area(*)
48 TYPE(ELBUF_STRUCT_), TARGET :: ELBUF_STR
49C-----------------------------------------------
50C L o c a l V a r i a b l e s
51C-----------------------------------------------
52 INTEGER I,II,IL,IR,IS,IT
53 my_real,
54 . DIMENSION(:) ,POINTER :: uvar
55C======================================================================|
56C--- Initialise Volume dans UVAR
57 ii = 2*nel
58 DO i=1,nel
59 DO il=1,nlay
60 IF (igtyp == 51 .OR. igtyp==52)nptt = elbuf_str%BUFLY(il)%NPTT
61 DO ir=1,nptr
62 DO is=1,npts
63 DO it=1,nptt
64 uvar => elbuf_str%BUFLY(il)%MAT(ir,is,it)%VAR
65 uvar(ii+i) = area(i)*thk(i)
66 ENDDO
67 ENDDO
68 ENDDO
69 ENDDO
70 ENDDO
71C-----------
72 RETURN
#define my_real
Definition cppsort.cpp:32
subroutine area(d1, x, x2, y, y2, eint, stif0)