BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
fn_GT_idgas_mu.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_FN_GT_IDGAS_MU_HPP
13#define BELFEM_FN_GT_IDGAS_MU_HPP
14
15#include "typedefs.hpp"
16#include "cl_GT_RefGas.hpp"
17
18namespace belfem
19{
20 namespace gastables
21 {
22//------------------------------------------------------------------------------
23
27 real
28 idgas_mu( RefGas * aGas, const real T );
29
30//------------------------------------------------------------------------------
31 } /* namespace gastables */
32} /* namespace belfem */
33
34#endif //BELFEM_FN_GT_IDGAS_MU_HPP
A single chemical species with its caloric and transport properties.
Definition cl_GT_RefGas.hpp:76
Definition cl_Gas.hpp:33
real idgas_mu(RefGas *aGas, const real T)
calculate the viscosity in case there is no data in the database
Definition fn_GT_idgas_mu.cpp:24
USER GUIDES:
Definition cl_Capacitor.cpp:16
double real
Definition typedefs.hpp:36