![]() |
|
|||
Warning, file /include/celeritas/mat/detail/Utils.hh was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001 //------------------------------- -*- C++ -*- -------------------------------// 0002 // Copyright Celeritas contributors: see top-level COPYRIGHT file for details 0003 // SPDX-License-Identifier: (Apache-2.0 OR MIT) 0004 //---------------------------------------------------------------------------// 0005 //! \file celeritas/mat/detail/Utils.hh 0006 //! \brief Helper functions for constructing materials 0007 //---------------------------------------------------------------------------// 0008 #pragma once 0009 0010 #include "corecel/Types.hh" 0011 #include "celeritas/Quantities.hh" 0012 #include "celeritas/phys/AtomicNumber.hh" 0013 0014 namespace celeritas 0015 { 0016 struct ElementRecord; 0017 0018 namespace detail 0019 { 0020 //---------------------------------------------------------------------------// 0021 double calc_coulomb_correction(AtomicNumber atomic_number); 0022 double calc_mass_rad_coeff(ElementRecord const& el); 0023 units::MevEnergy get_mean_excitation_energy(AtomicNumber atomic_number); 0024 0025 //---------------------------------------------------------------------------// 0026 } // namespace detail 0027 } // namespace celeritas
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
![]() ![]() |