ABLAnelastic Class Reference
AMR-Wind API v0.1.0
CFD solver for wind plant simulations
|
Loading...
Searching...
No Matches
amr_wind::ABLAnelastic Class Reference
#include <ABLAnelastic.H>
Collaboration diagram for amr_wind::ABLAnelastic:
Public Member Functions | |
ABLAnelastic (CFDSim &) | |
void | post_init_actions () |
void | post_regrid_actions () |
void | initialize_data () |
bool | is_anelastic () const |
Private Attributes | |
const CFDSim & | m_sim |
bool | m_is_anelastic {false} |
amrex::Vector< amrex::Real > | m_gravity {0.0, 0.0, -9.81} |
amrex::Real | m_rho0_const {1.0} |
amrex::Real | m_bottom_reference_pressure {1.01325e5} |
const int | m_axis {2} |
MultiLevelVector | m_density {FieldLoc::CELL} |
MultiLevelVector | m_pressure {FieldLoc::NODE} |
Detailed Description
Constructor & Destructor Documentation
◆ ABLAnelastic()
|
explicit |
Member Function Documentation
◆ initialize_data()
void amr_wind::ABLAnelastic::initialize_data | ( | ) |
◆ is_anelastic()
|
inline |
◆ post_init_actions()
void amr_wind::ABLAnelastic::post_init_actions | ( | ) |
◆ post_regrid_actions()
void amr_wind::ABLAnelastic::post_regrid_actions | ( | ) |
Member Data Documentation
◆ m_axis
|
private |
◆ m_bottom_reference_pressure
|
private |
◆ m_density
|
private |
◆ m_gravity
|
private |
◆ m_is_anelastic
|
private |
◆ m_pressure
|
private |
◆ m_rho0_const
|
private |
◆ m_sim
|
private |
The documentation for this class was generated from the following files:
- /home/runner/work/amr-wind/amr-wind/amr-wind/wind_energy/ABLAnelastic.H
- /home/runner/work/amr-wind/amr-wind/amr-wind/wind_energy/ABLAnelastic.cpp
Generated by 1.12.0