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

Go to the source code of this file.

Functions/Subroutines

logical function loi_fluid (mln)

Function/Subroutine Documentation

◆ loi_fluid()

logical function loi_fluid ( integer mln)

Definition at line 31 of file loi_fluid.F.

32#include "implicit_f.inc"
33 INTEGER MLN
34 IF(mln==5 .OR.
35 . mln==6 .OR.
36 . mln==11 .OR.
37 . mln==17 .OR.
38 . mln==37 .OR.
39 . mln==51 .OR.
40 . mln==46 .OR.
41 . mln==47 .OR.
42 . mln==97 .OR.
43 . mln==105 .OR.
44 . mln==151)THEN
45 loi_fluid=.true.
46 ELSE
47 loi_fluid=.false.
48 ENDIF
49 RETURN
logical function loi_fluid(mln)
Definition loi_fluid.F:32