|
wind_field_type & | wind_field () |
|
const wind_field_type & | wind_field () const |
|
bool | on_the_boundary () const |
| Compute wind field on the boundary.
|
|
void | on_the_boundary (bool rhs) |
|
bool | near_the_boundary () const |
| Compute wind field near the boundary.
|
|
void | near_the_boundary (bool rhs) |
|
bool | stratification () const |
| Make wind speed increase with height.
|
|
void | stratification (bool rhs) |
|
const ray_array & | wind_field_boundary () const |
|
virtual void | step (const grid_type &grid, panel_array &panels)=0 |
|
|
wind_field_type | _wind_field |
|
ray_array | _wind_field_boundary |
|
bool | _on_the_boundary = true |
|
bool | _near_the_boundary = false |
|
bool | _stratification = false |
|
template<class T>
class vtb::core::ANLT_wind_solver< T >
Definition at line 17 of file anlt_wind_solver.hh.