|
[Sponsors] |
May 6, 2017, 12:33 |
|
#21 |
New Member
kokab
Join Date: Mar 2017
Posts: 11
Rep Power: 9 |
Hi lebec
Just found the first question, para view |
|
May 6, 2017, 20:07 |
|
#22 |
Member
Luis Eduardo
Join Date: Jan 2011
Posts: 85
Rep Power: 15 |
Hi kokab,
That's it! After, just select the cellzone corresponding to you disk on "Mesh Parts" and click Apply. Finally, you can create some Slices and see your disk and mesh! =) Best Regards, Luis |
|
May 7, 2017, 11:22 |
|
#23 |
New Member
kokab
Join Date: Mar 2017
Posts: 11
Rep Power: 9 |
hello lebc
thank you so much about all your help, I have found that the main work is jut changing diskDir because by this way the direction of thrust will be change respectively, but now my problem is : how can I strengthen the effect of force without changing its value? is there any way for example increasing in the number of AD vectors on the cells? many thanks, kokab |
|
May 7, 2017, 13:35 |
|
#24 |
Member
Luis Eduardo
Join Date: Jan 2011
Posts: 85
Rep Power: 15 |
I'm not sure if I got it right, but you want to increase/reduce the thrust on the actuator disk? Is that correct? If it is, you need to change the cp, ct and Disk area values on fvOptions, these are the parameters that "control" your thrust.
But first, you need to be sure that the region you are specifying to add the source term is correct, otherwise your problem will not be well defined. Just changing the AD direction is not enough, you have to be sure that you are inserting it on the region where your real device would be (for example, a wind turbine rotated 30 degrees will use different cells than one rotated 90 degrees). Best Regards, Luis |
|
May 10, 2017, 03:10 |
|
#25 |
New Member
kokab
Join Date: Mar 2017
Posts: 11
Rep Power: 9 |
Hi dear Luis
thank you very much. yeah I meant increasing the thrust... but I did not understand the second part of your comment " you need to be sure... " you know, I am just a new user and not well done in openFOAM. I would be very thankful if you explain it more... many thanks and also sorry about my late answer kokab |
|
May 11, 2017, 05:40 |
|
#26 |
New Member
Maria
Join Date: Feb 2017
Posts: 25
Rep Power: 9 |
You open your case in paraView by typing paraFoam in your terminal window. Select either Clip or Slice to inspect the inside of you geometry. By selecting either wireframe or surface with edges you can see how the mesh is in your disk region.
Hope this helps. Maria |
|
May 12, 2017, 02:57 |
|
#27 |
New Member
kokab
Join Date: Mar 2017
Posts: 11
Rep Power: 9 |
Hi maria
yeah this is, thank you. but is there any way to change the disk direction in openfoam? toposet? because the diskDir just changes the force direction on the disk |
|
May 12, 2017, 11:00 |
|
#28 |
Member
Luis Eduardo
Join Date: Jan 2011
Posts: 85
Rep Power: 15 |
Hi kokab,
Did you check the link I sent you? You can try to use "source rotatedBoxToCell" or "source cylinderToCell" on your toposetdict, it will depend on the kind of problem you are trying to solve. I believe you can also do it based on a .stl surface, but I never tried it... Best Regards, Luis |
|
May 13, 2017, 01:50 |
|
#29 |
New Member
kokab
Join Date: Mar 2017
Posts: 11
Rep Power: 9 |
hi Luis
yes I have checked it but I couldn't implement it for actuator disk. I think I should work on it more... |
|
February 21, 2018, 08:24 |
|
#30 | |
New Member
So Anon
Join Date: Jun 2014
Posts: 28
Rep Power: 12 |
Quote:
Despite all my efforts, I could not make the actuationDiskSource work with pimpleFoam. Would you be so kind to share that case file with us? |
||
February 21, 2018, 10:34 |
|
#31 | |
New Member
So Anon
Join Date: Jun 2014
Posts: 28
Rep Power: 12 |
Quote:
|
||
February 22, 2018, 04:34 |
|
#32 |
Senior Member
|
Hi,
I did not keep the files, I only ran it to see whether Maria's case would run, and it did, with some modifications I pointed out in the thread. You should be able, with some more effort, to reproduce the behavior. Regards, |
|
February 7, 2019, 15:54 |
|
#33 | |
New Member
Harshil Shah
Join Date: Feb 2019
Posts: 1
Rep Power: 0 |
Can you give the commands to be given for running this case?
I am trying i) blockMesh ii) topoSet iii)simpleFoam But it doesn't work. Quote:
|
||
November 26, 2020, 04:29 |
|
#34 |
Member
Kabir Shariff
Join Date: Oct 2016
Location: France
Posts: 53
Rep Power: 10 |
Hi foamers,
I am simulating tidal turbine using AD source with OpenFoam v2006. I would like to use variable scaling method. How can I specify the velocity at the disc location. Merci Last edited by Kbshariff; December 7, 2020 at 06:27. |
|
December 4, 2020, 11:58 |
Actuation disc OpenFOM
|
#35 |
Member
Kabir Shariff
Join Date: Oct 2016
Location: France
Posts: 53
Rep Power: 10 |
Hi foamers,
I am simulating a tidal turbine with OFv2006. I want to use the variable_scaling_method to calulate the source term in fvOptions. I get this error Code:
--> FOAM FATAL ERROR: [6] Velocity spatial-averaged on actuator disk is zero. Please check if the initial U field is zero. [6] [6] From void Foam::fv::actuationDiskSource::calcVariableScalingMethod(const AlphaFieldType&, const RhoFieldType&, Foam::fvMatrix<Foam::Vector<double> >&) [with AlphaFieldType = Foam::geometricOneField; RhoFieldType = Foam::geometricOneField] [6] in file sources/derived/actuationDiskSource/actuationDiskSourceTemplates.C at line 201. [6] Code:
Variable-scaling method The model expressions for variableScaling method T=0.5ρrefA|Uo⋅n|^2*C∗T with CT_star=CT(|Um|/|Uo|)^2 Thank you. |
|
March 4, 2021, 07:02 |
|
#36 |
New Member
Kim Best
Join Date: Jan 2021
Posts: 20
Rep Power: 5 |
Hi Kabir,
I am also currently trying to run a simulation using the actuator disk source, using openFoamv2012. Did you have any trouble editting the fvOptions file? It simulates the momentum source but seems to be invariant in it's effect regardless of how I edit the file. For example, if I take the turbineSiting tutorial, completely unaltered, and then switch the diskDir to (-1,0,0) instead of (1,0,0), there is no noticeable change to the results. Similiarly, if I increase C_p and C_t to ridiculously high values (up to say 100) there is also no change. Additionally, if I switch sink to false (from true), simpleFoam returns an IO error with no other explanation. Do you have any idea what this might be? SHM seems to mesh the turbine area well and topoSet is successfully marking enough cells as momentum sources. |
|
March 4, 2021, 11:22 |
|
#37 | |
Member
Kabir Shariff
Join Date: Oct 2016
Location: France
Posts: 53
Rep Power: 10 |
Quote:
Using the turbing siting tut by default will give you some good result. You have to navigate to the disc region and plot along the line (velocity and pressure) in paraview. You can then see the effect of changes you made in fvOptions |
||
September 27, 2021, 12:41 |
|
#38 |
New Member
Edgar Alejandro Martínez Ojeda
Join Date: Jul 2019
Posts: 20
Rep Power: 7 |
You can use Erik Svenning's explicit-force actuator disc. I generalized it for multiple turbines.
The solver is here: https://github.com/EdgarAMO/multipleDiskSimpleFoam The example case file is here: https://github.com/EdgarAMO/actuator-disk-farm |
|
October 29, 2023, 16:10 |
|
#39 | |
Member
María Rosales
Join Date: Mar 2023
Location: Spain
Posts: 48
Rep Power: 3 |
Good day,
Was your issue a low deficit? if it was, the common reason to that happening is because traditional k-epsilon tends to overstimate velocity Quote:
|
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
interFoam vs. simpleFoam channel flow comparison | DanM | OpenFOAM Running, Solving & CFD | 12 | January 31, 2020 16:26 |
MPI error with simpleFoam | blaise | OpenFOAM Running, Solving & CFD | 0 | November 7, 2015 15:01 |
simpleFoam parallel solver & Fluent polyhedral mesh | Zlatko | OpenFOAM Running, Solving & CFD | 3 | September 26, 2014 07:53 |
Laminar simpleFoam and inviscid simpleFoam | herenger | OpenFOAM Running, Solving & CFD | 7 | July 11, 2013 07:27 |
Trying to run a benchmark case with simpleFoam | spsb | OpenFOAM | 3 | February 24, 2012 10:07 |