/home/runner/work/amr-wind/amr-wind/amr-wind/wind_energy/actuator/actuator_ops.H Source File

AMR-Wind API: /home/runner/work/amr-wind/amr-wind/amr-wind/wind_energy/actuator/actuator_ops.H Source File
AMR-Wind API v0.1.0
CFD solver for wind plant simulations
Loading...
Searching...
No Matches
actuator_ops.H
Go to the documentation of this file.
1#ifndef ACT_OPS_H
2#define ACT_OPS_H
3
6#include "AMReX_Vector.H"
7
9
18template <typename ActTrait, typename SrcTrait, typename = void>
20
31template <typename ActTrait, typename SrcTrait, typename = void>
33
42template <typename ActTrait, typename SrcTrait, typename = void>
44
53template <typename ActTrait, typename SrcTrait, typename = void>
55
60template <typename ActTrait, typename SrcTrait, typename = void>
62
67template <typename ActTrait, typename SrcTrait, typename = void>
69
70template <typename ActTrait, typename SrcTrait, typename = void>
72
80template <typename T>
81void determine_influenced_procs(typename T::DataType& /*data*/);
82
91template <typename T>
93 typename T::DataType& /*data*/, amrex::Vector<int>& /*act_proc_count*/);
94
95} // namespace amr_wind::actuator::ops
96
98
99#endif /* ACT_OPS_H */
Definition actuator_ops.H:68
Definition ActSrcLineOp.H:9
void determine_root_proc(typename T::DataType &, amrex::Vector< int > &)
Definition actuator_opsI.H:32
void determine_influenced_procs(typename T::DataType &)
Definition actuator_opsI.H:12
Definition actuator_ops.H:61
Definition actuator_ops.H:32
Definition actuator_ops.H:71
Definition actuator_ops.H:19
Definition actuator_ops.H:43
Definition actuator_ops.H:54