/home/runner/work/kynema-sgf/kynema-sgf/src/immersed_boundary/IBOps.H Source File

Kynema-SGF API: /home/runner/work/kynema-sgf/kynema-sgf/src/immersed_boundary/IBOps.H Source File
Kynema-SGF API v0.1.0
CFD solver for wind plant simulations
Loading...
Searching...
No Matches
IBOps.H
Go to the documentation of this file.
1#ifndef IBOPS_H
2#define IBOPS_H
3
5#include "AMReX_Vector.H"
6#include "src/CFDSim.H"
7
8namespace kynema_sgf::ib::ops {
9
18template <typename GeomTrait, typename = void>
20
31template <typename GeomTrait, typename = void>
33
42template <typename GeomTrait, typename = void>
44
53template <typename GeomTrait, typename = void>
55
61template <typename GeomTrait, typename = void>
63
64template <typename GeomTrait, typename = void>
66
67} // namespace kynema_sgf::ib::ops
68
69#endif /* IBOPS_H */
Definition bluff_body_ops.H:49
Definition IBOps.H:32