Celeritas  0.5.0-56+6b053cd
Public Member Functions | Static Public Member Functions | List of all members
celeritas::WentzelVIMscParams Class Referencefinal

Construct and store data for Wentzel VI multiple scattering. More...

#include <WentzelVIMscParams.hh>

Inheritance diagram for celeritas::WentzelVIMscParams:
Inheritance graph
[legend]

Public Types

Type aliases
using VecImportMscModel = std::vector< ImportMscModel >
 
- Public Types inherited from celeritas::ParamsDataInterface< WentzelVIMscData >
using HostRef = HostCRef< WentzelVIMscData >
 
using DeviceRef = DeviceCRef< WentzelVIMscData >
 

Public Member Functions

 WentzelVIMscParams (ParticleParams const &particles, VecImportMscModel const &mdata)
 Construct from cross section data and material properties.
 
HostRef const & host_ref () const final
 Access Wentzel VI data on the host.
 
DeviceRef const & device_ref () const final
 Access Wentzel VI data on the device.
 
- Public Member Functions inherited from celeritas::ParamsDataInterface< WentzelVIMscData >
WentzelVIMscData< Ownership::const_reference, M > const & ref () const
 Dispatch a "ref" call to host or device data.
 

Static Public Member Functions

static std::shared_ptr< WentzelVIMscParamsfrom_import (ParticleParams const &particles, ImportData const &data)
 Construct if Wentzel VI model is present, or else return nullptr.
 

Additional Inherited Members

- Protected Member Functions inherited from celeritas::ParamsDataInterface< WentzelVIMscData >
 CELER_DEFAULT_COPY_MOVE (ParamsDataInterface)
 

Detailed Description

Construct and store data for Wentzel VI multiple scattering.

Multiple scattering is used by the along-step kernel(s).


The documentation for this class was generated from the following files: