Initialize the simplified 2D plasma switch problem for a single 5 moment fluid.
More...
#include <couette_flow.h>
Initialize the simplified 2D plasma switch problem for a single 5 moment fluid.
- Parameters
-
center | Center of the plasma pillar notch |
xwidth_min | minimum horizontal width of the "notch" |
xwidth_max | maximum width of the plasma column |
ywidth | vertical width of the "notch" |
width_frac | where on the gaussian to measure the width; 0.5 means FWHM |
min_density | |
max_density | |
P0 | initial uniform pressure |
gamma | gas gamma |
◆ couette_flow()
wxm::functions::thirteen_moment::couette_flow::couette_flow |
( |
| ) |
|
◆ ~couette_flow()
wxm::functions::thirteen_moment::couette_flow::~couette_flow |
( |
| ) |
|
|
overridedefault |
◆ applyFunction()
void wxm::functions::thirteen_moment::couette_flow::applyFunction |
( |
const real * |
position, |
|
|
real * |
value |
|
) |
| const |
|
overridevirtual |
Evaluate the function at a position and return the result through a pointer.
- Parameters
-
p | Position to evaluate function (must have at least 3 components) |
v | Value evaluated at position (must be allocated outside function) |
Implements WmICFunction.
◆ setup()
void wxm::functions::thirteen_moment::couette_flow::setup |
( |
const WxCryptSet & |
wxc | ) |
|
|
overridevirtual |
Setup WmICFunction object using supplied cryptset.
- Parameters
-
wxc | Cryptset to use for setting |
Reimplemented from WmICFunction.
The documentation for this class was generated from the following file: