Record the pressure field at a particular point.
More...
#include <PointSensor.hpp>
Public Attributes |
| double | y |
| double | z |
Detailed Description
Record the pressure field at a particular point.
Constructor & Destructor Documentation
| PointSensor::PointSensor |
( |
const std::string & |
name | ) |
|
| PointSensor::PointSensor |
( |
const std::string & |
name, |
|
|
const double |
y, |
|
|
const double |
z |
|
) |
| |
| PointSensor::PointSensor |
( |
const std::string & |
name, |
|
|
const CartPosition & |
pos |
|
) |
| |
| PointSensor::~PointSensor |
( |
| ) |
|
|
virtual |
Member Function Documentation
| int PointSensor::clear |
( |
| ) |
|
|
virtual |
| const double * PointSensor::getData |
( |
| ) |
const |
| unsigned PointSensor::getLength |
( |
| ) |
const |
| std::string PointSensor::getName |
( |
| ) |
const |
| void PointSensor::initialize |
( |
const Grid & |
grid, |
|
|
const unsigned |
nTimeSteps |
|
) |
| |
|
virtual |
linear interpolation
Implements Sensor.
| void PointSensor::recordPressureField |
( |
double ** |
field, |
|
|
const unsigned |
i |
|
) |
| |
|
virtual |
Member Data Documentation
| std::vector<std::vector<unsigned> > PointSensor::coord |
|
private |
| unsigned PointSensor::length |
|
private |
| std::string PointSensor::name |
|
private |
| double* PointSensor::sen_p |
|
private |
| std::vector<double> PointSensor::sen_weight |
|
private |
The documentation for this class was generated from the following files: