Struct to store temperature properties, for use in momentum initialization.
More...
#include <TemperatureProperties.H>
Struct to store temperature properties, for use in momentum initialization.
Reads in and stores temperature used to initialize the Maxwell-Boltzmann and Maxwell-Juttner momentum distributions in InjectorMomentum. The information is read from the parameters of the species being initialized, and will be accessed by GetTemperature.
◆ TemperatureProperties()
TemperatureProperties::TemperatureProperties |
( |
const amrex::ParmParse & |
pp, |
|
|
std::string const & |
source_name |
|
) |
| |
Read runtime parameters to populate constant or spatially-varying temperature information.
- Parameters
-
[in] | pp | Reference to the parameter parser object for the species being initialized |
[in] | source_name | Optional group name of the input parameters |
◆ m_ptr_temperature_parser
std::unique_ptr<amrex::Parser> TemperatureProperties::m_ptr_temperature_parser |
◆ m_temperature
amrex::Real TemperatureProperties::m_temperature |
◆ m_type
The documentation for this struct was generated from the following files: