16std::map<std::string, Dir>
str2dir{{
"x",
x}, {
"y",
y}, {
"z",
z}};
18std::map<Dir, std::string>
dir2str{{
x,
"x"}, {
y,
"y"}, {
z,
"z"}};
22 {
"u",
u}, {
"v",
v}, {
"w",
w}, {
"p",
p}, {
"vertex",
vertex}};
25 {
u,
"u"}, {
v,
"v"}, {
w,
"w"}, {
p,
"p"}, {
vertex,
"vertex"}};
std::map< BCLoc, std::string > bl2str
Mapping between BCLoc and std::string.
std::map< std::string, ProbeType > str2ProbeType
Mapping between std::string and ProbeType.
std::map< Field, std::string > fd2str
Mapping between Field and std::string.
std::map< std::string, BCLoc > str2bl
Mapping between std::string and BCLoc.
std::map< std::string, BCType > str2bt
Mapping between std::string and BCType.
std::map< Dir, std::string > dir2str
Mapping between Dir and std::string.
std::map< BCType, std::string > bt2str
mapping between BCType and std::string.
std::map< std::string, Dir > str2dir
Mapping between std::string and Dir.
std::map< std::string, Field > str2fd
Mapping between std::string and Field.
A toolbox for building flow solvers.
Definition of user-defined types for convenience.