2 #ifndef INCOMPRESSIBLELIBRARY_H
3 #define INCOMPRESSIBLELIBRARY_H
145 std::map<std::size_t, IncompressibleFluid> fluid_map;
146 std::vector<std::string> name_vector_pure, name_vector_solution;
147 std::map<std::string, std::size_t> string_to_index_map;
153 double parse_value(rapidjson::Value& obj,
const std::string&
id,
bool vital,
double def);
166 void add_many(rapidjson::Value& listing);
167 void add_one(rapidjson::Value& fluid_json);
184 return strjoin(name_vector_pure,
",");
188 return strjoin(name_vector_solution,
",");