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