cuIBM
A GPU-based Immersed Boundary Method code
|
Parse the input file flow.yaml to get boundary and initial conditions of the flow. More...
Go to the source code of this file.
Namespaces | |
io | |
Contains functions related to I/O tasks. | |
Functions | |
boundary | io::boundaryFromString (std::string s) |
Converts a string to a boundary location type. More... | |
bcType | io::bcTypeFromString (std::string s) |
Converts string to a boundary condition type. More... | |
void | io::parseFlow (const YAML::Node &node, parameterDB &DB) |
Fills the database with the flow parameters. More... | |
void | io::parseFlowFile (std::string &flowFile, parameterDB &DB) |
Parses the flow file and stores the parameters in the database. More... | |
Parse the input file flow.yaml to get boundary and initial conditions of the flow.
Definition in file parseFlowFile.cu.