|
[Sponsors] |
[swak4Foam] groovyBC and funkySetFields married and got a kid named swak4Foam |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 29, 2014, 10:25 |
|
#161 |
Senior Member
Anton Kidess
Join Date: May 2009
Location: Germany
Posts: 1,377
Rep Power: 30 |
Unfortunately I didn't keep the logfile, but I think it broke when compiling swak4FoamParsers which allows for three cores. The CPU I compiled this on was a Intel Xeon E5-2650L 0 @ 1.80GHz.
__________________
*On twitter @akidTwit *Spend as much time formulating your questions as you expect people to spend on their answer. |
|
March 30, 2014, 09:04 |
|
#162 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Thanks! I've reported this here: https://sourceforge.net/apps/mantisb...iew.php?id=214 - and I'll try to figure out a way to fix this, as I really do like being able to build swak4Foam with multiple cores!
|
|
December 18, 2014, 07:38 |
Monitor mass flow for individual phase through outlet
|
#163 |
Senior Member
Paritosh Vasava
Join Date: Oct 2012
Location: Lappeenranta, Finland
Posts: 732
Rep Power: 23 |
I am using openFoam 2.3.0 and running a case which has 4 phases with multiphaseEulerFoam. Is is possible to monitor mass flow rate for all four individual phases using swak4Foam? Could someone post a code that help me get started with this?
|
|
January 7, 2015, 17:23 |
|
#164 | |
Assistant Moderator
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51 |
Quote:
Have you already had a look at one of the available presentations about swak? The only tricky part would be that the new solvers have names for the phases like alpha.air and the dot bothers the parser. You'll have to add an aliases dictionary like Code:
aliases { alphaAir alpha.air; }
__________________
Note: I don't use "Friend"-feature on this forum out of principle. Ah. And by the way: I'm not on Facebook either. So don't be offended if I don't accept your invitation/friend request |
||
January 13, 2015, 03:52 |
|
#165 |
Senior Member
Paritosh Vasava
Join Date: Oct 2012
Location: Lappeenranta, Finland
Posts: 732
Rep Power: 23 |
Thanks for the reply. I will look if I have that presentation if not I will ask for it.
|
|
July 5, 2019, 18:34 |
Can someone be more specific when defining the variables and expression?
|
#166 | ||
Member
Chris Harding
Join Date: Dec 2016
Posts: 76
Rep Power: 9 |
Quote:
Quote:
Can someone specifically describe each variable and expression in the above swirl code by Niklas? I would like to use the code, but I try to know why mathematical concepts exist. I thank you in advance. |
|||
April 21, 2020, 06:50 |
funkySetFields
|
#167 |
New Member
Muyiwa
Join Date: Feb 2020
Posts: 12
Rep Power: 6 |
Hello Foamers
Please show me how to use funkySetFields to create an undulating initial field for alpha.water in the damBreak tutorial. I want to use undulating surface instead of the boxToCell used in the setFields of the tutorial. |
|
August 10, 2023, 04:25 |
|
#168 |
New Member
young4of
Join Date: Nov 2021
Posts: 29
Rep Power: 4 |
Hi Bernhard,
I just finished watching your video on swak4foam and pyfoam in the of workshop journal this morning, and I benefited a lot. But I noticed that you mentioned in the video that foam-extend doesn't have fvoption now. Is this true? I'm thinking about using fe-4.1 to do a problem, and I just want to use fvoption. If I can't use it, that's a pity. With regards, Young |
|
August 10, 2023, 08:34 |
|
#169 | |
Assistant Moderator
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51 |
Quote:
Yes. AFAIK there are no fvOptions in foam-extend. Reason is (as far as I understand) that the developers of that fork think it is not a good idea to allow ThirdParty-code to mess around with the matrix (in that case a proper solver should be written). But not my project. So you better ask Hrvoje Jasak
__________________
Note: I don't use "Friend"-feature on this forum out of principle. Ah. And by the way: I'm not on Facebook either. So don't be offended if I don't accept your invitation/friend request |
||
August 10, 2023, 10:01 |
|
#170 | |
New Member
young4of
Join Date: Nov 2021
Posts: 29
Rep Power: 4 |
Quote:
|
||
|
|