WARPXM v1.10.0
Loading...
Searching...
No Matches
wmicfunction_phfield_zpinch_1D.h
Go to the documentation of this file.
1#ifndef WMICFUNCTION_PHFIELD_ZPINCH_1D_H
2#define WMICFUNCTION_PHFIELD_ZPINCH_1D_H
3
4// std includes
5#include <vector>
6#include <string>
7
8// Wm includes
10
12{
13public:
14
21
28
35 void setup(const WxCryptSet& wxc);
36
44 void applyFunction(const real * position, real * value) const;
45
46private:
47
48 real _gas_gamma;
49 real _skin_depth_param;
50 // real _mass;
51 // real _charge;
52
53};
54
55
56#endif // WMICFUNCTION_PHField_Zpinch_1D_H
Definition: wmicfunction_phfield_zpinch_1D.h:12
WmICFunction_PHField_Zpinch_1D()
Create new WmICFunction_PHField_Zpinch_1D.
void applyFunction(const real *position, real *value) const
Evaluate the function at a position and return the result through a pointer.
void setup(const WxCryptSet &wxc)
Setup WmICFunction_PHField_Zpinch_1D object using supplied cryptset.
~WmICFunction_PHField_Zpinch_1D()
Destroy WmICFunction_PHField_Zpinch_1D.
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