8 #ifndef VELOCITY_PROPERTIES_H_ 9 #define VELOCITY_PROPERTIES_H_ Definition: VelocityProperties.H:16
Definition: VelocityProperties.H:16
VelocityProperties(amrex::ParmParse &pp)
Read runtime parameters to populate constant or spatially-varying velocity information.
Definition: VelocityProperties.cpp:14
std::unique_ptr< amrex::Parser > m_ptr_velocity_parser
Definition: VelocityProperties.H:49
int m_sign_dir
Definition: VelocityProperties.H:44
int m_dir
Definition: VelocityProperties.H:43
VelocityInitType m_type
Definition: VelocityProperties.H:40
Struct to store velocity properties, for use in momentum initialization.
Definition: VelocityProperties.H:25
amrex::Real m_velocity
Definition: VelocityProperties.H:47
VelocityInitType
Definition: VelocityProperties.H:16