Godunov Struct Reference

AMR-Wind API: amr_wind::fvm::Godunov Struct Reference
AMR-Wind API v0.1.0
CFD solver for wind plant simulations
Loading...
Searching...
No Matches

#include <SchemeTraits.H>

Static Public Member Functions

static std::string scheme_name ()
 String used to uniquely identify this scheme.
 

Static Public Attributes

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.
 

Detailed Description

Characteristics of the Godnov numerical scheme

Member Function Documentation

◆ scheme_name()

static std::string amr_wind::fvm::Godunov::scheme_name ( )
inlinestatic

String used to uniquely identify this scheme.

Member Data Documentation

◆ 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