Loading [MathJax]/extensions/tex2jax.js
MAIA
bb96820c
Multiphysics at AIA
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
Variables
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
Typedefs
b
c
e
m
p
s
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
Enumerations
Enumerator
_
a
b
c
d
e
f
g
i
j
l
m
n
p
r
s
t
u
v
w
Related Functions
a
c
d
f
g
i
l
m
o
p
s
t
v
Files
File List
File Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Functions
a
c
d
f
g
i
l
m
n
o
p
r
s
t
w
Variables
c
g
h
i
l
m
n
s
Typedefs
a
b
e
g
m
p
r
s
z
Enumerations
a
b
c
d
e
f
g
i
l
m
p
r
s
t
v
Enumerator
a
b
c
d
e
f
g
h
i
l
m
n
p
q
r
s
t
u
v
w
y
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Pages
Loading...
Searching...
No Matches
fvcartesiansyseqneegas.cpp
Go to the documentation of this file.
1
// Copyright (C) 2024 The m-AIA AUTHORS
2
//
3
// This file is part of m-AIA (https://git.rwth-aachen.de/aia/m-AIA/m-AIA)
4
//
5
// SPDX-License-Identifier: LGPL-3.0-only
6
7
#include "
fvcartesiansyseqneegas.h
"
8
#include "
MEMORY/alloc.h
"
9
10
template
<MInt nDim>
11
FvSysEqnEEGas<nDim>::FvSysEqnEEGas
(
const
MInt
solverId,
const
MInt
noSpecies) :
FvSysEqnNS
<nDim>(solverId, noSpecies) {
12
CV
=
new
ConservativeVariables
();
13
PV
=
new
PrimitiveVariables
();
14
FV
=
new
FluxVariables
();
15
16
readProperties
();
17
}
18
19
template
<MInt nDim>
20
void
FvSysEqnEEGas<nDim>::readProperties
() {
21
m_EEGasEps = 1.0e-10;
22
m_EEGasEps = Context::getSolverProperty<MFloat>(
"EEGasEps"
, m_solverId, AT_, &m_EEGasEps);
23
}
24
25
template
class
FvSysEqnEEGas<3>
;
alloc.h
FvSysEqnEEGas
Definition:
fvcartesiansyseqneegas.h:22
FvSysEqnEEGas::FvSysEqnEEGas
FvSysEqnEEGas(const MInt solverId, const MInt noSpecies)
Definition:
fvcartesiansyseqneegas.cpp:11
FvSysEqnEEGas::PV
PrimitiveVariables * PV
Definition:
fvcartesiansyseqneegas.h:112
FvSysEqnEEGas::FV
FluxVariables * FV
Definition:
fvcartesiansyseqneegas.h:111
FvSysEqnEEGas::CV
ConservativeVariables * CV
Definition:
fvcartesiansyseqneegas.h:110
FvSysEqnEEGas::readProperties
void readProperties()
Definition:
fvcartesiansyseqneegas.cpp:20
FvSysEqnNS
Definition:
fvcartesiansyseqnns.h:31
fvcartesiansyseqneegas.h
MInt
int32_t MInt
Definition:
maiatypes.h:62
FvSysEqnEEGas::ConservativeVariables
Static indices for accessing conservative variables in nDim spatial dimensions.
Definition:
fvcartesiansyseqneegas.h:120
FvSysEqnEEGas::FluxVariables
Static indices for accessing flux variables.
Definition:
fvcartesiansyseqneegas.h:146
FvSysEqnEEGas::PrimitiveVariables
Static indices for accessing primitive variables in nDim spatial dimensions.
Definition:
fvcartesiansyseqneegas.h:168
home
gitlab-runner
scratch
builds
oxpnswJ6
1
aia
m-AIA
m-AIA
src
FV
fvcartesiansyseqneegas.cpp
Generated on Sun Jun 16 2024 23:44:26 for MAIA by
1.9.5