BELFEM
0.9.0
Berkeley Lab Finite Element Framework
Toggle main menu visibility
Loading...
Searching...
No Matches
GT_globals.hpp
Go to the documentation of this file.
1
/*
2
* BELFEM -- The Berkeley Lab Finite Element Framework
3
* Copyright (c) 2026, The Regents of the University of California,
4
* through Lawrence Berkeley National Laboratory (subject to receipt of any required
5
* approvals from the U.S. Dept. of Energy). All rights reserved.
6
*
7
* Developers: Christian Messe, Gregory Giard
8
*
9
* See the top-level LICENSE file for the complete license and disclaimer.
10
*/
11
12
#ifndef BELFEM_GT_GLOBALS_HPP
13
#define BELFEM_GT_GLOBALS_HPP
14
15
#include "
typedefs.hpp
"
16
#include "
constants.hpp
"
17
18
namespace
belfem
19
{
20
namespace
gastables
21
{
22
const
real
gTref
=
BELFEM_TREF
;
23
const
real
gPref
=
BELFEM_PREF
;
24
const
real
gTmax
= 13000.0;
// << -- increasing this might fail tests
25
// default value is 6000
26
27
const
real
gTmin
= 100.0;
// << -- eg. for Prandtl-Meyer expansion
28
const
real
gPmin
= 1e-4 ;
// << -- eg. for Prandtl-Meyer expansion
29
30
const
real
gDeltaT
= 5.0;
31
32
// calculate number of samples
33
const
uint
gNumberOfSplinePoints
= (
uint
) (
gTmax
/
gDeltaT
) + 1;
34
35
}
36
}
37
38
#endif
//BELFEM_GT_GLOBALS_HPP
constants.hpp
BELFEM_PREF
#define BELFEM_PREF
Definition
constants.hpp:28
BELFEM_TREF
#define BELFEM_TREF
Definition
constants.hpp:27
belfem::gastables
Definition
cl_Gas.hpp:33
belfem::gastables::gPmin
const real gPmin
Definition
GT_globals.hpp:28
belfem::gastables::gTmax
const real gTmax
Definition
GT_globals.hpp:24
belfem::gastables::gDeltaT
const real gDeltaT
Definition
GT_globals.hpp:30
belfem::gastables::gTref
const real gTref
Definition
GT_globals.hpp:22
belfem::gastables::gPref
const real gPref
Definition
GT_globals.hpp:23
belfem::gastables::gNumberOfSplinePoints
const uint gNumberOfSplinePoints
Definition
GT_globals.hpp:33
belfem::gastables::gTmin
const real gTmin
Definition
GT_globals.hpp:27
belfem
USER GUIDES:
Definition
cl_Capacitor.cpp:16
belfem::uint
unsigned int uint
Definition
typedefs.hpp:30
belfem::real
double real
Definition
typedefs.hpp:36
typedefs.hpp
src
physics
gastables
GT_globals.hpp
Generated by
1.18.0