ITHACA-FV
2023.1
Loading...
Searching...
No Matches
src
ITHACA_FOMPROBLEMS
unsteadymsrProblem
DiffEqn.H
Go to the documentation of this file.
1
/*---------------------------------------------------------------------------*\
2
██╗████████╗██╗ ██╗ █████╗ ██████╗ █████╗ ███████╗██╗ ██╗
3
██║╚══██╔══╝██║ ██║██╔══██╗██╔════╝██╔══██╗ ██╔════╝██║ ██║
4
██║ ██║ ███████║███████║██║ ███████║█████╗█████╗ ██║ ██║
5
██║ ██║ ██╔══██║██╔══██║██║ ██╔══██║╚════╝██╔══╝ ╚██╗ ██╔╝
6
██║ ██║ ██║ ██║██║ ██║╚██████╗██║ ██║ ██║ ╚████╔╝
7
╚═╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝╚═╝ ╚═╝ ╚═╝ ╚═══╝
8
9
* In real Time Highly Advanced Computational Applications for Finite Volumes
10
* Copyright (C) 2017 by the ITHACA-FV authors
11
-------------------------------------------------------------------------------
12
13
License
14
This file is part of ITHACA-FV
15
16
ITHACA-FV is free software: you can redistribute it and/or modify
17
it under the terms of the GNU Lesser General Public License as published by
18
the Free Software Foundation, either version 3 of the License, or
19
(at your option) any later version.
20
21
ITHACA-FV is distributed in the hope that it will be useful,
22
but WITHOUT ANY WARRANTY; without even the implied warranty of
23
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24
GNU Lesser General Public License for more details.
25
26
You should have received a copy of the GNU Lesser General Public License
27
along with ITHACA-FV. If not, see <http://www.gnu.org/licenses/>.
28
29
\*---------------------------------------------------------------------------*/
30
31
fvScalarMatrix
NEqn
32
(
33
34
fvm::ddt(
IV1
,
flux
)
35
==
36
fvm::laplacian(
D
,
flux
)
37
+fvm::Sp(
NSF
* (1 -
betaTot
) -
A
,
flux
)
38
+
lam1
*
prec1
39
+
lam2
*
prec2
40
+
lam3
*
prec3
41
+
lam4
*
prec4
42
+
lam5
*
prec5
43
+
lam6
*
prec6
44
+
lam7
*
prec7
45
+
lam8
*
prec8
46
47
);
48
49
NEqn
.relax();
50
NEqn
.solve();
51
52
53
54
55
NEqn
fvScalarMatrix & NEqn
Definition
DiffEqn.H:20
NSF
volScalarField & NSF
Definition
createConstants.H:119
A
volScalarField & A
Definition
createConstants.H:144
betaTot
dimensionedScalar & betaTot
Definition
createConstants.H:42
D
volScalarField & D
Definition
createConstants.H:94
prec5
volScalarField & prec5
Definition
createFields_Neutronics.H:173
prec6
volScalarField & prec6
Definition
createFields_Neutronics.H:199
prec8
volScalarField & prec8
Definition
createFields_Neutronics.H:251
flux
volScalarField & flux
Definition
createFields_Neutronics.H:45
prec3
volScalarField & prec3
Definition
createFields_Neutronics.H:121
prec2
volScalarField & prec2
Definition
createFields_Neutronics.H:96
prec7
volScalarField & prec7
Definition
createFields_Neutronics.H:225
prec4
volScalarField & prec4
Definition
createFields_Neutronics.H:147
prec1
volScalarField & prec1
Definition
createFields_Neutronics.H:71
lam2
dimensionedScalar & lam2
Definition
readConstants_N.H:157
lam6
dimensionedScalar & lam6
Definition
readConstants_N.H:193
IV1
dimensionedScalar & IV1
Definition
readConstants_N.H:31
lam4
dimensionedScalar & lam4
Definition
readConstants_N.H:175
lam8
dimensionedScalar & lam8
Definition
readConstants_N.H:211
lam1
dimensionedScalar & lam1
Definition
readConstants_N.H:148
lam5
dimensionedScalar & lam5
Definition
readConstants_N.H:184
lam7
dimensionedScalar & lam7
Definition
readConstants_N.H:202
lam3
dimensionedScalar & lam3
Definition
readConstants_N.H:166
Generated by
1.11.0