From 033947b97ddc84d1507f732cf0bbd0e8b5a8c1d2 Mon Sep 17 00:00:00 2001 From: Cory Date: Tue, 31 Oct 2023 10:48:21 +0100 Subject: [PATCH] Update constants --- include/constants.hpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/constants.hpp b/include/constants.hpp index 887e20b..87f1e95 100644 --- a/include/constants.hpp +++ b/include/constants.hpp @@ -12,4 +12,8 @@ #ifndef __CONST__ #define __CONST__ +/** @brief Boltzmann constant. unit \f$ \frac{J}{K} \f$. + * */ +#define k_B 1.380649e-23 + #endif