cuIBM
A GPU-based Immersed Boundary Method code
Namespaces | Functions
parseFlowFile.cu File Reference

Parse the input file flow.yaml to get boundary and initial conditions of the flow. More...

#include <fstream>
#include "io.h"
#include "yaml-cpp/yaml.h"
Include dependency graph for parseFlowFile.cu:

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...
 

Detailed Description

Parse the input file flow.yaml to get boundary and initial conditions of the flow.

Definition in file parseFlowFile.cu.