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

Go to the source code of this file.

Functions/Subroutines

subroutine c3be3 (jft, jlt, px1, py1, py2, x2, x3, y3, area)

Function/Subroutine Documentation

◆ c3be3()

subroutine c3be3 ( integer jft,
integer jlt,
px1,
py1,
py2,
x2,
x3,
y3,
area )

Definition at line 28 of file c3be3.F.

30C-----------------------------------------------
31C I m p l i c i t T y p e s
32C-----------------------------------------------
33#include "implicit_f.inc"
34C-----------------------------------------------
35C D u m m y A r g u m e n t s
36C-----------------------------------------------
37 INTEGER JFT, JLT
38 my_real px1(*), py1(*), py2(*), x2(*),x3(*), y3(*),area(*)
39C-----------------------------------------------
40C L o c a l V a r i a b l e s
41C-----------------------------------------------
42 INTEGER I
43 my_real ai
44C-----------------------------------------------
45C--px2=-px1;px3=0;py3=-py1-py2---
46 DO i=jft,jlt
47 ai = half/max(area(i),em20)
48 px1(i)=-ai*y3(i)
49 py1(i)= ai*(x3(i)-x2(i))
50 py2(i)=-ai*x3(i)
51 ENDDO
52C---------------------------------------------------------
53 RETURN
54C
#define my_real
Definition cppsort.cpp:32
subroutine area(d1, x, x2, y, y2, eint, stif0)
#define max(a, b)
Definition macros.h:21