OpenRadioss
2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
ini_eos_vars.F
Go to the documentation of this file.
1
Copyright> OpenRadioss
2
Copyright> Copyright (C) 1986-2025 Altair Engineering Inc.
3
Copyright>
4
Copyright> This program is free software: you can redistribute it and/or modify
5
Copyright> it under the terms of the GNU Affero General Public License as published by
6
Copyright> the Free Software Foundation, either version 3 of the License, or
7
Copyright> (at your option) any later version.
8
Copyright>
9
Copyright> This program is distributed in the hope that it will be useful,
10
Copyright> but WITHOUT ANY WARRANTY; without even the implied warranty of
11
Copyright> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
Copyright> GNU Affero General Public License for more details.
13
Copyright>
14
Copyright> You should have received a copy of the GNU Affero General Public License
15
Copyright> along with this program. If not, see <https://www.gnu.org/licenses/>.
16
Copyright>
17
Copyright>
18
Copyright> Commercial Alternative: Altair Radioss Software
19
Copyright>
20
Copyright> As an alternative to this open-source version, Altair also offers Altair Radioss
21
Copyright> software under a commercial license. Contact Altair to discuss further if the
22
Copyright> commercial version may interest you: https://www.altair.com/radioss/.
23
!||====================================================================
24
!|| ini_eos_vars ../starter/source/elements/elbuf_init/ini_eos_vars.F
25
!||--- called by ------------------------------------------------------
26
!|| read_material_models ../starter/source/materials/read_material_models.F
27
!||--- uses -----------------------------------------------------
28
!||
elbuftag_mod
../
starter
/share/modules1/
elbuftag_mod
.f
29
!||====================================================================
30
SUBROUTINE
ini_eos_vars
(EOS_TAG)
31
C-----------------------------------------------
32
C M o d u l e s
33
C-----------------------------------------------
34
USE
elbuftag_mod
35
C-----------------------------------------------
36
C I m p l i c i t T y p e s
37
C-----------------------------------------------
38
#include "implicit_f.inc"
39
C-----------------------------------------------
40
C D u m m y A r g u m e n t s
41
C-----------------------------------------------
42
TYPE
(
eos_tag_
) ,
TARGET
,
DIMENSION(0:MAXEOS)
:: EOS_TAG
43
C-----------------------------------------------
44
C L o c a l V a r i a b l e s
45
C-----------------------------------------------
46
INTEGER
:: ILAW,IEOS
47
TYPE
(
eos_tag_
),
POINTER
:: ETAG
48
C=======================================================================
49
C Set default variables used in all equation of state (eos)
50
C=======================================================================
51
52
DO
ieos = 0,
maxeos
53
etag => eos_tag(ieos)
54
55
etag%G_MU = 0
56
etag%G_TB = 0
57
etag%G_ABURN = 0
58
etag%G_BFRAC = 0
59
60
etag%L_MU = 0
61
etag%L_TB = 0
62
etag%L_ABURN = 0
63
etag%L_BFRAC = 0
64
65
etag%NVAR = 0
66
etag%NVARTMP = 0
67
ENDDO
68
69
C-----------------------------------------------
70
RETURN
71
END SUBROUTINE
ini_eos_vars
ini_eos_vars
subroutine ini_eos_vars(eos_tag)
Definition
ini_eos_vars.F:31
elbuftag_mod
Definition
elbuftag_mod.F:227
elbuftag_mod::maxeos
integer, save maxeos
Definition
elbuftag_mod.F:369
starter
program starter
Definition
starter.F:39
elbuftag_mod::eos_tag_
Definition
elbuftag_mod.F:353
starter
source
elements
elbuf_init
ini_eos_vars.F
Generated by
1.15.0