/home/runner/work/kynema-sgf/kynema-sgf/src/equation_systems/tke/source_terms/KsgsS94Src.H Source File

Kynema-SGF API: /home/runner/work/kynema-sgf/kynema-sgf/src/equation_systems/tke/source_terms/KsgsS94Src.H Source File
Kynema-SGF API v0.1.0
CFD solver for wind plant simulations
Loading...
Searching...
No Matches
KsgsS94Src.H
Go to the documentation of this file.
1#ifndef KSGSS94SRC_H
2#define KSGSS94SRC_H
3
5
6namespace kynema_sgf {
7namespace pde {
8namespace tke {
9
13class KsgsS94Src : public TKESource::Register<KsgsS94Src>
14{
15public:
16 static const std::string identifier() { return "KsgsS94Src"; }
17
19
20 virtual ~KsgsS94Src();
21
23 int lev, FieldState fstate, amrex::MultiFab& src_term) const override;
24};
25} // namespace tke
26} // namespace pde
27} // namespace kynema_sgf
28
29#endif /* KSGSS94SRC_H */
Definition CFDSim.H:55
static const std::string identifier()
Definition KsgsS94Src.H:16
void operator()(int lev, FieldState fstate, amrex::MultiFab &src_term) const override
FieldState
Definition FieldDescTypes.H:16
Definition SDRSrc.cpp:10
Definition AdvOp_Godunov.H:22
This test case is intended as an evaluation of the momentum advection scheme.
Definition BCInterface.cpp:10