/home/runner/work/amr-wind/amr-wind/amr-wind/incflo_enums.H File Reference

AMR-Wind API: /home/runner/work/amr-wind/amr-wind/amr-wind/incflo_enums.H File Reference
AMR-Wind API v0.1.0
CFD solver for wind plant simulations
Loading...
Searching...
No Matches
incflo_enums.H File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum struct  DiffusionType { Invalid , Explicit , Crank_Nicolson , Implicit }
 
enum struct  BC {
  pressure_outflow , mass_inflow , mass_inflow_outflow , zero_gradient ,
  no_slip_wall , slip_wall , wall_model , fixed_gradient ,
  periodic , wave_generation , symmetric_wall , undefined
}
 

Enumeration Type Documentation

◆ BC

enum struct BC
strong
Enumerator
pressure_outflow 
mass_inflow 
mass_inflow_outflow 
zero_gradient 
no_slip_wall 
slip_wall 
wall_model 
fixed_gradient 
periodic 
wave_generation 
symmetric_wall 
undefined 

◆ DiffusionType

enum struct DiffusionType
strong
Enumerator
Invalid 
Explicit 
Crank_Nicolson 
Implicit