OpenCAEPoro
v0.5.0
A simulator for multicomponent porous media flow
|
Supply basic tools used to output files. More...
#include <fstream>
#include <iostream>
#include <sstream>
#include <string>
#include <vector>
#include "OCPConst.hpp"
Go to the source code of this file.
Functions | |
template<typename T > | |
constexpr auto | OCP_SEP01 (T n) |
template<typename T > | |
constexpr auto | OCP_SEP02 (T n) |
string | GetIJKformat (const string &i, const string &j, const string &k, const USI &s) |
string | GetIJKformat (const USI &i, const USI &j, const USI &k, const USI &s) |
Supply basic tools used to output files.
Copyright (C) 2021–present by the OpenCAEPoro team. All rights reserved.
Definition in file UtilOutput.hpp.