WARPXM v1.10.0
Loading...
Searching...
No Matches
wxm::apps::imhd::TimedSource Class Reference

This plasma source allows for plasma between times t_start and t_end using the same bump function style as the injection_source. More...

#include <timed_source.h>

Inheritance diagram for wxm::apps::imhd::TimedSource:
WmApplication wxm::app_base

Detailed Description

This plasma source allows for plasma between times t_start and t_end using the same bump function style as the injection_source.

Optionally, if you set v_source !=0, the center of the source term will move in time.

Timed plasma source for ideal MHD

Parameters
gammagas gamma
nnumber density
t_startstart time
t_endend time
temperaturetemperature
z_bumpcenter z location of timed source
wz_bumphalf z-directin width of timed source
r_bumpcenter r location of timed source
wr_bumphalf r-direction width of timed source
v_sourcevelocity of the source term
fluidfluid
componentscomponents of fluid
massfluid mass number

Public Member Functions

 TimedSource ()
 
 ~TimedSource () override
 
void setup (const WxCryptSet &wxc) override
 
const std::vector< int > & getInputVariableIndexes (int flag) const override
 
const std::vector< int > & getOutputVariableIndexes (int flag) const override
 
real source (const real *q, const real *aux, const elementGeometry_t *pEG, real *source) const override
 
- Public Member Functions inherited from WmApplication
 WmApplication ()
 
virtual ~WmApplication ()=default
 
virtual void setup (const WxCryptSet &wxc)
 
virtual const std::vector< int > & getAuxiliaryVariableIndexes (int flag=WMAPPLICATIONFLAG_NONE) const
 
virtual const std::vector< int > & getCrossVariableIndexes (int flag=WMAPPLICATIONFLAG_NONE) const
 
const std::vector< std::string > & getBoundaryNames () const
 
bool isOnBoundary (const std::string &boundaryName) const
 
bool has (int flag) const
 
virtual real numerical_flux (const real *q_l, const real *q_r, const real *aux_l, const real *aux_r, const solverVariables_t *pFV, real *numericalFlux) const
 
virtual real internal_flux (const real *q, const real *aux, const solverVariables_t *pSV, std::vector< std::vector< real > > &internalFlux) const
 
virtual real source (const real *q, const real *aux, const elementGeometry_t *pEG, real *source) const
 
virtual void bc_q (const real *q_in, const real *aux_in, const real *aux_out, const solverVariables_t *pFV, real *q_out) const
 Boundary Condition Application which sets the boundary condition on ghost nodes.
 
virtual real bcNumericalFlux (const real *q_l, const real *q_r, const real *aux_l, const real *aux_r, const solverVariables_t *pFV, real *numericalFlux) const
 
virtual void conserved_to_primitive (const real *q, const real *aux, real *w) const
 
virtual void primitive_to_conserved (const real *w, const real *aux, real *q) const
 
virtual void evaluate_function (const real *q, const real *aux, const solverVariables_t *pSV, real *result) const
 
virtual void bc_q_kinetic (const real *q_in, const real *aux_in, const solverVariables_t *pFV, real *q_out) const
 
std::shared_ptr< std::string > app_name ()
 
virtual const std::vector< int > & getInputVariableIndexes (int flag=0) const
 
virtual const std::vector< int > & getOutputVariableIndexes (int flag=0) const
 

Protected Attributes

std::vector< int > _var_idcs
 
real _gas_gamma
 
real _ndot
 
real _temperature
 
real _Ai
 
real _t_start
 start time of heaviside source term
 
real _t_end
 end time of heaviside source term
 
real _z_bump
 center of bump in z-direction
 
real _wz_bump
 1/2-width of bump in z-direction
 
real _r_bump
 center of bump in r-direction
 
real _wr_bump
 1/2-width of bump in r-direction
 
real _v_source
 velocity of the source term
 
- Protected Attributes inherited from WmApplication
std::string _app_name
 
WxLogStream _debStrm
 
std::vector< int > _allowedFlags
 
std::vector< std::string > _onBoundaries
 

Additional Inherited Members

- Public Types inherited from WmApplication
typedef Application_Variable WmApplication_Variable
 
typedef std::map< std::string, std::string > replaceMap_t
 
- Static Public Attributes inherited from wxm::app_base
static std::vector< int > empty
 
- Protected Member Functions inherited from wxm::app_base
virtual ~app_base ()=default
 

Constructor & Destructor Documentation

◆ TimedSource()

wxm::apps::imhd::TimedSource::TimedSource ( )

◆ ~TimedSource()

wxm::apps::imhd::TimedSource::~TimedSource ( )
override

Member Function Documentation

◆ getInputVariableIndexes()

const std::vector< int > & wxm::apps::imhd::TimedSource::getInputVariableIndexes ( int  flag) const
inlineoverridevirtual

Reimplemented from wxm::app_base.

◆ getOutputVariableIndexes()

const std::vector< int > & wxm::apps::imhd::TimedSource::getOutputVariableIndexes ( int  flag) const
inlineoverridevirtual

Reimplemented from wxm::app_base.

◆ setup()

void wxm::apps::imhd::TimedSource::setup ( const WxCryptSet wxc)
overridevirtual

Reimplemented from WmApplication.

◆ source()

real wxm::apps::imhd::TimedSource::source ( const real q,
const real aux,
const elementGeometry_t pEG,
real source 
) const
overridevirtual

Reimplemented from WmApplication.

Member Data Documentation

◆ _Ai

real wxm::apps::imhd::TimedSource::_Ai
protected

◆ _gas_gamma

real wxm::apps::imhd::TimedSource::_gas_gamma
protected

◆ _ndot

real wxm::apps::imhd::TimedSource::_ndot
protected

◆ _r_bump

real wxm::apps::imhd::TimedSource::_r_bump
protected

center of bump in r-direction

◆ _t_end

real wxm::apps::imhd::TimedSource::_t_end
protected

end time of heaviside source term

◆ _t_start

real wxm::apps::imhd::TimedSource::_t_start
protected

start time of heaviside source term

◆ _temperature

real wxm::apps::imhd::TimedSource::_temperature
protected

◆ _v_source

real wxm::apps::imhd::TimedSource::_v_source
protected

velocity of the source term

◆ _var_idcs

std::vector<int> wxm::apps::imhd::TimedSource::_var_idcs
protected

◆ _wr_bump

real wxm::apps::imhd::TimedSource::_wr_bump
protected

1/2-width of bump in r-direction

◆ _wz_bump

real wxm::apps::imhd::TimedSource::_wz_bump
protected

1/2-width of bump in z-direction

◆ _z_bump

real wxm::apps::imhd::TimedSource::_z_bump
protected

center of bump in z-direction


The documentation for this class was generated from the following file: