OpenCAEPoro  0.2.0 Sep/22/2022
A simulator for multicomponent porous media flow
UtilOutput.hpp
Go to the documentation of this file.
1 
12 #ifndef __UTILOUTPUT_HEADER__
13 #define __UTILOUTPUT_HEADER__
14 
15  // Standard header files
16 #include <fstream>
17 #include <iostream>
18 #include <sstream>
19 #include <string>
20 #include <vector>
21 
22 // OpenCAEPoro header files
23 #include "OCPConst.hpp"
24 
25 using namespace std;
26 
27 
28 string GetIJKformat(const string& i, const string& j, const string& k, const USI& s);
29 
30 
31 
32 #endif /* end if __UTILOUTPUT_HEADER__ */
33 
34 /*----------------------------------------------------------------------------*/
35 /* Brief Change History of This File */
36 /*----------------------------------------------------------------------------*/
37 /* Author Date Actions */
38 /*----------------------------------------------------------------------------*/
39 /* Shizhe Li Oct/11/2022 Create file */
40 /*----------------------------------------------------------------------------*/
Definition of build-in datatypes and consts.
unsigned int USI
Generic unsigned integer.
Definition: OCPConst.hpp:22