|
[Sponsors] |
Using interpolationTable and interpolation2Dtable |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 28, 2020, 11:55 |
Using interpolationTable and interpolation2Dtable
|
#1 |
New Member
Join Date: Sep 2020
Posts: 28
Rep Power: 6 |
Hello.
Where can I find information about using interpolationTable and interpolation2Dtable in particular some examples or something like that, because there are no ones in the Internet or I'm just bad at looking for them. In addition to this, I've installed OpenFOAM-v1912. Tnx for helping. |
|
September 28, 2020, 17:20 |
|
#2 |
Senior Member
Mark Olesen
Join Date: Mar 2009
Location: https://olesenm.github.io/
Posts: 1,715
Rep Power: 40 |
The interpolationTable is just a list of Tuple2 values.
Might help if you explain what you want to achieve. |
|
September 28, 2020, 18:38 |
|
#3 |
New Member
Join Date: Sep 2020
Posts: 28
Rep Power: 6 |
I'm the begginer user of Linux, in parcticular, OpenFOAM. First of all, I need to read values from some created table and then show them using interpolationTable. I know some basics of C++ and Table is the class, but I didn't find any manuals by which I can study to operate with it (what code should I write in .cpp files?) and with the terminal (and is it really necessary?). The final step is getting information how I can use interpolation2DTable instead of interpolationTable.
|
|
October 5, 2020, 14:40 |
|
#4 |
New Member
Join Date: Sep 2020
Posts: 28
Rep Power: 6 |
||
October 5, 2020, 14:46 |
|
#5 |
Senior Member
Mark Olesen
Join Date: Mar 2009
Location: https://olesenm.github.io/
Posts: 1,715
Rep Power: 40 |
Doxygen: https://www.openfoam.com/documentati...tionTable.html
Besides that, the best would be to "git grep" through the source code and you'll find a few places where it is used. |
|
Tags |
examples, interpolation2dtable, interpolationtable, openfoam-v1912 |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Reading a CSV file using interpolationTable | usv001 | OpenFOAM Programming & Development | 1 | May 25, 2022 13:22 |
Suppress interpolationTable overflow messages | mturcios777 | OpenFOAM | 2 | April 6, 2022 10:52 |
Interpolation using interpolationLookUpTable or interpolationTable classes | scotth2o | OpenFOAM Programming & Development | 5 | September 3, 2012 08:23 |
How do I use interpolationTable | prjohnston | OpenFOAM Running, Solving & CFD | 5 | March 6, 2009 03:55 |