PhyStar  v0.0.0 thu24
solver::fluidsol::boxffd Namespace Reference

Enumerations

enum class  FlowType { None = 0 , TCF = 1 }
 
enum class  BoundaryType { Dirichlet , Neumann }
 
enum class  DpDxType { None = 0 , ConstFlow , ConstDpDx }
 
enum class  TimeScheme { AB2 = 0 , LSRK3 }
 

Functions

TimeScheme vConfigTimeScheme (const std::string &type)
 

Enumeration Type Documentation

◆ BoundaryType

Enumerator
Dirichlet 
Neumann 

◆ DpDxType

Enumerator
None 
ConstFlow 
ConstDpDx 

◆ FlowType

Enumerator
None 
TCF 

◆ TimeScheme

Enumerator
AB2 
LSRK3 

Function Documentation

◆ vConfigTimeScheme()

TimeScheme solver::fluidsol::boxffd::vConfigTimeScheme ( const std::string &  type)
inline

References AB2, and LSRK3.

Here is the caller graph for this function: