/home/runner/work/kynema-sgf/kynema-sgf/src/turbulence/TurbModelDefs.H Source File

Kynema-SGF API: /home/runner/work/kynema-sgf/kynema-sgf/src/turbulence/TurbModelDefs.H Source File
Kynema-SGF API v0.1.0
CFD solver for wind plant simulations
Loading...
Searching...
No Matches
TurbModelDefs.H
Go to the documentation of this file.
1#ifndef TURBMODELDEFS_H
2#define TURBMODELDEFS_H
3
7
8namespace kynema_sgf {
9
10#define INSTANTIATE_TURBULENCE_MODEL(Model) \
11 template struct ::kynema_sgf::turbulence::TurbulenceModel::Register< \
12 ::kynema_sgf::turbulence::Model<transport::ConstTransport>>; \
13 template struct ::kynema_sgf::turbulence::TurbulenceModel::Register< \
14 ::kynema_sgf::turbulence::Model<transport::TwoPhaseTransport>>
15
16} // namespace kynema_sgf
17
18#endif /* TURBMODELDEFS_H */
This test case is intended as an evaluation of the momentum advection scheme.
Definition BCInterface.cpp:10