include/meltpooldg/utilities/physical_constants.hpp Source File

Developer Documentation: include/meltpooldg/utilities/physical_constants.hpp Source File
Developer Documentation
physical_constants.hpp
Go to the documentation of this file.
1#pragma once
2
4{
5 constexpr double universal_gas_constant = 8.31446261815324; // J/(mol K)
6 constexpr double stefan_boltzmann_constant = 5.670374419e-8; // W/(m² K^4)
7} // namespace MeltPoolDG::PhysicalConstants
Definition physical_constants.hpp:4
constexpr double universal_gas_constant
Definition physical_constants.hpp:5
constexpr double stefan_boltzmann_constant
Definition physical_constants.hpp:6