SynthTurbData Struct Reference
|
AMR-Wind API v0.1.0
CFD solver for wind plant simulations
|
Loading...
Searching...
No Matches
amr_wind::SynthTurbData Struct Reference
#include <SyntheticTurbulence.H>
Collaboration diagram for amr_wind::SynthTurbData:
Public Attributes | |
| vs::VectorT< int > | box_dims |
| vs::Vector | box_len |
| vs::Vector | dx |
| vs::Vector | origin |
| vs::Tensor | tr_mat |
| amrex::Vector< double > | uvel |
| amrex::Vector< double > | vvel |
| amrex::Vector< double > | wvel |
| amrex::Gpu::DeviceVector< double > | uvel_d |
| amrex::Gpu::DeviceVector< double > | vvel_d |
| amrex::Gpu::DeviceVector< double > | wvel_d |
| int | ileft |
| int | iright |
Member Data Documentation
◆ box_dims
| vs::VectorT<int> amr_wind::SynthTurbData::box_dims |
◆ box_len
| vs::Vector amr_wind::SynthTurbData::box_len |
◆ dx
| vs::Vector amr_wind::SynthTurbData::dx |
◆ ileft
| int amr_wind::SynthTurbData::ileft |
◆ iright
| int amr_wind::SynthTurbData::iright |
◆ origin
| vs::Vector amr_wind::SynthTurbData::origin |
◆ tr_mat
| vs::Tensor amr_wind::SynthTurbData::tr_mat |
◆ uvel
| amrex::Vector<double> amr_wind::SynthTurbData::uvel |
◆ uvel_d
| amrex::Gpu::DeviceVector<double> amr_wind::SynthTurbData::uvel_d |
◆ vvel
| amrex::Vector<double> amr_wind::SynthTurbData::vvel |
◆ vvel_d
| amrex::Gpu::DeviceVector<double> amr_wind::SynthTurbData::vvel_d |
◆ wvel
| amrex::Vector<double> amr_wind::SynthTurbData::wvel |
◆ wvel_d
| amrex::Gpu::DeviceVector<double> amr_wind::SynthTurbData::wvel_d |
The documentation for this struct was generated from the following file:
- /home/runner/work/amr-wind/amr-wind/amr-wind/physics/SyntheticTurbulence.H
Generated by