Record the pressure field along a particular line parallel to y axis.
More...
#include <LineSensor.hpp>
Private Attributes |
double | y |
unsigned | y_coord |
std::vector< unsigned > | dim |
double ** | sen_p |
std::string | name |
Detailed Description
Record the pressure field along a particular line parallel to y axis.
Constructor & Destructor Documentation
LineSensor::LineSensor |
( |
const std::string & |
name, |
|
|
const double |
y |
|
) |
| |
LineSensor::~LineSensor |
( |
| ) |
|
|
virtual |
Member Function Documentation
int LineSensor::clear |
( |
| ) |
|
|
virtual |
double ** LineSensor::getData |
( |
| ) |
const |
std::vector< unsigned > LineSensor::getDimension |
( |
| ) |
const |
std::string LineSensor::getName |
( |
| ) |
const |
void LineSensor::initialize |
( |
const Grid & |
grid, |
|
|
const unsigned |
nTimeSteps |
|
) |
| |
|
virtual |
void LineSensor::recordPressureField |
( |
double ** |
field, |
|
|
const unsigned |
iStep |
|
) |
| |
|
virtual |
Member Data Documentation
std::vector<unsigned> LineSensor::dim |
|
private |
std::string LineSensor::name |
|
private |
double** LineSensor::sen_p |
|
private |
unsigned LineSensor::y_coord |
|
private |
The documentation for this class was generated from the following files: