|
[Sponsors] |
Use a txt file (X, Y, Z), with random values for X and Y, to get a new file X and Y |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 2, 2021, 12:54 |
Use a txt file (X, Y, Z), with random values for X and Y, to get a new file X and Y
|
#1 |
New Member
Abdelhai
Join Date: Oct 2021
Posts: 2
Rep Power: 0 |
I have a big 3D geometric txt file (X, Y, Z), about 50k lines, but it's not perfectly structured, I mean X and Y are picked at random. I want to create a new file based on the data of the first file, where the values of X and Y are predefined, so the program calculates the new values of Z, and then the program creates a new text file.
Thanks in advance! |
|
October 2, 2021, 13:27 |
|
#2 |
Senior Member
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,747
Rep Power: 66 |
What do you want to do exactly? It's too vague.
Have you tried using a text editor or microsoft excel or well, anything? |
|
October 2, 2021, 13:41 |
|
#3 | |
New Member
Abdelhai
Join Date: Oct 2021
Posts: 2
Rep Power: 0 |
Quote:
I used Microsoft Excel to sort in ascending or descending order...but because of the large number of lines it takes a long time In another way, is there a possibility to find Z-values from a 3D representation (X, Y, Z) given constant values of X and Y as an iterative matrix? |
||
October 2, 2021, 14:00 |
|
#4 |
Senior Member
|
If I understand what you mean, Octave and Matlab have sortrows, where you can instruct them to sort the rows of a matrix according to the columns of your choice in the order of your choice. Then you can write the output back to a txt file in the new order.
|
|
Tags |
c++, fortran |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
how to calculate mass flow rate on patches and summation of that during the run? | immortality | OpenFOAM Post-Processing | 104 | February 16, 2021 09:46 |
[OpenFOAM.org] Compile OF 2.3 on Mac OS X .... the patch | gschaider | OpenFOAM Installation | 225 | August 25, 2015 20:43 |
[swak4Foam] swak4foam building problem | GGerber | OpenFOAM Community Contributions | 54 | April 24, 2015 17:02 |
[OpenFOAM] Annoying issue of automatic "Rescale to Data Range " with paraFoam/paraview 3.12 | keepfit | ParaView | 60 | September 18, 2013 04:23 |
"parabolicVelocity" in OpenFoam 2.1.0 ? | sawyer86 | OpenFOAM Running, Solving & CFD | 21 | February 7, 2012 12:44 |