Enumerations | |
enum class | FlowType { None = 0 , TGV = 1 , HIT = 2 , Zero } |
enum class | ForceType { None = 0 , MachielsForcing = 1 , EPForcing = 2 } |
enum class | EnergySpecType { None = 0 , PlainKol , Exponent , VonKarmon , UrmsExponent } |
enum class | TimeScheme { AB2 = 0 , LSRK3 } |
Functions | |
FlowType | vConfigFlowType (const std::string &type) |
EnergySpecType | vConfigEnergySpecType (const std::string &type) |
ForceType | vConfigForceType (const std::string &type) |
TimeScheme | vConfigTimeScheme (const std::string &type) |
|
strong |
|
strong |
|
strong |
|
strong |
|
inline |
References Exponent, None, PlainKol, UrmsExponent, and VonKarmon.
|
inline |
|
inline |
|
inline |