/home/runner/work/kynema-sgf/kynema-sgf/src/equation_systems/icns/source_terms/GeostrophicForcing.H Source File
|
Kynema-SGF API v0.1.0
CFD solver for wind plant simulations
|
Loading...
Searching...
No Matches
GeostrophicForcing.H
Go to the documentation of this file.
Definition CFDSim.H:55
Definition Field.H:112
Definition SimTime.H:33
std::string m_vel_timetable
File name for target velocity time table.
Definition GeostrophicForcing.H:36
amrex::Vector< amrex::Real > m_target_vel
Target velocity.
Definition GeostrophicForcing.H:57
void operator()(int lev, const amrex::MFIter &mfi, const amrex::Box &bx, FieldState fstate, const amrex::Array4< amrex::Real > &src_term) const override
Definition GeostrophicForcing.cpp:103
~GeostrophicForcing() override
const amrex::AmrCore & m_mesh
Definition GeostrophicForcing.H:33
bool m_use_phase_ramp
Activated when water is present in domain.
Definition GeostrophicForcing.H:51
const Field * m_vof
VOF field, to avoid forcing on liquid above force-off height.
Definition GeostrophicForcing.H:73
amrex::Vector< amrex::Real > m_direction_table
Velocity forcing direction table.
Definition GeostrophicForcing.H:45
static std::string identifier()
Definition GeostrophicForcing.H:18
const SimTime & m_time
Definition GeostrophicForcing.H:32
amrex::Real m_forcing_mphase0
Height from water interface where force is off.
Definition GeostrophicForcing.H:65
int m_n_band
Number of cells in band to prevent forcing near liquid.
Definition GeostrophicForcing.H:54
bool m_is_horizontal
Definition GeostrophicForcing.H:62
GeostrophicForcing(const CFDSim &)
Definition GeostrophicForcing.cpp:28
amrex::Real m_forcing_mphase1
Height from water interface over which force is ramped.
Definition GeostrophicForcing.H:67
amrex::Real m_water_level
Local storage of interface location.
Definition GeostrophicForcing.H:70
amrex::Vector< amrex::Real > m_speed_table
Velocity forcing speed table.
Definition GeostrophicForcing.H:42
amrex::Vector< amrex::Real > m_time_table
Velocity forcing time table.
Definition GeostrophicForcing.H:39
amrex::Vector< amrex::Real > m_g_forcing
Forcing source term (pressure gradient)
Definition GeostrophicForcing.H:60
amrex::Real m_coriolis_factor
Coriolis factor.
Definition GeostrophicForcing.H:48
Definition ABLForcing.cpp:14
Generated by