|
[Sponsors] |
April 9, 2020, 14:32 |
Problem with ofstream
|
#1 |
New Member
Goon
Join Date: Apr 2020
Posts: 8
Rep Power: 6 |
Now I am trying to save data by using ofstream as below.
Code:
ofstream stream5("./constant/pMeasured_prev.dat"); ofstream stream6("./constant/dispKI_prev.dat"); // stream5 << pMeasured_ << endl; // stream6 << dispKI(1) << endl; stream5 << " " << endl; stream6 << " " << endl; stream5.close(); stream6.close(); Code:
1 |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
SU2-7.0.1 on ubuntu 18.04 | hyunko | SU2 Installation | 7 | March 16, 2020 05:37 |
UDF compiling problem | Wouter | Fluent UDF and Scheme Programming | 6 | June 6, 2012 05:43 |
Gambit - meshing over airfoil wrapping (?) problem | JFDC | FLUENT | 1 | July 11, 2011 06:59 |
natural convection problem for a CHT problem | Se-Hee | CFX | 2 | June 10, 2007 07:29 |
Adiabatic and Rotating wall (Convection problem) | ParodDav | CFX | 5 | April 29, 2007 20:13 |