|
[Sponsors] |
[Tutorials] OpenFOAM programming tutorials for beginners |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 29, 2021, 06:12 |
hashtable insert
|
#81 |
New Member
Bill
Join Date: Jun 2017
Posts: 17
Rep Power: 9 |
Hi Arthur,
After running the tutorial 01, the hashtable insert of newKey is placed between key0 and key1. Is it possible to insert newKey in other location, i.e. after key1? Many thanks. |
|
October 29, 2021, 07:03 |
|
#82 |
Senior Member
Artur
Join Date: May 2013
Location: Southampton, UK
Posts: 372
Rep Power: 20 |
Hash tables are unordered by definition, I'm afraid: https://en.wikipedia.org/wiki/Hash_table
You may always use two lists of different data types to associate strings and other data types, if needed. |
|
October 29, 2021, 07:12 |
|
#83 | |
New Member
Bill
Join Date: Jun 2017
Posts: 17
Rep Power: 9 |
Quote:
|
||
November 2, 2021, 14:56 |
3 more processes have sent help message help-btl-vader.txt
|
#84 |
New Member
Bill
Join Date: Jun 2017
Posts: 17
Rep Power: 9 |
Hi Artur,
I run the tutorial 5. At the end of parallel running. The computation reminds me: Code:
... Finalising parallel run 3 more processes have sent help message help-btl-vader.txt / cma-permission-denied Set MCA parameter "orte_base_help_aggregate" to 0 to see all help / error messages Many thanks in advance. Bill |
|
November 28, 2021, 15:24 |
|
#85 |
Super Moderator
Tobias Holzmann
Join Date: Oct 2010
Location: Bad Wörishofen
Posts: 2,711
Blog Entries: 6
Rep Power: 52 |
Hi Arthur,
again, many thanks for your tutorials. I love them and - honestly - I am starting to get ready for parallel programming using your stuff. Would be nice to have more parallel stuff out (or maybe its already most covered) Thanks, Tobi
__________________
Keep foaming, Tobias Holzmann |
|
November 29, 2021, 06:11 |
|
#86 |
Senior Member
Artur
Join Date: May 2013
Location: Southampton, UK
Posts: 372
Rep Power: 20 |
Thanks for the kind words Tobi, glad you like the materials. I'd be happy to add more parallel materials, maybe even as a separate follow-up tutorial, but I'm not sure what would be the most useful to people. Perhaps the fvMatrix and how that is handled? (I don't honestly know that much about it myself, so would be interesting to learn that). Or maybe details of decomposition? If you have any thoughts, please feel free to share.
In any case, happy foaming! A |
|
November 29, 2021, 18:18 |
|
#87 |
Super Moderator
Tobias Holzmann
Join Date: Oct 2010
Location: Bad Wörishofen
Posts: 2,711
Blog Entries: 6
Rep Power: 52 |
Some more advanced stuff. E.g. We use the sumOp<Type>() operator or maxOp<Type>() guy. So maybe some words about them. In patchProbes.C we have another one. So even though I am not familiar with parallel programming, it would be nice to know if these operators are coming from OF or e.g, openmpi and if we can reduce any kind of classes (with probably an own xyOp<Type> operator...)
__________________
Keep foaming, Tobias Holzmann |
|
November 30, 2021, 05:29 |
|
#88 |
Senior Member
Artur
Join Date: May 2013
Location: Southampton, UK
Posts: 372
Rep Power: 20 |
Oh right, that's a good idea. I have written some custom operators like that, in fact, so might just be a case of copy and paste. I'll put that on my to-do list. Thanks for the suggestion!
|
|
March 11, 2022, 00:25 |
|
#89 |
New Member
Dilshan Casseer
Join Date: Jan 2018
Posts: 15
Rep Power: 8 |
Thank you Artur. This will be very helpful for beginners like me.
|
|
January 13, 2023, 20:35 |
|
#90 |
New Member
Join Date: Sep 2022
Posts: 6
Rep Power: 4 |
Hi Artur,
Thanks so much for your great work! This saves me tons of time for struggling around different function object and class embedded under hood. Looking for your new upcoming tutorials! Cheers, Chris |
|
Tags |
turorial files, tutorial |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Map of the OpenFOAM Forum - Understanding where to post your questions! | wyldckat | OpenFOAM | 10 | September 2, 2021 06:29 |
OpenFOAM 4.0 Released | CFDFoundation | OpenFOAM Announcements from OpenFOAM Foundation | 2 | October 6, 2017 06:40 |
OpenFOAM Training: Programming CFD Course 12-13 and 19-20 April 2016 | cfd.direct | OpenFOAM Announcements from Other Sources | 0 | January 14, 2016 11:19 |
OpenFOAM v3.0.1 Training, London, Houston, Berlin, Jan-Mar 2016 | cfd.direct | OpenFOAM Announcements from Other Sources | 0 | January 5, 2016 04:18 |
Openfoam Programming from scratch | shovan | OpenFOAM Programming & Development | 1 | July 9, 2015 13:38 |