ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
ERF_EBStruct.H File Reference
#include <string>
#include <iostream>
#include <AMReX_ParmParse.H>
#include <AMReX_Print.H>
#include <AMReX_Gpu.H>
Include dependency graph for ERF_EBStruct.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  EBChoice
 

Enumerations

enum class  EBBoundaryType { SlipWall , NoSlipWall , SurfaceLayer }
 Boundary condition model applied on embedded-boundary surfaces. More...
 
enum  EBTauType { tau_eb13 , tau_eb23 }
 Embedded-boundary stress component indices. More...
 
enum  EBGridType { xface , yface , zface }
 Grid centering used for embedded-boundary data. More...
 

Enumeration Type Documentation

◆ EBBoundaryType

enum EBBoundaryType
strong

Boundary condition model applied on embedded-boundary surfaces.

Enumerator
SlipWall 
NoSlipWall 
SurfaceLayer 
14  {
16 };
Definition: ERF_SurfaceLayer.H:34

◆ EBGridType

enum EBGridType

Grid centering used for embedded-boundary data.

Enumerator
xface 
yface 
zface 
28  {
29  xface, yface, zface
30 };
@ yface
Definition: ERF_EBStruct.H:29
@ zface
Definition: ERF_EBStruct.H:29
@ xface
Definition: ERF_EBStruct.H:29

◆ EBTauType

enum EBTauType

Embedded-boundary stress component indices.

Enumerator
tau_eb13 
tau_eb23 
21  {
23 };
@ tau_eb23
Definition: ERF_EBStruct.H:22
@ tau_eb13
Definition: ERF_EBStruct.H:22