AMR-Wind API: amr_wind::actuator::wing Namespace Reference
AMR-Wind API v0.1.0
CFD solver for wind plant simulations
|
Loading...
Searching...
No Matches
|
void | init_data_structures (WingBaseData &wdata, ActGrid &grid) |
|
void | prepare_netcdf_file (const std::string &ncfile, const WingBaseData &meta, const ActInfo &info, const ActGrid &grid) |
|
void | write_netcdf (const std::string &ncfile, const WingBaseData &meta, const ActInfo &info, const ActGrid &grid, const amrex::Real time) |
|
void | refresh_wing_position (VecList &vpoints, VecList fpoints, const int npts) |
|
void | new_wing_position_velocity (VecList &points, vs::Vector &vtr, const int npts, const amrex::Real tn, const amrex::Real tnp1, const std::string &motion, const amrex::Real period, const vs::Vector svec) |
|
template<typename T > |
ComponentView | make_component_view (typename T::DataType &data) |
|
◆ init_data_structures()
◆ make_component_view()
template<typename T >
ComponentView amr_wind::actuator::wing::make_component_view |
( |
typename T::DataType & | data | ) |
|
◆ new_wing_position_velocity()
void amr_wind::actuator::wing::new_wing_position_velocity |
( |
VecList & | points, |
|
|
vs::Vector & | vtr, |
|
|
const int | npts, |
|
|
const amrex::Real | tn, |
|
|
const amrex::Real | tnp1, |
|
|
const std::string & | motion, |
|
|
const amrex::Real | period, |
|
|
const vs::Vector | svec ) |
◆ prepare_netcdf_file()
void amr_wind::actuator::wing::prepare_netcdf_file |
( |
const std::string & | ncfile, |
|
|
const WingBaseData & | meta, |
|
|
const ActInfo & | info, |
|
|
const ActGrid & | grid ) |
◆ refresh_wing_position()
void amr_wind::actuator::wing::refresh_wing_position |
( |
VecList & | vpoints, |
|
|
VecList | fpoints, |
|
|
const int | npts ) |
◆ write_netcdf()
void amr_wind::actuator::wing::write_netcdf |
( |
const std::string & | ncfile, |
|
|
const WingBaseData & | meta, |
|
|
const ActInfo & | info, |
|
|
const ActGrid & | grid, |
|
|
const amrex::Real | time ) |