![]() |
|
|||
File indexing completed on 2025-02-22 10:31:24
0001 //----------------------------------*-C++-*----------------------------------// 0002 // Copyright 2020-2024 UT-Battelle, LLC, and other Celeritas developers. 0003 // See the top-level COPYRIGHT file for details. 0004 // SPDX-License-Identifier: (Apache-2.0 OR MIT) 0005 //---------------------------------------------------------------------------// 0006 //! \file celeritas/mat/detail/Utils.hh 0007 //! \brief Helper functions for constructing materials 0008 //---------------------------------------------------------------------------// 0009 #pragma once 0010 0011 #include "corecel/Types.hh" 0012 #include "celeritas/Quantities.hh" 0013 #include "celeritas/phys/AtomicNumber.hh" 0014 0015 namespace celeritas 0016 { 0017 struct ElementRecord; 0018 0019 namespace detail 0020 { 0021 //---------------------------------------------------------------------------// 0022 real_type calc_coulomb_correction(AtomicNumber atomic_number); 0023 real_type calc_mass_rad_coeff(ElementRecord const& el); 0024 units::MevEnergy get_mean_excitation_energy(AtomicNumber atomic_number); 0025 0026 //---------------------------------------------------------------------------// 0027 } // namespace detail 0028 } // 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 |
![]() ![]() |