SDR Struct Reference
|
AMR-Wind API v0.1.0
CFD solver for wind plant simulations
|
Loading...
Searching...
No Matches
amr_wind::pde::SDR Struct Reference
#include <SDR.H>
Inheritance diagram for amr_wind::pde::SDR:
Collaboration diagram for amr_wind::pde::SDR:
Public Types | |
| using | MLDiffOp = amrex::MLABecLaplacian |
| using | SrcTerm = SDRSource |
Static Public Member Functions | |
| static std::string | pde_name () |
| static std::string | var_name () |
Static Public Attributes | |
| static constexpr amrex::Real | default_bc_value = 0.0 |
| static constexpr int | ndim = 1 |
| static constexpr bool | multiply_rho = true |
| static constexpr bool | has_diffusion = true |
| static constexpr bool | need_nph_state = true |
Detailed Description
Characteristics of SDR transport equation
Member Typedef Documentation
◆ MLDiffOp
| using amr_wind::pde::SDR::MLDiffOp = amrex::MLABecLaplacian |
◆ SrcTerm
| using amr_wind::pde::SDR::SrcTerm = SDRSource |
Member Function Documentation
◆ pde_name()
|
inlinestatic |
◆ var_name()
|
inlinestatic |
Member Data Documentation
◆ default_bc_value
|
staticconstexpr |
◆ has_diffusion
|
staticconstexpr |
◆ multiply_rho
|
staticconstexpr |
◆ ndim
|
staticconstexpr |
◆ need_nph_state
|
staticconstexpr |
The documentation for this struct was generated from the following file:
- /home/runner/work/amr-wind/amr-wind/amr-wind/equation_systems/sdr/SDR.H
Generated by