8#ifndef WARPX_VELOCITY_PROPERTIES_H_
9#define WARPX_VELOCITY_PROPERTIES_H_
VelocityInitType
Definition VelocityProperties.H:16
@ VelConstantValue
Definition VelocityProperties.H:16
@ VelParserFunction
Definition VelocityProperties.H:16
int m_dir
Definition VelocityProperties.H:44
std::unique_ptr< amrex::Parser > m_ptr_velocity_parser
Definition VelocityProperties.H:50
VelocityProperties(const amrex::ParmParse &pp, std::string const &source_name)
Read runtime parameters to populate constant or spatially-varying velocity information.
Definition VelocityProperties.cpp:14
VelocityInitType m_type
Definition VelocityProperties.H:41
amrex::Real m_velocity
Definition VelocityProperties.H:48
int m_sign_dir
Definition VelocityProperties.H:45