PlasCom2  1.0
XPACC Multi-physics simluation application
simulation::domain::boundary::bc Namespace Reference

Namespaces

 navierstokes
 

Classes

class  base
 

Enumerations

enum  BCType { HOLE =0, SPONGE, NUMBCTYPE }
 

Functions

int ResolveBCName (const std::string &inName)
 
std::string ResolveBCType (int inType)
 

Variables

static const char * bcNames [] = {"HOLE","SPONGE","UNKNOWN"}
 

Enumeration Type Documentation

◆ BCType

enum BCType
Enumerator
HOLE 
SPONGE 
NUMBCTYPE 

Definition at line 10 of file Boundary.H.

Function Documentation

◆ ResolveBCName()

int ResolveBCName ( const std::string &  inName)

Definition at line 8 of file Boundary.C.

References bcNames, and NUMBCTYPE.

Referenced by base< GridT, StateT >::ConfigureDomain().

Here is the caller graph for this function:

◆ ResolveBCType()

std::string ResolveBCType ( int  inType)

Definition at line 17 of file Boundary.C.

References bcNames, and NUMBCTYPE.

Variable Documentation

◆ bcNames