#include <SchemeTraits.H>
|
static std::string | scheme_name () |
| String used to uniquely identify this scheme.
|
|
|
static constexpr int | num_states = 2 |
| Number of states in the field variable.
|
|
static constexpr int | nghost_state = 3 |
| Number of ghost in the state variable.
|
|
static constexpr int | nghost_src = 1 |
| Number of ghost cells in the source term variable.
|
|
static constexpr int | nghost_mac = 1 |
| Number of ghost cells in the MAC face variables.
|
|
static constexpr int | num_diff_states = 1 |
| Number of states for diffusion field.
|
|
static constexpr int | num_conv_states = 1 |
| Number of states for convective term.
|
|
Characteristics of the Godnov numerical scheme
◆ scheme_name()
static std::string amr_wind::fvm::Godunov::scheme_name |
( |
| ) |
|
|
inlinestatic |
String used to uniquely identify this scheme.
◆ nghost_mac
int amr_wind::fvm::Godunov::nghost_mac = 1 |
|
staticconstexpr |
Number of ghost cells in the MAC face variables.
◆ nghost_src
int amr_wind::fvm::Godunov::nghost_src = 1 |
|
staticconstexpr |
Number of ghost cells in the source term variable.
◆ nghost_state
int amr_wind::fvm::Godunov::nghost_state = 3 |
|
staticconstexpr |
Number of ghost in the state variable.
◆ num_conv_states
int amr_wind::fvm::Godunov::num_conv_states = 1 |
|
staticconstexpr |
Number of states for convective term.
◆ num_diff_states
int amr_wind::fvm::Godunov::num_diff_states = 1 |
|
staticconstexpr |
Number of states for diffusion field.
◆ num_states
int amr_wind::fvm::Godunov::num_states = 2 |
|
staticconstexpr |
Number of states in the field variable.
The documentation for this struct was generated from the following file:
- /home/runner/work/amr-wind/amr-wind/amr-wind/equation_systems/SchemeTraits.H