OpenCAEPoro  v0.5.0
A simulator for multicomponent porous media flow
Functions
UtilOutput.hpp File Reference

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)
 

Detailed Description

Supply basic tools used to output files.

Author
Shizhe Li
Date
Oct/11/2022

Copyright (C) 2021–present by the OpenCAEPoro team. All rights reserved.

Released under the terms of the GNU Lesser General Public License 3.0 or later.

Definition in file UtilOutput.hpp.