|
ARTEMIS
|
Struct to store temperature properties, for use in momentum initialization. More...
#include <TemperatureProperties.H>
Public Member Functions | |
| TemperatureProperties (amrex::ParmParse &pp) | |
| Read runtime parameters to populate constant or spatially-varying temperature information. More... | |
Public Attributes | |
| TemperatureInitType | m_type |
| amrex::Real | m_temperature |
| std::unique_ptr< amrex::Parser > | m_ptr_temperature_parser |
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 | ( | amrex::ParmParse & | pp | ) |
Read runtime parameters to populate constant or spatially-varying temperature information.
| [in] | pp | Reference to the parameter parser object for the species being initialized |
| std::unique_ptr<amrex::Parser> TemperatureProperties::m_ptr_temperature_parser |
| amrex::Real TemperatureProperties::m_temperature |
| TemperatureInitType TemperatureProperties::m_type |