WARPXM v1.10.0
Loading...
Searching...
No Matches
wmicfunction_pulses_fluid13.h
Go to the documentation of this file.
1#ifndef WMICFUNCTION_PULSES_FLUID13_H
2#define WMICFUNCTION_PULSES_FLUID13_H
3
4// std includes
5#include <vector>
6#include <string>
7
8// Wm includes
10
12{
13public:
19
25
31 void setup(const WxCryptSet& wxc);
32
39 void applyFunction(const real* position, real* value) const;
40
41protected:
42 bool isInPulse(const real& r, const real* xc, const real* x) const;
43 real gaussianPulse(const real& r, const real* xc, const real* x) const;
44
49};
50
51#endif // WMICFUNCTION_PLASMAPULSES13_H
Definition: wmicfunction_pulses_fluid13.h:12
bool isInPulse(const real &r, const real *xc, const real *x) const
void setup(const WxCryptSet &wxc)
Setup WmICFunction_Pulses_Fluid13 object using supplied cryptset.
real _temperature
Definition: wmicfunction_pulses_fluid13.h:47
real _n0
Definition: wmicfunction_pulses_fluid13.h:46
real _mass
Definition: wmicfunction_pulses_fluid13.h:45
WmICFunction_Pulses_Fluid13()
Create new WmICFunction_Pulses_Fluid13.
real gaussianPulse(const real &r, const real *xc, const real *x) const
void applyFunction(const real *position, real *value) const
Evaluate the function at a position and return the result through a pointer.
real _jump
Definition: wmicfunction_pulses_fluid13.h:48
~WmICFunction_Pulses_Fluid13()
Destroy WmICFunction_Pulses_Fluid13.
Base class for functions used in generating initial conditions.
Definition: wmicfunction.h:25
WxCryptSet extends WxCrypt by providing, in addition to name-value pairs, an set of named WxCryptSets...
Definition: wxcryptset.h:35
#define real
Definition: wmoclunstructuredreconstruction.h:11