TAGGED: fluent, interfacial-area, multiphase-eulerian, udf
-
-
January 15, 2024 at 1:35 pmSofen Kumar JenaSubscriber
I want to compute interfacial area concentration in Fluent UDF. Ansys document is telling the same can be called using the macro C_IAC(c,t_s);
However the the Fluent compiler does not reconige this command and gives error
It is telling the C_IAC is an undefined symbol.Â
from experience I feel, this is temporary solver variable and needs to allocated memory and defined before use
#define C_IAC(c,t) C_STORAGE_R(c,t,SV_xxxxxx)
So something like this needed to added at the top.Â
But I am not sure under what name the interfacial area concentration variable is stored in Fluent .
Kindly have a look and inform me what exact name I should replace with SV_xxxxxx to access the C_IAC(c,t).
-
January 15, 2024 at 2:44 pmRobForum Moderator
As it's not referenced in the manual staff are unable to comment. Given your comment about allocated memory, have you set the flag to retain temporary memory?  https://ansyshelp.ansys.com/account/Secured?returnurl=/Views/Secured/corp/v241/en/flu_udf/flu_udf_DataAccessMacros.htmlÂ
Â
-
January 15, 2024 at 3:00 pmSofen Kumar JenaSubscriber
Reference manual on UDf does not have any information regarding how to access the interfacial area.Â
I tried to redefine the same with the following statement.Â
#define C_IAC_USER(c,t) C_STORAGE_R(c,t,SV_SOLUTION_VAR(IAC))
But the solver unable to reconize SV_SOLUTION_VAR(IAC) :
What variable name one should use to access Interfacial area concentration ?
CheersÂ
SofenÂ
-
January 15, 2024 at 3:12 pmRobForum Moderator
Please refer to my previous comment. Have you had a more general look in wherever you found the C_STORAGE macro?Â
-
January 15, 2024 at 3:20 pmSofen Kumar JenaSubscriber
Thanks,
Any available documents on list of temporary solver variables and the name to be used to access them.Â
The UDF documents have information on some primitive flow variables.
Cheers!
SofenÂ
Â
-
January 15, 2024 at 4:37 pmRobForum Moderator
You may find you need to read the header files - luckily that's a comment somewhere in the manual.Â
-
January 15, 2024 at 5:30 pmSofen Kumar JenaSubscriber
Yes it is mentioned that, more things are available in sg_mem.h header file.Â
I have extensively searched sg_mem.h header file but did not get any information about the interfacial area concentration there. may be it is there in some other name that, I am not able to get. No proper documents also available for these variable nomenclature.
CheersÂ
-
January 16, 2024 at 10:08 amRobForum Moderator
There may not be any comments and as stated I can't add anything where there's no public information.Â
-
January 16, 2024 at 12:42 pmSofen Kumar JenaSubscriber
Ansys Fluent is a most trusted software having a large number of user community. Solver is calculating the interfacial area concenration and there should be some mechanism to access the same. What the user supposed to do if he needs these information and those are nota available in document or Ansys knowledge database ?
I am forced to use the algebric ia_particle method for computing of interfacial area. But often I needs the interfacial are values computed using the PDE.Â
Please suggest the needful .Â
Â
Cheers
SofenÂ
-
January 16, 2024 at 1:46 pmRobForum Moderator
We (staff) cannot discuss nonpublic materials on a public forum. Commercial client interact with the Ansys team in private, so the restrictions are different.Â
-
January 17, 2024 at 5:10 pmSofen Kumar JenaSubscriber
After long trial and search, I found that C_IAC(c,t) is defined in sg_iac.h header file like this
#define C_IAC(c,t) Â C_STORAGE_R(c,t,SV_IAC)
#define F_IAC(e,t) C_IAC(e,t)Loading this header file or redifining the above lines in the header of UDF will help the solver to reconize theÂ
C_IAC(c,t) command.Â
Â
Â
-
January 25, 2024 at 9:29 amSofen Kumar JenaSubscriber
Â
Â
Â
Â
Â
-
- The topic ‘Issue regarding computing Interfacial Area Concentration in Ansys Fluent’ is closed to new replies.
- Non-Intersected faces found for matching interface periodic-walls
- Script error Code: 800a000d
- Unburnt Hydrocarbons contour in ANSYS FORTE for sector mesh
- Help: About the expression of turbulent viscosity in Realizable k-e model
- Fluent fails with Intel MPI protocol on 2 nodes
- Cyclone (Stairmand) simulation using RSM
- error udf
- Diesel with Ammonia/Hydrogen blend combustion
- Mass Conservation Issue in Methane Pyrolysis Shock Tube Simulation
- Script Error
-
1281
-
591
-
544
-
524
-
366
© 2024 Copyright ANSYS, Inc. All rights reserved.