OpenRadioss
2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
alemuscl_mod.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
!|| alemuscl_mod ../common_source/modules/ale/alemuscl_mod.F
25
!||--- called by ------------------------------------------------------
26
!|| afluxt ../engine/source/ale/ale51/afluxt.F
27
!|| ale51_gradient_reconstruction ../engine/source/ale/alemuscl/ale51_gradient_reconstruction.F
28
!|| ale51_gradient_reconstruction2 ../engine/source/ale/alemuscl/ale51_gradient_reconstruction2.F
29
!|| alemuscl_deallocate ../engine/source/ale/alemuscl/alemuscl_deallocate.F
30
!|| alemuscl_upwind ../engine/source/ale/alemuscl/alemuscl_upwind.F
31
!|| alemuscl_upwind2 ../engine/source/ale/alemuscl/alemuscl_upwind2.F
32
!|| alethe ../engine/source/ale/alethe.F
33
!|| contrl ../starter/source/starter/contrl.F
34
!|| freform ../engine/source/input/freform.F
35
!|| gradient_limitation ../engine/source/ale/alemuscl/gradient_limitation.F
36
!|| gradient_limitation2 ../engine/source/ale/alemuscl/gradient_limitation2.F
37
!|| gradient_reconstruction ../engine/source/ale/alemuscl/gradient_reconstruction.F
38
!|| gradient_reconstruction2 ../engine/source/ale/alemuscl/gradient_reconstruction2.F
39
!|| hm_read_ale_muscl ../starter/source/general_controls/ale_cfd/hm_read_ale_muscl.F
40
!|| hm_read_mat37 ../starter/source/materials/mat/mat037/hm_read_mat37.F
41
!|| hm_read_mat51 ../starter/source/materials/mat/mat051/hm_read_mat51.F
42
!|| lectur ../engine/source/input/lectur.F
43
!|| multi_submatlaw ../engine/source/multifluid/multi_submatlaw.F
44
!|| radioss2 ../engine/source/engine/radioss2.F
45
!|| rdcomi ../engine/source/output/restart/rdcomm.F
46
!|| resol ../engine/source/engine/resol.F
47
!|| resol_alloc_phase4 ../engine/source/engine/resol_alloc.F90
48
!|| resol_init ../engine/source/engine/resol_init.F
49
!|| restalloc ../engine/source/output/restart/arralloc.F
50
!|| st_qaprint_ale_options_driver ../starter/source/output/qaprint/st_qaprint_ale_options_driver.F
51
!|| starter0 ../starter/source/starter/starter0.F
52
!|| wrcomi ../engine/source/output/restart/wrcomm.F
53
!|| wrcomip ../starter/source/restart/ddsplit/wrcommp.F
54
!||====================================================================
55
MODULE
alemuscl_mod
56
C-----------------------------------------------
57
IMPLICIT NONE
58
#include "my_real.inc"
59
C-----------------------------------------------
60
TYPE
alemuscl_buffer_
61
my_real
,
DIMENSION(:, :)
,
ALLOCATABLE
:: volume_fraction
62
my_real
,
DIMENSION(:, :)
,
ALLOCATABLE
:: node_max_value
, node_min_value
63
my_real
,
DIMENSION(:, :, :)
,
ALLOCATABLE
:: grad
64
my_real
,
DIMENSION(:, :)
,
ALLOCATABLE
:: elcenter
65
INTEGER
,
POINTER
,
DIMENSION(:)
:: pcnel, paddcnel, paddtmpl
66
END TYPE
67
68
TYPE
alemuscl_param_
69
my_real
beta
70
INTEGER
ialemuscl
71
INTEGER
i_law
72
INTEGER
i_muscl_off
73
END TYPE
74
75
TYPE
(
alemuscl_buffer_
) ::
alemuscl_buffer
!Cell data
76
TYPE
(
alemuscl_param_
) ::
alemuscl_param
!global parameters
77
78
END MODULE
alemuscl_mod
my_real
#define my_real
Definition
cppsort.cpp:32
alemuscl_mod
Definition
alemuscl_mod.F:55
alemuscl_mod::alemuscl_param
type(alemuscl_param_) alemuscl_param
Definition
alemuscl_mod.F:76
alemuscl_mod::alemuscl_buffer
type(alemuscl_buffer_) alemuscl_buffer
Definition
alemuscl_mod.F:75
alemuscl_mod::alemuscl_buffer_
Definition
alemuscl_mod.F:60
alemuscl_mod::alemuscl_param_
Definition
alemuscl_mod.F:68
common_source
modules
ale
alemuscl_mod.F
Generated by
1.15.0