|
[Sponsors] |
How to define the two-dimensional array in OpenFOAM use List |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
December 20, 2016, 05:10 |
How to define the two-dimensional array in OpenFOAM use List
|
#1 |
New Member
Join Date: Jan 2016
Posts: 15
Rep Power: 10 |
Hello everyone,
OpenFOAM uses the List to define the array, but I can only find the one-dimensional array. And I do not know how to define the two-dimensional array. If anyone konw how to do, please help me! Many thanks in advance! |
|
December 24, 2016, 17:16 |
|
#2 |
Senior Member
Sergei
Join Date: Dec 2009
Posts: 261
Rep Power: 22 |
http://cpp.openfoam.org/v4/a02156.html:
RectangularMatrix< Type > |
|
December 29, 2016, 01:20 |
|
#3 |
Member
Peter
Join Date: Feb 2015
Location: New York
Posts: 73
Rep Power: 11 |
I think you might be looking for:
Code:
labelList Code:
labelListList Peter |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to contribute to the community of OpenFOAM users and to the OpenFOAM technology | wyldckat | OpenFOAM | 17 | November 10, 2017 16:54 |
Read inside a class | tonyuprm | OpenFOAM | 12 | July 14, 2010 03:35 |
REAL GAS UDF | brian | FLUENT | 6 | September 11, 2006 09:23 |
Free surface boudary conditions with SOLA-VOF | Fan | Main CFD Forum | 10 | September 9, 2006 13:24 |
UDF FOR UNSTEADY TIME STEP | mayur | FLUENT | 3 | August 9, 2006 11:19 |