|
[Sponsors] |
March 27, 2013, 07:46 |
plasma actuator modeling udf code error
|
#1 |
New Member
Won Joong Lee
Join Date: Mar 2013
Posts: 4
Rep Power: 13 |
Hello!
Now I just follow A.Bouchmal's MS thesis "Modeling of Dielectric-Barrier Discharge Actuator". http://www.lr.tudelft.nl/fileadmin/Faculteit/LR/Organisatie/Afdelingen_en_Leerstoelen/Afdeling_AEWE/Aerodynamics/Contributor_Area/Secretary/Publications/publications/Msc_thesis_Adil_Bouchmal.pdf However, the code which he atteched doesn't works. I compiled the code and input conditions but when I start calculate, the error "FLUENT recieved fatal signal [ACCESS_VIOLATION] occurs. My friend said that maybe the code is wrong. Is there anyone who succeed to calculate this case? Please help me to solve the problem. |
|
March 27, 2013, 07:57 |
|
#2 |
Member
Ali Mohamadi
Join Date: Aug 2012
Posts: 32
Rep Power: 14 |
is there any udm in the code? if the answer is yes, did you determine the number of udm or not?
|
|
March 27, 2013, 08:59 |
|
#3 |
New Member
Won Joong Lee
Join Date: Mar 2013
Posts: 4
Rep Power: 13 |
yes there are 5 UDM, but I determine the number of UDM 5.
|
|
March 27, 2013, 09:15 |
|
#4 |
Member
Ali Mohamadi
Join Date: Aug 2012
Posts: 32
Rep Power: 14 |
in my case, the message appeared when I did not determine the number of udm, or for example I should define number of scalar in uds or otherr places. also, in my udf I should reset the udm in Demand, in this case also if i forget to do this it happens.
|
|
March 27, 2013, 09:27 |
|
#5 |
New Member
Won Joong Lee
Join Date: Mar 2013
Posts: 4
Rep Power: 13 |
Thanks to your reply.
but it still doens't works.... |
|
May 14, 2013, 09:09 |
|
#6 | |
Senior Member
mahdi abdollahzadeh
Join Date: Mar 2011
Location: Covilha,Portugal
Posts: 153
Rep Power: 15 |
Quote:
|
||
May 25, 2015, 06:18 |
Error
|
#7 | |
New Member
Siavash
Join Date: Nov 2013
Posts: 20
Rep Power: 13 |
Quote:
Hello my friend I've tried this code too. but I have compile error. how can I fix that? |
||
May 25, 2015, 20:39 |
|
#8 |
Senior Member
Join Date: Mar 2015
Posts: 892
Rep Power: 18 |
A. Bouchmal has used User-Defined Memory (UDM) in his UDF. Ensure you have enabled a sufficient number of UDM slots because otherwise the solver will crash with ACCESS_VIOLATION as the memory is not available.
They have also used User-Defined Scalar transport equations (UDS) for the electric potential and net charge density. You will need to enable these UDS fields as well. |
|
May 27, 2015, 10:41 |
|
#9 |
New Member
Siavash
Join Date: Nov 2013
Posts: 20
Rep Power: 13 |
Thanks 'e'
what is the difference between them? can you help me to run this code? thanks |
|
May 28, 2015, 10:47 |
|
#10 | |
New Member
Siavash
Join Date: Nov 2013
Posts: 20
Rep Power: 13 |
Quote:
The UDF library you are trying to load (libudf) is not compiled for 2d on the curent platform (win64). The system cannot find the file specified. c:\users\siavash\desktop\libudf\win64\2d\libudf.dl l |
||
May 29, 2015, 02:29 |
|
#11 | ||
Senior Member
Join Date: Mar 2015
Posts: 892
Rep Power: 18 |
Quote:
UDM is simply storing a value at every cell and is initialised with zero. For example, say you have an unsteady flow and want to visualise the locations where the local velocity exceeds some critical value. You could mark cells that exceed this critical velocity value and visualise these cells within Fluent as a contour plot as a function of your UDM. Without using UDM, you'd be left with the final solution and lose this intermediate velocity data at the end of each time step/iteration. Quote:
|
|||
July 27, 2019, 02:31 |
|
#12 |
New Member
mohammad karamzadeh
Join Date: May 2019
Posts: 2
Rep Power: 0 |
Hello
I need a video clip for Mr. Bochmal's udf configuration in the fluent. Please email me below. please help mkaramzadeh151@gmail.com |
|
Tags |
a.bouchmal, plasma actuator modeling, plasma modeling |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[OpenFOAM] Native ParaView Reader Bugs | tj22 | ParaView | 270 | January 4, 2016 12:39 |
[swak4Foam] GroovyBC the dynamic cousin of funkySetFields that lives on the suburb of the mesh | gschaider | OpenFOAM Community Contributions | 300 | October 29, 2014 19:00 |
Undeclared Identifier Errof UDF | SteveGoat | Fluent UDF and Scheme Programming | 7 | October 15, 2014 08:11 |
[swak4Foam] groovyBC: problems compiling: "flex: not found" and "undefined reference to ..." | sega | OpenFOAM Community Contributions | 12 | February 17, 2010 10:30 |
How to get the max value of the whole field | waynezw0618 | OpenFOAM Running, Solving & CFD | 4 | June 17, 2008 06:07 |