CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums

Search Results

Register Blogs Community New Posts Updated Threads Search

Showing results 1 to 1 of 1
Search took 0.00 seconds.
Search: Posts Made By: JimKnopf
Forum: OpenFOAM Programming & Development May 25, 2012, 04:47
Replies: 8
Views: 4,829
Posted By JimKnopf
File reading: you can use<fstream> to read...

File reading:

you can use<fstream> to read in files, like in standard c++

string line;ifstream myfile ("example.txt");
getline (myfile,line);

than convert to what ever you have.

Matrix...
Showing results 1 to 1 of 1

 
Forum Jump

All times are GMT -4. The time now is 09:57.