/home/runner/work/kynema-sgf/kynema-sgf/src/ocean_waves/OceanWaves.H Source File
|
Kynema-SGF API v0.1.0
CFD solver for wind plant simulations
|
Loading...
Searching...
No Matches
OceanWaves.H
Go to the documentation of this file.
Definition CFDSim.H:55
Definition Field.H:112
virtual void prepare_outputs()
Definition OceanWaves.cpp:173
~OceanWaves() override
bool m_multiphase_mode
Multiphase mode forces the velocity and vof in the domain When off, single-phase mode simply provides...
Definition OceanWaves.H:73
void post_init_actions() override
Definition OceanWaves.cpp:131
void pre_init_actions() override
Definition OceanWaves.cpp:94
void pre_advance_work() override
Definition OceanWaves.cpp:147
void initialize_fields(int, const amrex::Geometry &) override
Definition OceanWaves.cpp:125
void post_regrid_actions() override
Definition OceanWaves.cpp:141
Field & m_ow_vof
Ocean waves target volume-of-fluid.
Definition OceanWaves.H:65
void pre_predictor_work() override
Definition OceanWaves.cpp:156
static std::string identifier()
Definition OceanWaves.H:31
void post_advance_work() override
Definition OceanWaves.cpp:164
Field & m_ow_levelset
Ocean waves target free surface levelset function.
Definition OceanWaves.H:62
std::unique_ptr< OceanWavesModel > m_owm
Unique pointer to the ocean waves model.
Definition OceanWaves.H:59
Field & m_ow_velocity
Ocean waves target velocity.
Definition OceanWaves.H:68
Definition OceanWavesModel.H:23
Definition OceanWaves.cpp:14
This test case is intended as an evaluation of the momentum advection scheme.
Definition BCInterface.cpp:10
Generated by