BELFEM 0.9.0
Berkeley Lab Finite Element Framework
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
18namespace belfem
19{
20 namespace gastables
21 {
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
34
35 }
36}
37
38#endif //BELFEM_GT_GLOBALS_HPP
#define BELFEM_PREF
Definition constants.hpp:28
#define BELFEM_TREF
Definition constants.hpp:27
Definition cl_Gas.hpp:33
const real gPmin
Definition GT_globals.hpp:28
const real gTmax
Definition GT_globals.hpp:24
const real gDeltaT
Definition GT_globals.hpp:30
const real gTref
Definition GT_globals.hpp:22
const real gPref
Definition GT_globals.hpp:23
const uint gNumberOfSplinePoints
Definition GT_globals.hpp:33
const real gTmin
Definition GT_globals.hpp:27
USER GUIDES:
Definition cl_Capacitor.cpp:16
unsigned int uint
Definition typedefs.hpp:30
double real
Definition typedefs.hpp:36