ARTS 2.5.11 (git: 725533f0)
|
Namespaces | |
namespace | detail |
Classes | |
struct | Data |
Enumerations | |
enum class | Derivatives : bool { No , Yes } |
Functions | |
Numeric | Q (Numeric T, const Species::IsotopeRecord &ir) |
Numeric | dQdT (Numeric T, const Species::IsotopeRecord &ir) |
constexpr bool | has_partfun (const Species::IsotopeRecord &ir) noexcept |
template<Derivatives deriv, std::size_t N> | |
constexpr Numeric | linterp (const std::array< Numeric, N > &Tg, const std::array< Numeric, N > &Qg, const Numeric T) noexcept |
template<Derivatives deriv, std::size_t N> | |
constexpr Numeric | static_linterp (const std::array< Numeric, N > &Q, const Numeric T, Numeric dT, Numeric T0) noexcept |
template<Derivatives deriv, std::size_t N> | |
constexpr Numeric | polynom (const std::array< Numeric, N > &coeffs, const Numeric T) |
Data | data_read_file (const std::filesystem::path &path) |
|
strong |
Enumerator | |
---|---|
No | |
Yes |
Definition at line 23 of file template_partfun.h.
Data PartitionFunctions::data_read_file | ( | const std::filesystem::path & | path | ) |
Numeric PartitionFunctions::dQdT | ( | Numeric | T, |
const Species::IsotopeRecord & | ir | ||
) |
Definition at line 18 of file partfun.cc.
References PartitionFunctions::detail::partfun_impl< Derivatives::Yes >().
Referenced by dsingle_partition_function_dT().
|
constexprnoexcept |
Definition at line 153 of file partfun.h.
References deal_with_spec.
Referenced by checkPartitionFunctions(), and WriteBuiltinPartitionFunctionsXML().
|
constexprnoexcept |
Definition at line 26 of file template_partfun.h.
References No.
|
constexpr |
Definition at line 71 of file template_partfun.h.
Numeric PartitionFunctions::Q | ( | Numeric | T, |
const Species::IsotopeRecord & | ir | ||
) |
Definition at line 14 of file partfun.cc.
References PartitionFunctions::detail::partfun_impl< Derivatives::No >().
Referenced by single_partition_function(), static_linterp(), and WriteBuiltinPartitionFunctionsXML().
|
constexprnoexcept |
Definition at line 51 of file template_partfun.h.