TAGGED: momentum-source, udf-fluent
-
-
February 17, 2022 at 9:14 pm
loganszajnecki
SubscriberDear colleagues,
I am trying to implement an x-momentum source term on a background grid using Fluent UDFs. See my source term below:
DEFINE_SOURCE(ALM,c,t,dS,eqn)
{
real xc[ND_ND];
real con, source;
C_CENTROID(xc,c,t);
source = C_UDSI(c,t,0);
dS[eqn] = 0;
return source;
}
Where C_UDSI(c,t,0) is a user defined scalar that is determined using an adjust macro. The value of C_UDSI(c,t,0) is a Gaussian distribution acting for a given region of cells and its implementation is presumably correct.
I am encountering issues with the source term implementation. Specifically, there is no change to the flow field when activating the source term. It is as if the source term is being neglected entirely; it introduces no change to the velocity of the flow in the defined region where UDS-0 acts. Any help would be appreciated. Thank you.
February 18, 2022 at 11:57 amRob
Ansys EmployeeIf you plot the scalar what do you see? Remember the source you're adding is N/m3 so make sure the scalar value is big enough to be seen by the flow.
February 18, 2022 at 3:58 pmDrAmine
Ansys EmployeeIf you are not linearizing the source term so why not just using Fluent Expression to apply the source and here you can even visualize and easily debug....
Viewing 2 reply threads- You must be logged in to reply to this topic.
Ansys Innovation SpaceBoost Ansys Fluent Simulations with AWS
Computational Fluid Dynamics (CFD) helps engineers design products in which the flow of fluid components is a significant challenge. These different use cases often require large complex models to solve on a traditional workstation. Click here to join this event to learn how to leverage Ansys Fluids on the cloud, thanks to Ansys Gateway powered by AWS.
Earth Rescue – An Ansys Online Series
The climate crisis is here. But so is the human ingenuity to fight it. Earth Rescue reveals what visionary companies are doing today to engineer radical new ideas in the fight against climate change. Click here to watch the first episode.
Ansys Blog
Subscribe to the Ansys Blog to get great new content about the power of simulation delivered right to your email on a weekly basis. With content from Ansys experts, partners and customers you will learn about product development advances, thought leadership and trends and tips to better use Ansys tools. Sign up here.
Trending discussions- Suppress Fluent to open with GUI while performing in journal file
- Floating point exception in Fluent
- What are the differences between CFX and Fluent?
- Heat transfer coefficient
- Getting graph and tabular data from result in workbench mechanical
- Difference between K-epsilon and K-omega Turbulence Model
- The solver failed with a non-zero exit code of : 2
- Time Step Size and Courant Number
- Mesh Interfaces in ANSYS FLUENT
- error: Received signal SIGSEGV
Top Contributors-
5290
-
3311
-
2471
-
1308
-
1016
Top Rated Tags© 2023 Copyright ANSYS, Inc. All rights reserved.
Ansys does not support the usage of unauthorized Ansys software. Please visit www.ansys.com to obtain an official distribution.
-