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

Go to the source code of this file.

Functions/Subroutines

subroutine a17yl2 (deltax, yl, aire, nel)

Function/Subroutine Documentation

◆ a17yl2()

subroutine a17yl2 ( deltax,
yl,
aire,
integer, intent(in) nel )

Definition at line 28 of file a17yl2.F.

30C-----------------------------------------------
31C I m p l i c i t T y p e s
32C-----------------------------------------------
33#include "implicit_f.inc"
34C-----------------------------------------------
35C C o m m o n B l o c k s
36C-----------------------------------------------
37C-----------------------------------------------
38C D u m m y A r g u m e n t s
39C-----------------------------------------------
40 INTEGER, INTENT(IN) :: NEL
41 my_real deltax(*), yl(*), aire(*)
42C-----------------------------------------------
43C L o c a l V a r i a b l e s
44C-----------------------------------------------
45 INTEGER :: I
46 my_real :: r, a
47C-----------------------------------------------
48C S o u r c e L i n e s
49C-----------------------------------------------
50 DO i=1,nel
51 r = deltax(i)**2/aire(i)
52 a = max(zero,fourth-r**2)
53 a = max(zero,half-sqrt(a))
54 yl(i)=deltax(i)*sqrt(a)/r
55 ENDDO
56C-----------------------------------------------
57 RETURN
#define my_real
Definition cppsort.cpp:32
#define max(a, b)
Definition macros.h:21